Skip to main content

Questions tagged [flexcard]

0 votes
0 answers
13 views

I have a Flexcard with an Integration Procedure as a source. Inside this IP is an HTTP action (conditionally triggered), and Data Mappers for creating and retrieving data. As I said in the title, it ...
ash's user avatar
  • 11
0 votes
0 answers
28 views

In the Account FlexCard, the Integration Procedure "FetchFinancialAccounts" uses the Data Mapper "FSCFetchFinancialAccountDetails", which currently pulls data from the ...
Panagiotis Kanellopoulos's user avatar
0 votes
0 answers
47 views

I'm creating a simple Omnistudio Flex Card that shows the weather. I've just set the above mentioned JSON. When I set a couple of fields (as indicated in the screenshot, with the following values: {...
Sebastian Melgin's user avatar
0 votes
1 answer
82 views

I have two fields in a FlexCard: Quantity and Unit Price. I want to display a third field or simple text that shows the calculated value (Quantity × Unit Price), without making any backend calls. How ...
Avin Babu Pattathy's user avatar
0 votes
0 answers
53 views

i am trying to embedded a LWC into flex card but getting this following error This page has an error. You might just need to refresh it. Error in $A.getCallback() [Attempting to reference cross-...
Sumit Singh Jodha's user avatar
0 votes
0 answers
594 views

I've been struggling with Omniscript and Flexcard communication. I have a Flexcard that i want to use display info, warning and error etc messages. That Flexcard has a integration procedure to fetch ...
Mehmet C's user avatar
-1 votes
2 answers
105 views

Is it possible to call a flyout Flexcard from a flyout out flexcard. Is this possible using out of the box or we have to full custom LWC only. When i tried adding a child flex card and then a grand ...
prakhar gupta's user avatar
0 votes
0 answers
101 views

We have a Flexcard that has an Image Component, in the Image Source path I placed a static resource: /resource/MyImage, the component designer preview works fine and the image is displayed. However, ...
jordan.baucke's user avatar
0 votes
0 answers
136 views

this is the structure of data returned by my apex method which is being used by flexcard: { "FileWrapperList": "[ {\"lastModifiedDate\":\"2025-01-06T06:30:46....
Walker's user avatar
  • 2,363
0 votes
1 answer
576 views

How can I translate the default error message when setting the element as required in an omniscript?
Eduardo Secolin's user avatar
0 votes
1 answer
698 views

I am building a MVP where I have a Flexcard that displays 3 Account records in a datatable element. You can click on a row and the rowclick event triggers. I set up an event listener in the Flexcard'...
Adriaan Van Niekerk's user avatar
0 votes
1 answer
542 views

The strcture of my components is the following: A parent Flex Card A child flex card that receives a list of data rows from the parent FC For each rows, there is a button that when clicked calls an ...
faouzi Ch's user avatar
0 votes
1 answer
546 views

I have a LWC embedded in my FlexCard which displays conditionally. I want the LWC to close when a button on it is clicked. Here is my LWC code: import pubsub from 'omnistudio/pubsub'; ...
stormy's user avatar
  • 75
0 votes
1 answer
923 views

I am using a flexcard to display a data table and I am using a condition on the table to display only those where CaseStatus = New, however, it seems to totaly ignore the condition. Here is a json ...
michelle emanuel's user avatar