Set a computed field in the bottom of the form with next formula:
@If(@IsDocBeingSaved; @Success; @Return(""));
@SetField("Field1"; @DeleteField);
@SetField("Field2"; @Unavailable);
@DeleteField
It is very simple and useful solutions as for me and to be honest I did not find any better way
No comments :
Post a Comment