Exception on duplicate button click

Hi,

On SAIL form, when user clicks button for any action, while it still shows "Working.." on the top of the page, if user click same button again, getting the attached error.

Not able to find the detailed exception in logs.

Thanks!

OriginalPostID-242786



  Discussion posts and replies are publicly visible

Parents
  • Firstly there is '<<' operator used at line 1563.

    If the exception is shown occurs when the following buttons are clicked,

    PFDC_USER_ACTION_APPLY
    PFDC_USER_ACTION_NONBILLABE
    PFDC_USER_ACTION_BILLABE
    PFDC_USER_ACTION_APPROVE
    PFDC_USER_ACTION_WITHDRAW
    PFDC_USER_ACTION_EVALUATE

    Please check any 'set of code' which gets executed every time i.e. in with() which depends on the values of local!searchAction/ri!searchAction. like rule!PFDC_displayErrorMessage at line 1337. Please check for any similar changes or save's on the buttons which are causing the issue and verify the code where the saved variable is used. You might find the root cause of the issue.
Reply
  • Firstly there is '<<' operator used at line 1563.

    If the exception is shown occurs when the following buttons are clicked,

    PFDC_USER_ACTION_APPLY
    PFDC_USER_ACTION_NONBILLABE
    PFDC_USER_ACTION_BILLABE
    PFDC_USER_ACTION_APPROVE
    PFDC_USER_ACTION_WITHDRAW
    PFDC_USER_ACTION_EVALUATE

    Please check any 'set of code' which gets executed every time i.e. in with() which depends on the values of local!searchAction/ri!searchAction. like rule!PFDC_displayErrorMessage at line 1337. Please check for any similar changes or save's on the buttons which are causing the issue and verify the code where the saved variable is used. You might find the root cause of the issue.
Children
No Data