Hi
I have 3 fields Amount,CAmount,Balance. CAmount is Flowfield . Is it possible to define Balance = Amount - CAmount at Table level.
I have written below code at Table Level but not working. Do i need to write Modify also.
CAmount - OnValidate()
"Balance Amount" := Amount - CAmount;
Thanks
*This post is locked for comments