Populate values based upon the variable selection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:38 AM
Hi Team,
I have created 4 fields in the form ( Record producer ), based on the questions from " Is this associated with a business application (APMID)" section
the remaining 3 questions are designed to auto populate values based on the " Is this associated with a business application (APMID)"
These 5 fields are linked to the Business application ( cmdb_ci_business_app) .
fields and backend values :
I have written On-Change client script , but the values are not populating as expected. could you please assist me
Thank you .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 02:57 AM
it should be stored after submission.
I could see the i icon next to those variables
Did you check data for those variables is stored in "sc_item_option_mtom"
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 03:39 AM
Hi @Ankur Bawiskar ,
These Data Stored in "u_cloud_intake_task" table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 03:41 AM
Did you open that RITM as admin?
If it's not showing data for non-admin then it's access issue
whenever you submit REQ, data for that variable in backend is stored in this table "sc_item_option_mtom"
Did you check if data for those variables is stored in that table?
Any other script is clearing those variables?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:11 AM
Did you open that RITM as admin? - yes
Did you check if data for those variables is stored in that table? - yes , Data Stored in "u_cloud_intake_task" table.
based on the Central intake request , below APMID filed value stored in the form but remaining
APM#, IT fun Org, Busiess unit fileds data not stored.
Any other script is clearing those variables? -No , I have checked all the scripts.
in the Record Producer script section below script is written.
The above script for other fields auto population.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2025 04:19 AM
please check whether data got stored in question_answer table for those 3 variables for your record?
whenever a record producer is submitted an entry is made for each variable in that table
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader