Want to show RITM variable in the sysapproval_approver .

NeethuB
Tera Contributor

Want to show RITM variable in the sysapproval_approver.
For that i have created a feild called description (u_description).
I want to show data inside that feild.
eg:
Title:xyx
requestot:ghi 

22 REPLIES 22

alexendr2
Tera Contributor

<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>

EhabPilloor
Tera Contributor

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

Ehab Pilloor
Mega Sage

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