dhruv_x0
29th October 2010, 09:28
How to skip check.input section on saving the record

MilindV
29th October 2010, 09:44
Hi Druv,

Check this predifined variable:

boolean before.update.check 4RD true field is checked during update
false field is checked during input

check.input:
if not before.update.check then
checking conditions
endif

Regards,
MilindV

dhruv_x0
29th October 2010, 10:13
Thanks MilindV
It works