Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

defaultFieldValues causing fields to not show on modal window #101

Open
AdtrakChrisRutter opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@AdtrakChrisRutter
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant