Skip to main content

Questions tagged [omniscript]

Filter by
Sorted by
Tagged with
0 votes
1 answer
57 views

I have an Omniscript with a custom picklist field (Picklist value populated from the Apex method), which is working fine. Within the same step as this picklist field, I have an LWC and I am sending ...
user5352's user avatar
  • 1,741
0 votes
0 answers
42 views

I’m working with an OmniScript → Integration Procedure (IP1) → nested Integration Procedure (IP2) setup in OmniStudio. IP2 return a JSON like this: { "header": {}, "response": {...
Andrea P.'s user avatar
  • 185
0 votes
0 answers
79 views

I have an Email Action element on an OmniScript. By default it displays as a button (brand variant), I want it to be a neutral button instead. How can I override the css so ONLY email action buttons ...
stormy's user avatar
  • 75
0 votes
0 answers
25 views

I have a parent picklist and dependent child picklist in the omniscript. Dependent child picklist have over all 200 tool names. I need to have another formula field to show the year based on the ...
Saravanan's user avatar
-1 votes
1 answer
351 views

i am trying to create an extract data mapper to fetch the accounts using formula, using if condition, if annualrevenue>1000 return 20 % otherwise 10% Someone can help me please
Chachi's user avatar
  • 1
0 votes
1 answer
144 views

I'm working with an OmniScript that includes a custom LWC component. The LWC writes the following structure into the OmniScript's jsonData: "SelectSigners": {"PickSigners": [ { &...
riccardo castellano's user avatar
0 votes
0 answers
51 views

I am configuring an Omniscript TypeAhead with Integration procedure. I am getting the right search result. Problem: I would like to start the search only after user enters 3 or more characters in the ...
SKar's user avatar
  • 1
0 votes
1 answer
137 views

In omniscripts,I have a requirement to populate shipping city from billing city based on if checkbox is true in the same step. I tried using formula to capture the billing city if checkbox is true and ...
Pratap M's user avatar
  • 141
-1 votes
1 answer
303 views

We are using Omnistudio(Formerly Vlocity) for the first time and need to deploy it to higher orgs. We have enabled metadata API & Managed Package Runtime from Omnistudio settings. Now using VS I'm ...
Harry's user avatar
  • 13
0 votes
0 answers
585 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
0 votes
0 answers
156 views

I am trying to navigate to a Record ID which is being returned by an IP element. The issue I am facing is I have a step element where I have created a navigate action element within the step element ...
Arun Choudhary's user avatar
0 votes
0 answers
215 views

I have an OmniScript that has a currency input, and a custom LWC containing a button. When I click the button, I need to execute the validation of the currency input field, and display a Messaging ...
jordan.baucke's user avatar
0 votes
0 answers
193 views

I am new to Salesforce and have been mostly learning as I go. The main goal at hand is to create a scholarship application for the general public to access and fill out, then be reviewed internally by ...
Eli's user avatar
  • 1
2 votes
1 answer
216 views

I inserted a Custom Lightning Stylesheet File into my Omniscript, but it is working not only on it, but on all page record the component is on. How to fix this? The Custom Lightning Stylesheet File : ...
Caa's user avatar
  • 31
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
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
1 vote
1 answer
886 views

Hello Salesforces Devs!!! I'm having quite an issue and I'm screaming for help, don't know what I'm missing. I have a pretty simple task, to show in a Select element on an Omniscript a picklist of ...
Mauricio Vilar's user avatar
0 votes
1 answer
127 views

When I am trying to convert a long string containing numbers to an integer using BIGINT in javascript for LWC it throws an error while editing that field in Omniscript. I want to take large input from ...
Manish Birua's user avatar
1 vote
2 answers
676 views

I have a few omnistudio components which I need to export from the current org and import into another org. If I import the omnistudio components do I need to export the related Integration Procedures ...
code234's user avatar
  • 456
1 vote
1 answer
3k views

I'm attempting to group Quote Lines in the JSON output of a DataRaptor Extract with a Transform and am unsure if this is possible without an Integration Procedure. I currently have Quote Lines ...
ivcv's user avatar
  • 13
1 vote
1 answer
1k views

I have an omniscript with three steps 1. CAF 2. Billings 3. Results. When the user is in the Results Step they should not be able to navigate to the previous steps using the step chart. How do I ...
Natasha Mathew's user avatar
1 vote
0 answers
240 views

When I source push omniscript files for the first time to my scratch org, the deploy succeeds. If I make some changes to the file and push it again to same scratch org. I always end up in getting ...
Ishanu Dhar's user avatar
0 votes
1 answer
852 views

I have a multiselect element on the omniscript and I am keeping the source as custom and calling an apex class. The problem is that the values are not getting displayed. Apex Class: global class ...
code234's user avatar
  • 456
3 votes
0 answers
663 views

I have created a Flexcard with a DataRaptor as a data source. The records from the datasource are retrieved correctly and are displayed in a datatable as shown in the picture using {records}. I want ...
Asterios Ntinos's user avatar
1 vote
1 answer
1k views

I have a datatable in a flexcard where I show Name and Status from the IndividualApplication object. For each row on the datatable I want to put a navigate action button that will launch an OmniScript ...
stormy's user avatar
  • 75