You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Parent Object (Account) has validation that requires a value in a field. I've read through the Wiki but I'm not understanding how to modify the test code to accommodate this. It seems the Test Code field is only for modifying the Child Object. Am I missing something?
I just need
new Account()
to be
new Account(Account_Shortcode__c='ZZZ')
The text was updated successfully, but these errors were encountered:
You are not missing something, the Test Code field only applies to child object. I have marked this as an enhancement. Meanwhile if you have access to Developer Console in your Sandbox you can copy paste these triggers and add them with your changes. So long as you use the same names the tool will let you activate the rollup. You do not need to use Manage Child Trigger.
The Parent Object (Account) has validation that requires a value in a field. I've read through the Wiki but I'm not understanding how to modify the test code to accommodate this. It seems the Test Code field is only for modifying the Child Object. Am I missing something?
I just need
new Account()
to be
new Account(Account_Shortcode__c='ZZZ')
The text was updated successfully, but these errors were encountered: