Update Business elapsed time in seconday value of form in UI builder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 05:51 AM
Hello All,
How can we update business elapsed time in the secondary value in the form?
As this field is coming from different table not sure how can we achieve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 10:37 AM
You got to add a Data source and then add a field in the Record screen.
This field should take value from the Data source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 02:23 AM
Could you please help to confirm on the below query?
How can we pass current sys_id of the incident and check in the table and put the result in the screen?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 04:45 AM
Hi,
In the date resource add the input field for incident id
While adding the data resource to the page, populate the above input field with context.props.sysid (Incident's sys id)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2023 09:07 PM
Hello Vijayalakshmi,
Thank you for the reply. Can we use Look Data Source here.
How can we pass the current incident sys_id and check in the task_sla table?