0% found this document useful (0 votes)
33 views2 pages

Module Pool

The document discusses the "ON REQUEST" conditional execution command in Flow Logic. It executes a module only if a value has been entered in a specified field since the screen was displayed. The basic syntax is FIELD <screen field> MODULE <module> ON REQUEST. It must be used with a FIELD statement and checks if a value was entered in a particular field. For conditional execution within a CHAIN, the syntax is "ON CHAIN-REQUEST".

Uploaded by

Srinivas Borra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views2 pages

Module Pool

The document discusses the "ON REQUEST" conditional execution command in Flow Logic. It executes a module only if a value has been entered in a specified field since the screen was displayed. The basic syntax is FIELD <screen field> MODULE <module> ON REQUEST. It must be used with a FIELD statement and checks if a value was entered in a particular field. For conditional execution within a CHAIN, the syntax is "ON CHAIN-REQUEST".

Uploaded by

Srinivas Borra
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

REQUEST With the ON REQUEST, a module will be executed only if a value has been entered inWith the ON REQUEST,

a module will be executed only if a value has been entered inthe specified field since the screen was displayed.the specified field since the screen was displayed. The basic syntax for this conditional execution Flow Logic command is:The basic syntax for this conditional execution Flow Logic command is:FIELD <screen field> MODULE <module> ON REQUEST.FIELD <screen field> MODULE <module> ON REQUEST. The PAI <module> will be executed only if a value was entered in <screen field> The PAI <module> will be executed only if a value was entered in <screen field> since the screen was displayed. since the screen was displayed. The ON REQUEST addition must be used with a FIELD statement because thisThe ON REQUEST addition must be used with a FIELD statement because thiscondition depends on the value of a particular field.condition depends on the value of a particular field. If you want to conditionally execute a module that is coded within aIf you want to conditionally execute a module that is coded within aCHAIN ENDCHAIN, you must use CHAIN ENDCHAIN, you must use ON CHAIN-REQUEST.ON CHAINREQUEST.

You might also like