UI Builder client handler how pass url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi team,
I want pass url in UI Builder client handler.
when hardcoded its redirecting but there multiple upper instance UAT, Prod , it is not proper to hardcode. please suggest a solution call url of current instace to UI Builder client handler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
sorry to say this, i didn't see the images clearly, it is too blur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
open that image please @Vishnu Surendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
i am not able to see the image even though i have saved the image in my local machine too. it is looking blur,
Steps to Configure the Data Broker Server Script
- In the Application Navigator, search for Now Experience Framework and select Transforms.
- Click New and create a new Transform/Data Broker Server Script with a name of your choice.
- In the Properties field, set the empty array([])
- In the Script section, add the following code:
function transform() {
return {
"instance_URL": gs.getProperty("instance_name")
};
}- In the Output Schema section, add the following:
{
"type": "object",
"properties": {
"instance_URL": {
"type": "string"
}
}
}- Save the record and copy the sys_id of the Data Broker Server Script.
Configure the ACL
- Navigate to Access Controls (ACLs) and create a new ACL.
- Set the Type to:
ux_data_broker- Set the Operation to:
execute- Next to the Name field, click the small blue icon. In the placeholder, enter the sys_id of the Data Broker Server Script that you copied earlier.
Important: Remove the * that appears before the sys_id in the placeholder. The Name should contain only the Data Broker's sys_id.
- In the Requires role section, select the appropriate role for the users who need to execute the Data Broker, and save the ACL.
cross check these steps again once
