Action submitted

Hi team,

I am using a record on a SITE. I am calling a PM from record link. This PM has a process start from. On clicking submit, the process should end and user should be redirected back to the record list.

We are using buttonWidget component with Submit as true. 

But, what's happening is the process is getting completed but the user is not redirected back to the record list. Instead, the form is still open on the screen.

We used both chrome and internet explorer, we tried to clear the caches but nothing worked. I don't see any code issue as the process got completed successfully. Any Idea, what might be the issue?

  Discussion posts and replies are publicly visible

Parents Reply
  • Yes.. my apologies, it's a start process link from the record list.

    a!buttonWidget(
     label:"Resubmit with more information",
     saveInto:{
     a!save(ri!submit,true)
     },
     submit:true
    )

    Also, The functionality is working expected for few of the users account but for most of them it's not working. They have same user groups. The only difference is the one that is working is 32-bit Chrome and the other which is not is 64-bit chrome. not sure if that could be a reason

Children