- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2024 11:11 PM
Hi ,
I have a requirement to trigger a SCTASK using Workflow. There certain conditions to trigger the task using workflow.
- SCTASK needs to trigger prior to the selected date in the form.
Example:
In Request form
End date : 29 DEC 2024
then the SCTASK Needs to trigger 3 days prior to the End date means on 26 DEC 2024. Using the workflow only. Please help me to sort out the issue.
Thanks'
Arun Manoj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 12:53 AM
Hi @Arun_Manoj ,
There is field call due_date in RITM record, You can get the value from the from and decrease three days and assign it to due_date.
Now, wait the workflow till the due date and create sc_task.
variable_name is the backend name of the End date.
Next, use the timer to stop and select the due date field.
Next, create a Catalog task.
If the above information helps you , Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 12:53 AM
Hi @Arun_Manoj ,
There is field call due_date in RITM record, You can get the value from the from and decrease three days and assign it to due_date.
Now, wait the workflow till the due date and create sc_task.
variable_name is the backend name of the End date.
Next, use the timer to stop and select the due date field.
Next, create a Catalog task.
If the above information helps you , Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2024 11:22 PM