Hi All.
Using workflows, is there a way we can use a change in field from child record to create a change in a parent record field?
I am unaware of scripts, and all the developers are already super busy. So, needed to implement this if feasible.
n
Netsuite Tragic
09/05/2023, 10:48 AM
You could as a scheduled workflow. Have a search of parent records which shows the changes of the child record. Then this would be the input search for your Workflow.
Netsuite Tragic
09/05/2023, 10:50 AM
If you will be doing more with Netsuite, i suggest asking Devs for a more generic approach where you can have searches of a certain format as an input search which will allow you to nominate which columns will update which record. Then you don't have to get a dev for every 'update' requirement.