You are here:
Flexcard Designer Action Debugger (Managed Package)
For the managed package runtime, debug your Flexcard's client and server-side actions and events with the Action Debugger in the Flexcard Designer's Preview tab. View requests and responses to see when and where errors occur to determine how to fix them.
This information is for Omnistudio for Managed Packages. For Omnistudio on standard runtime, see Omnistudio Help.
Required Versions |
|---|
Available beginning Summer '21. |
View the configuration, status, and responses of parent and child data sources. View data source type and relevant settings, such as delay time from the config property. See if the data source successfully returns data in the status field. View the returned data in the response field.
View the response of each action or event executed on your Flexcard. For example, let's say your Flexcard has a pubsub event that passes data with the fired event. An event listener on the same Flexcard updates a data field with the value passed to it from the pubsub event. Clicking the Pubsub Event action link on your Flexcard in Preview, displays both the Pubsub Event action and the Set Values action logs in the Action Debugger.
Action logs display data relevant to the action type. For example, a Pubsub Event action log displays channel, event, and inputMap. A Set Values action log displays fields and response.
- Debug Flexcard Action and Event Requests and Responses (Managed Package)
For the managed package runtime, view your Flexcard's action and event requests and responses from the Action Debugger in the Flexcard Designer's Preview tab. Click an actionable item to display its debug log and associated events. Debug before publishing your Flexcard to a Salesforce page or third-party application.
