Formulae field(Sum) not updating when a sub form entry is deleted
Hi there,
I was facing this issue wherein I have a main form called 'Work_order_Form' and in that main form I have a sub form called 'Items' and in that items I have a field called 'Print_Charges'. So in my main form I have a formulae field which calculates the total of this using the formulae 'input.Items.sum(Print_Charges)'. But when a row is deleted from the sub form entries, this formulae field doesn't update. Can someone help me out to resolve this issue.
Thank you for your support in advance.