Workflow issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 11:23 PM
Hi All,
my requirement is, 1st and 2nd tasks assigned to cannot be same.
can someone suggest what is wrong with the workflow, please refer attached screenshots
Scratchpad :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2024 11:39 PM
Hi @Ankita9793 ,
Are you yourself assigning the assigned to?
Also for that validation where assigned to cannot be same u should try creating an onChange client script on task table by adding some filters which should make sure that the script only triggers for ur case. from there u can actually validate this n make it empty plus also show an alert.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:13 AM
Hi don't use Run Script Activity, in Catalog Task, click on Advanced and use
workflow.scratchpad.taskid = task.sys_id
Regards,
Piyush Sain