I have two subgrids(the same child entity) on a form, I am meant to update one subgrid programmatically and not the other. I know i need to retrive the regardingId and update the regarding, but like i said, I want to just update one of the subgrid and not the other. The code i have written updates all the subgrid because they all have same regardingid and it being thesame entity. Is there anyway i can tell the dynamics API to update only the records in one subgrid and not the other?
*This post is locked for comments