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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Suggested Answer

Add a Custom "Mark as Paid" button on Main Invoice View/Main Grid

(0) ShareShare
ReportReport
Posted on by 24
Hi there,
 
I have a business requirement in which we need to add a custom /Mark As Paid/ button on Main Invoice View/Main Grid. The custom button will have the functionality to mark all the invoices being paid automatically.
 
Since, I do not have programming background, can anyone assist me how we'll to create custom button with such functionality.
 
Thanks!
I have the same question (0)
  • Suggested answer
    Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,

    You can use Smart Button to create a Mark as Paid button. Click on this button to call Power Automate Flow.
    Call Workflow directly from a button using Ribbon Workbench - CloudFronts
     
    Copy the following code and place it where indicated in the first image.
    const req = new XMLHttpRequest();
            // This URL comes from the connector in the flow / when an HTTP request is received / generated URL.
            var url = "<Your URL>";
            req.open("POST",url,true);
            req.setRequestHeader("Accept","application/json");
            req.setRequestHeader("OData-MaxVersion","4.0");
            req.setRequestHeader("OData-Version","4.0");
            req.setRequestHeader("If-None-Match","null");
            req.setRequestHeader("Content-Type","application/json ");
            req.send();

    Then with Power Automate Flow you can mark all active invoices as paid.
     Fill in the HTTP Post URL here.
    // This URL comes from the connector in the flow / when an HTTP request is received / generated URL.
            var url = "<Your URL>";


     
     
     
    If my answer was helpful, please click Like, and if it solved your problem, please mark it as verified to help other community members find more.
    If you have further questions, please feel free to contact me .
     
    Best Regards,
    Dengliang Li

     
  • betlejuice Profile Picture
    2,139 on at
    Hi,
     
    you can add a new button editing the commnad bar with PowerFx.  Try this:Add Power Fx buttons to model-driven apps – Ben Prins
  • Talal Tariq Profile Picture
    24 on at
    Hi Dengliang Li,
     
    I have tried the solution that you have mentioned but I'm actually stuck at "Apply to Each" control and it seems like this control used to get the output from the previous step. Can you further guide me about this step again so that I can re-check my flow for any error as such.
     
    Thanks!
  • Dengliang Li Profile Picture
    Microsoft Employee on at
    Hi,
     
    In the Apply to each control, update the invoice records from the previous step List rows.
     
    Best Regards,
    Dengliang Li
     

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…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Tom_Gioielli Profile Picture

Tom_Gioielli 83 Super User 2025 Season 2

#2
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 49 Most Valuable Professional

#3
#ManoVerse Profile Picture

#ManoVerse 40

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans