Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PAI

Former Member
0 Likes
755

hi all

To bypass automatic field input checks, what statement should be included in PAI?

thank u

sunny

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

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.

3 REPLIES 3
Read only

Former Member
0 Likes
546

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.

Read only

Former Member
0 Likes
545

hi,

to bypass automatic input check, don take that field with any type of dictionary field.

assign any local variable.not dictionary field.

Read only

Sm1tje
Active Contributor
0 Likes
545

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.