- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2016 02:05 AM
Hi All,
Is it possible to copy values from a variable on an order guide to a matching field on a RITM?
I have a variable called 'leaverdate' on an order guide and i would like this date value to be populated into the 'u_leaver_date' field on the RITM form.
I've found elsewhere in the forum that this should be possible via a before business rule, but i dont seem to be able to get it to work, what am i doing wrong?
Table=Requested Item [sc_req_item]
Active = true
Advanced=true
When=before
Insert=true
Condition=blank
script=current.u_leaver_date = current.variables.leaverdate;
The reason for this is that we are still using Eureka and there is a requirement to be able to report on this captured date, and also see the date in work queues. I appreciate it is possible to report on variables from Fuji+.
Thanks
Paul
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-31-2016 01:07 PM
You need to create a variable on the catalog item with the same name and check the cascade variables on the order guide. This will push the variable value into the catalog item. Go thru section 6 in this link

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-05-2016 07:48 AM
You bet!