function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jennifer LaneJennifer Lane 

Canvas App in Lightning Component is Missing Record Context

I have several Canvas Apps that use the life cycle handler to pass custom parameters and add the record fields required. If the canvas are placed directly on a page layout (both classic and lightning), everything works as expected. If they are placed within a Lightning Component to add to Lightning App Builder record page however, the record context is no longer passed - the record object in the signedRequest is empty.

Has anyone encountered this behaviour before?