Forum Discussion
- MarkShnier__YouQrew Legend
Can you help us understand your use case? So you are on new style forms I gather not legacy forms, and you are sitting on a parent record and you want to update values and fields on just some of the child rose? How do we know which rose you want updated and what the new value should be?
- narsareddyQrew Member
Hi Mark,
My Use case is "I have a table representing employees in a department. Each row in the table includes information like Employee ID, Employee Name, Group Name, Location and Status.
The goal is to allow users to update the Status and location of all employees within the same group when the Update button is clicked for a particular row".- MarkShnier__YouQrew Legend
The normal way to do this would be to use Dynamic Filers on Group to limit the Table report to just one Group. Then go into Grid Edit mode and and edit the first row on the report. Then click the column heading with a right click to fill down.
The other way to do this would be fancier, if you really though the juice was worth the squeeze. You could edit one employee record to the new values and then click a magic formula URL button to update all other "sibling" employees in their Group to have the same values for certain fields.
But that latter method would probably take about an hour of consulting time to set up. You can contact me directly at mark.shnier@gmail.com if you wanted to pursue that route. But I think that if you familiarize yourself with that "Right Click" copy down feature in Grid Edit, that you will find its quite fast and intuitive.