You need to sign in to do that
Don't have an account?
ramesh kalluru 1
i have vf page in that page passing account id has a parameter while converting into lighting its not working as expected please help me out
Hi team,
i am new to lighting please help me following scenorio .
i have vf page in that page passing account id has a parameter while converting into lighting its not working as expected please help me out
Thanks,
Ramesh
i am new to lighting please help me following scenorio .
i have vf page in that page passing account id has a parameter while converting into lighting its not working as expected please help me out
Thanks,
Ramesh
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/ref_interfaces_force_hasrecordid.htm
https://developer.salesforce.com/blogs/developer-relations/2015/11/building-context-aware-lightning-components.html
Can you please post your code so that I can get clear idea about the issue here. Ary opening your visualforce page in Lightning Experience or you are writing lightning component.
In case you are writing lightning component than we can force:hasRecordId interface for lightning component whihc will automatically pick up the the recordId.
If it is any other issue, please paste your code and provide more details about the issue.
Thanks,
Manish
Try to include console log in your visualforce code or debug log in your controller to check what value you are getting for ID. Based on which you can change your logic.
It would be nice if you could post the code here, I would be able to help you out.
If you are getting any error, than please paste here, if not try including debug logs in your as suggested above to check what value you are getting for Id.
Thanks,
Manish
Since I am not sure why are you using action to work with Visualforce page. You might need to use the following component in your lightning page to show the Vusialforce page
Drop this component to the lightning page of the object visualforce page belogs too. Then select the visualforce page to be shown. Please make sure you select the following checkbox for the visualforce page
this will automatically handled all the ids you are getting into the paramenter.
Please let me know if it helped. If not then please share little more details what exactly you are trying to do so that better help can be provided. Thanks.