Can we able to pull the variables from interaction to RITM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:16 AM
Hi,
I created a record producer to generate Interaction record. Once interaction created using "Create Request" button, I am converting into Request.
Can we able to push the variables from Interaction to RITM while converting. Is it possible?
Some one give any suggestions.
2 REPLIES 2

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:28 AM

Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2024 02:46 AM
Hi @PRAGHATIESH S ,
You can use g_form.submit() in the UI action code to execute both client-side and server-side code when the button is clicked.
- check this for gftsubmit ->https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1005843
You can call the server-side Script Include using the client-side code.
'