Customizing Processing Notification Delay Time

The default delay time between the start of system processing and the processing notification is two (2) seconds.

To customize the processing notification delay time:

  1. Login to Application Designer.

  2. Open the HTML file PT_PAGESCRIPT.

  3. Navigate to the function window.showhide and change the second argument value of the function call setTimeout(callbackOnDelay_%Formname,2000)accordingly.

    This parameter is in milliseconds. If the preferred delay time is five (5) seconds, then the second value (replacing 2000) is 5000. If it is 2.5 seconds, it should be 2500 milliseconds.

  4. Open the HTML file PT_PROCESSING.

  5. Navigate to ptLoadingStatus_empty(display) method and change the second argument value of the function call setTimeout(callbackOnDelay_empty,2000)accordingly.

  6. Save all changes.

  7. Clear browser cache before login