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
Hello.
I'm trying to add an action to create a new invoice.
The payload currently looks like this. { "entityApiName" : "Invoice__c", "defaultFieldValues" : { "Service_Agreement__c":"⌗parentrecordId⌗", "Account__c":"Service_Agreement__r.Account" } }
When we click on the "New" button, the invoice modal is launched, but the Service Agreement and Account fields are missing from the modal view.
If we remove the defaultFieldValues from this Payload, they reappear.
Any idea what I've done wrong?
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to add an action to create a new invoice.
The payload currently looks like this.
{ "entityApiName" : "Invoice__c", "defaultFieldValues" : { "Service_Agreement__c":"⌗parentrecordId⌗", "Account__c":"Service_Agreement__r.Account" } }
When we click on the "New" button, the invoice modal is launched, but the Service Agreement and Account fields are missing from the modal view.
If we remove the defaultFieldValues from this Payload, they reappear.
Any idea what I've done wrong?
The text was updated successfully, but these errors were encountered: