Hi,
I created two entities namely CashAR (the parent entity with a field name called cartotalamount) and CashARitems (the child entity with a field name called caramount)
I then created a one-to-many relationship in CashAR with CashARitems as the foreign entity
I then added the CashARitems in the Bottom Panels layout so that users can add CashARitems that is related to the CashAR record being updated or created
When a user saves the changes in CashAR record, I want to sum up the total of CashARitems.caramount and then update the value of CashAR.cartotalamount
How can I do this in a formula?
Thanks & Regards...
I created two entities namely CashAR (the parent entity with a field name called cartotalamount) and CashARitems (the child entity with a field name called caramount)
I then created a one-to-many relationship in CashAR with CashARitems as the foreign entity
I then added the CashARitems in the Bottom Panels layout so that users can add CashARitems that is related to the CashAR record being updated or created
When a user saves the changes in CashAR record, I want to sum up the total of CashARitems.caramount and then update the value of CashAR.cartotalamount
How can I do this in a formula?
Thanks & Regards...
Comment