- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 09:07 AM - edited 01-22-2025 09:11 AM
I want to assign a value of variable from the form being submitted on portal to another variable on hte same catalog item (hidden variable) . i haev created before BR that doesn't capture the value at time creation , it says undefined. this BR works fine for update but i want ot make it work for create as well. dependent value also doesn;t work becasue i need to assing the free text value being submitted from same catalog item form and not referencing to any table. (we have multiple such cases)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 09:54 AM
Try with current.request_item.variables... in the assignment line as well. You could also move this prior to the task creation activity, since the same variables and values are available to the RITM record and Catalog Task records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 09:54 AM
Try with current.request_item.variables... in the assignment line as well. You could also move this prior to the task creation activity, since the same variables and values are available to the RITM record and Catalog Task records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 10:39 AM
@Brad Bowman Ok , in create a BR on RITM level and let you know how it behaves , thanks for your help !