I have a customization that contains some custom entities that are added in a subgrid to an Order. When the Order is saved I want to update the status (custom field) in each of these associated entities.
I've created a C# plug-in for the Order, but now I want to get the associated records and run a "for each" to update each of the subgrid records. I can't find an example to show me how to get a collection of the subgrid records. Anyone have one?
*This post is locked for comments
I have the same question (0)