- 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 08:37 AM
Hi Jay,
Have you put log in RP script.
- Check the value on the list view. If values are different on list and form then it might be because of CS.
- If values are same then because of BR.
You can also check the Application files [sys_metadata] table with filter keyword containing 'Business Service' and the class is BR/CS.
Can you share screenshot of 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 08:48 AM - edited 12-14-2022 08:56 AM
Thank you I have added the images on the original post please check. but what is use of Application files [sys_metadata] . I am not aware . please tell me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2022 09:05 AM
Check out the below link for Application Files:
Actually, it contains all our scripts, ACLs, other configurations.
- 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**