- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 04:57 AM
Hey,
I need to be able to set the due date of requested items using the delivery time field from the catalog item. I know that normally the due date is calculated from the workflow itself, but the customer is using the same generic workflow for a lot of different catalog item.
Solved! Go to Solution.
- Labels:
-
Request Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 05:38 AM
Hi ,
Please go through below link:
Please mark it as helpful if it helps.
Thanks,
Sumanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 05:04 AM
Hi
IN workflow you can use 'run script' to set the due date.
current.due_date = current.variables.<variable_name_from_form>;
If my answer helped you in any way, please then mark it correct and helpful.
Kind regards,
Manas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 05:35 AM
the variable is on the back-end catalog item form (where you configure the catalog item), using that run script you said gives me the ability to pull in variables from the portal form that the customer fills out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 05:06 AM
Hi,
There is an OOB business rule called "Calculate Request Item Due Date" on RITM table, which is inactive by default. You can activate the business rule.
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2020 05:33 AM
I did activate that business rule and it still would not calculate the due date time.