- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 08:23 AM - edited 12-14-2022 08:55 AM
Hello Guys,
on filling the RP
after submiting RP
When I submit the record producer I am seeing different data captured on the reocord procedure which I saw while on submiting How Can I trace ?
On RP, one field Business Service which get data from server-side script based on change of impacted product on the RP.
it is coming correct but when I submit the RP but when I see submitted RP records Business service values is being changed.
How Can I trace it ? what goes wrong while submitting ?
please help with debugging suggestion
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 09:13 AM
- My suggestion would be to change the 'Business Service' variable to Reference type. If you do so the script to fetch the Business Service from the backend should return sys_id.
- And make sure the mapping is present and correct.
- The field name and variable name should be the same.
If you still facing issues suggest you share your script.
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 09:07 AM
Hi,
Check the record producer scripts which updates Business services fields.
Also, check the before insert/update business rule on target table.
Thanks,
Sagar Pagar