How to populate value based on view after record is created

Ramu8
Tera Expert

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 

10 REPLIES 10

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

Hi @Dr Atul G- LNG 

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 

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]

****************************************************************************************************************

@Dr Atul G- LNG 

 

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