My approver list is not updating automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-16-2022 11:53 PM
When a in change request form request approval button is clicked the approver list is not updating automatically
but when the refresh list is done
then the approver list shows the people
how to refresh it automatically or what should i change to avoid this issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-17-2022 12:04 AM
Hi @Ansuman
What is the code written in the request approval button? Are you updating / refreshing the current form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-17-2022 12:09 AM
just updating the form to assess state
action.setRedirectURL(current);
current.state = '-4';
current.update();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-17-2022 12:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-17-2022 12:24 AM
Sorry but it didn't work