web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Requests to Approve filters

(3) ShareShare
ReportReport
Posted on by 289
Hi all, 
 
 
I have a user who’s unable to see any records on the "Request to Approve" page, despite having pending approvals assigned. After checking the filters, we noticed that the Approver ID is incorrectly set to another user. When the Approver ID is manually updated to right user, the pending approval records appear as expected. However, the change doesn’t get saved — once they navigate away and return to the page, the Approver ID reverts back to wrong user. Does anyone know how to resolve this issue or ensure the correct Approver ID is retained?
 
 
Thanks
 
 
Alejandra
 
 
I have the same question (0)
  • Suggested answer
    Mohana Yadav Profile Picture
    60,969 Super User 2025 Season 2 on at
    Requests to Approve filters
    could you please provide more details?
     
    The OnOpenPage trigger sets filter of the current user only (userid) unless you have any customizations.
     
    trigger OnOpenPage()
        begin
            Rec.FilterGroup(2);
            Rec.SetRange("Approver ID", UserId);
            OnOpenPageOnAfterSetUserIdFilter(Rec);
            Rec.FilterGroup(0);
            Rec.SetRange(Status, Rec.Status::Open);
        end;
     
  • Suggested answer
    Dhiren Nagar Profile Picture
    354 on at
    Requests to Approve filters
    Hi,
     
    It is not suggested to change the Approver ID on the already created approval entries.
     
    It is better to Cancel the Approval request from the original document. Update the Workflow and make sure correct Approval setups are done (Specific user or Approval chain etc.). Send the request again and get it approved from the correct user.
     
    Note: It is not advisable to do any change in the already created approval entries as it can really hamper the system processes.
     
     
    Regards,
    Dhiren
     
    If this helps mark answer as verified.
  • Suggested answer
    Sohail Ahmed Profile Picture
    11,089 Super User 2025 Season 2 on at
    Requests to Approve filters

    If the Approver ID keeps reverting, it’s not normal standard behavior. It could be caused by a customization or extension that is overriding the filter logic (for example, code in the OnOpenPage trigger). I recommend checking with your system admin or Microsoft Partner to review installed extensions and custom code that might be affecting this page.

     

    ✅ Mark this as the verified answer if helpful.

  • Suggested answer
    Sumit Singh Profile Picture
    7,485 on at
    Requests to Approve filters
    Hi AleAlonso,
     
    You can check below points which I think already mentioned in few of the responses:-
    1. Do Not Manually Change Approver ID on the Page
    Manual changes to the filter are temporary and will be reset by the OnOpenPage trigger.
    2. Fix the Approval Assignment at the Source
    Go to the original document (e.g., Purchase Order, Journal, etc.).
    Cancel the approval request using the Cancel Approval Request action.
    Update the workflow setup or Approval User Setup to assign the correct approver.
    Resend the approval request so it routes to the correct user.
     
    Mark the Boolean true “Does this answer your Question” if this is Helpful.
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 4,275

#2
Sumit Singh Profile Picture

Sumit Singh 2,677

#3
Nimsara Jayathilaka. Profile Picture

Nimsara Jayathilaka. 2,526

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans