Hi expert, I want to create a page on one table. In this table, I have a field (stage1) with datatype Boolean. In the page, I want to validate the field per the code below:
stage1- OnValidate()
IF stage1= TRUE THEN
A:=
ELSE
A:= ;
Since I don't have the developer's license, I have a question for you experts. Do I need to declare stage1 on the C/AL code in the page before writing the OnValidate function? Thank you!
0
Comments