using flow designer I want to trigger assign to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
in custom table with list field group refer to group table.
i want create some custom task using sheduled job.
scheduled job run every 6 months.
department field contain multiple values
eg: Group1,group2,group3.
newly created task assign to needs to be corresponding department (group) manager.
example:
1 . record have 2 groups.
then task needs to create for to managers while runing the job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
from the list how you get department manager @Aditya_hublikar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @armanoj ,
department list data stored like array i simply iterate foreach loop on that , then i got single department record , and simply get manager of each department . Then i created new task and simply assigned them to manager.
All this things going on inside foreach loop.
see data pillar 2nd : foreach ;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @armanoj ,
I hope you are doing well. Does my response helps you ?
If my response helps you then mark it as helpful and accept as solution. This will further future queries.
Regards,
Aditya,
Technical Consultant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @armanoj ,
Does your query is resolve ?
If my response helps you then mark it as helpful and accept as solution. This will further future queries.
Regards,
Aditya,
Technical Consultant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
@Aditya_hublikar , I’ve made some changes to the action script and it’s working fine now.
Thank you for your valuable support. I really appreciate your willingness to help.
