Hi Guys,
I have a payrun root list object which contain individual pays (root busines object). Now my question is this, how would you go about a group save for the pays and not activating until a required at the end. So it's all or nothing.
Thanks
I am not exactly sure what you are asking but I will try to help. The Payrun class inherits from BusinessListBase and the Pay class inherits from the BusinessBase correct? When you edit or add a Pay object you would call ApplyEdit on it. When you are done editing all the Pay objects, you would call Save on the Payrun class to save all the Pay objects at once.
Copyright (c) Marimer LLC