Salesforce Fact #752 | Access recordId in LWC screen action
While accessing recordId in LWC screen action in other than @wire method, it shows undefined. To access the recordId value, we need to use currentPageReference.
Attached is the screenshot.
While accessing recordId in LWC screen action in other than @wire method, it shows undefined. To access the recordId value, we need to use currentPageReference.
Attached is the screenshot.
Comments
Post a Comment