Want to show RITM variable in the sysapproval_approver .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 04:08 AM
<p>Just a tip — if you're referencing variables by name, use <code>g_form.getDisplayBox('variable_name').value</code> in a client script or access them via <code>current.variables.variable_name</code> on the server side to get the right value from the RITM.</p>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 04:21 AM
Hi @NeethuB,
In Yokohama release, a new String field 'Approval Reason' has been introduced for adding comments in context of Approval. You can use it in Flow Action. PFA the screenshot of the action.
Use it and you can use variable data from sidepane in the flow, fetching from get Catalog variables action.
Regards,
Ehab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 04:23 AM - edited 05-19-2025 04:29 AM
Hi @NeethuB,
In Yokohama release, a new String field 'Approval Reason' has been introduced for adding comments in context of Approval. You can use it in Flow Action. PFA the screenshot of the action.
Use it and you can use variable data from sidepane in the flow, fetching from get Catalog variables action.
Also you can update the description from the flow. Use lookup records action, table shall be sysapproval_approver, condition: Task is (Requested Item Datapil). And for multiple approvers, do For Each Flow logic, take the look up record datapil and update each record Description field with required information using datapils.
Regards,
Ehab