Questions tagged [omniscript]
The omniscript tag has no summary.
68 questions
0
votes
1
answer
57
views
LWC within omniscript not refreshing based on value changes in omniscript
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 ...
0
votes
0
answers
42
views
How to flatten nested JSON in OmniStudio DataRaptor/OmniDataMapper without losing nodes at runtime?
I’m working with an OmniScript → Integration Procedure (IP1) → nested Integration Procedure (IP2) setup in OmniStudio.
IP2 return a JSON like this:
{
"header": {},
"response": {...
0
votes
0
answers
79
views
change button variant css on omniscript
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 ...
0
votes
0
answers
25
views
on change event in omnistudio
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 ...
-1
votes
1
answer
351
views
Datamapper extract with formula field
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
0
votes
1
answer
144
views
OmniScript: How to properly update nested JSON structure?
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": [
{
&...
0
votes
0
answers
51
views
OmniScript TypeAhead - Set minimum characters entered in the field before search begins
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 ...
0
votes
1
answer
137
views
omniscripts to populate field value based on checkbox true
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 ...
-1
votes
1
answer
303
views
Can we deploy Omnistudio(Formerly Vlocity) comonents using Jenkins
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 ...
0
votes
0
answers
585
views
How to fire/publish event from Omniscript element to Flexcard and handle in the same step
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 ...
0
votes
0
answers
156
views
How to use specify target parameter for IP element in Navigate Action Element or else how to navigate to next element in OS when using IP as button?
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 ...
0
votes
0
answers
215
views
Trigger OmniScript Form Validation
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 ...
0
votes
0
answers
193
views
Issue mapping file uploads to custom objects in Omniscript
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 ...
2
votes
1
answer
216
views
Problem with Omniscript's Custom Lightning Stylesheet File
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 :
...
0
votes
1
answer
576
views
Translation into Omniscript standard error message
How can I translate the default error message when setting the element as required in an omniscript?
0
votes
1
answer
542
views
Close a flyout from en embedded omniscript
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 ...
1
vote
1
answer
886
views
Issue with Select Element with Custom Class: When activating the Omniscript it doesnt works!
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 ...
0
votes
1
answer
127
views
Not able to use BIGINT in LWC
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 ...
1
vote
2
answers
676
views
Exporting Omnistudio Components
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 ...
1
vote
1
answer
3k
views
Group By a field with a DataRaptor Transform
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 ...
1
vote
1
answer
1k
views
How to control the Step Chart Icons in Omniscript Salesforce
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 ...
1
vote
0
answers
240
views
SFDX: Trying to source push omniscript files gives File or folder not found error
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 ...
0
votes
1
answer
852
views
Values are not displayed on the omniscript for multiselect element using custom value
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 ...
3
votes
0
answers
663
views
FlexCard: How to pass records from data source to the dropdown select list?
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 ...
1
vote
1
answer
1k
views
omnistudio - navigate action buttons for multiple datatable rows
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 ...