How to populate value based on view after record is created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:15 AM
Hi Team
I need to populate date based on task field which is refrence to task table on specific view when record is created
Please advice flow design or business rule or any other
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 04:19 AM
You can use the BR for same, if you provide screenshot what and where you want to popluate value, we can help you.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 05:06 AM
Thanks for your valuable response
Actually on resource_plan form we have task field
When we creating resource plan record the task field is mandatory which is refering to task table
My requirement is to populate value in custom field which is visible after resource plan is created only for specific view or list of groups mentioned in properties
Please advice how to proceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 08:24 AM
Yes you can, but again custom field. I am only worried do we actaully need custom field|?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2024 07:57 PM
Sorry for late response
For example there is one custom field description on resource plan so i need to populate value on this description based on task field value selected I mean we need to do dot walking
My requirement is to populate value for logged who is part of list of groups or on specific view
I need to go with br as one custom field is available only after record is created in which need to populate value
So please advice