You need to sign in to do that
Don't have an account?
AichaSF
lightning- Quick Action- Passing Parameters
Hello,
Hello, I'm working on the lightning version. I have lightning component opened by quick action.
The component displays the form for creating an object (X) from an opportunity.
The idea is to select the opportunity and the account linked to this opportunity and pass them directly into the object creation form (X). Do you have an idea?
Hello, I'm working on the lightning version. I have lightning component opened by quick action.
The component displays the form for creating an object (X) from an opportunity.
The idea is to select the opportunity and the account linked to this opportunity and pass them directly into the object creation form (X). Do you have an idea?
Is the quick action a global or object specific quick action?
I recall global QA's won't have access to a specific record ID so this is a blocker.
If it's an object specific QA then using "implements='force:hasRecordId" in the lightning cmp gives you access to the record in Apex and you're good to go....
https://salesforce.stackexchange.com/questions/100913/how-to-pass-parameters-for-lightning-component-called-via-quick-a-action
Please mark it best if it helps you. Thanks.
This is an URL Button form to create object X from Opportunitty:
I want to have this resulat when clicking the button:
I can't use url button and pass parameters so i create lightning component, but when i want to display Opportunity name and Account Name I have this form:
and when I want to save, I have this error: