Options

Table Level in Navision 2009 R2

jsshivalikjsshivalik Member Posts: 67
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

Best Answer

Answers

  • Options
    guidorobbenguidorobben Member Posts: 157
    this should work.
Sign In or Register to comment.