‎2008 May 27 1:23 PM
hi all
To bypass automatic field input checks, what statement should be included in PAI?
thank u
sunny
‎2008 May 27 1:25 PM
Hi,
bypass automatic field input checks,
In PAI of the flow logic.
In the module where u want to bypass automatic field input checks.
module <ur module name> At Exit-command.
Regards,
Jagadish.
‎2008 May 27 1:25 PM
Hi,
bypass automatic field input checks,
In PAI of the flow logic.
In the module where u want to bypass automatic field input checks.
module <ur module name> At Exit-command.
Regards,
Jagadish.
‎2008 May 27 1:25 PM
hi,
to bypass automatic input check, don take that field with any type of dictionary field.
assign any local variable.not dictionary field.
‎2008 May 27 1:25 PM
what automatic checks do you mean? Date fields for example, in this case only valid date formats can be used, and will not be bypassed. If this is what you want to avoid, use other input fields.
Doesn't make sense to bypass these checks.