Think Dynamic, Do Dynamic Microsoft Dynamic CE | Powerapps || Dynamic CRM || Power Apps || Power Platform

Saturday, 3 June 2023

get record from CDS powerapps portal

 $( document ).ready(function() {

$.ajax({   


                    type'GET',  


                    url: "/_api/cr207_kspsalesorders?$filter=(statecode eq 0)&$top=50",  


                    dataType: 'json',  


                    success: function (res) {


                        results = res.value;


                        console.log(results);


                    }});


});

No comments:

Post a Comment

Popular Posts

Featured post

Understanding Dataverse MCP vs Power Apps MCP – Quick Review

  Understanding Dataverse MCP vs Power Apps MCP – Quick Review Model Context Protocol (MCP) has quickly become one of the hottest topics in ...

Post Top Ad

Your Ad Spot

Pages