- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 01:20 AM
Hi Team,
I want to populate few fields from report item section to the fields of Expense Records section once the record is created. For example, i want to map amount field of report item section to amount3 field of Expense Records section on the same table.
Which BR should i write, before insert or after insert? and what will be the script? should I first store the values in a variable and then set it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 01:47 AM
if both the fields are on same table then you can use before insert/update business rule and use either "Actions" tab to set the field value if both the field types are same
If you want to manipulate then please use script field
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
05-12-2025 01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2025 01:47 AM
if both the fields are on same table then you can use before insert/update business rule and use either "Actions" tab to set the field value if both the field types are same
If you want to manipulate then please use script field
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