Latest posts
View allHello everyone, I am working on a project where I need to create a record from a Power Pages portal without requiring the user to sign in. I'm attempting to do this using the Web API, but I keep encountering an "Unauthorized" error. Here's what I
Hi,How can we integrate power pages with Sugar CRM with help of Power automate to record get created in both the instances.Thanks in advance,
Hi, my post request here below works fine but the patch doesn't. Does anyone have a solution? Thanks document.getElementById('home_button').addEventListener('click', async function(event) {event.preventDefault(); // Stop the default nav...
I have a power pages site and wrote a portal API call to get some data from Dataverse entity.but its returning a cache result for some time. Anyone please suggest how to overcome this cache issue from the portal API result.
When I do an request to the webapi there is a limit on te amount of characters. This is not usefull if you do an fetchXml query to the webapi because you are limited on how big you can make your query. Is there an another way to call the webApi bu...
When initialize wrapper in the header of the portal I get the following error Below is the wrapper code (function(webapi, $){ function safeAjax(ajaxOptions) { var deferredAjax = $.Deferred(); shell.getTokenDeferred...
Hi,I have an issue with retrieving a Pdf file stored in Note(dataverse) through a form in power pages. I'm able to get the byte code from document body using webAPI but not the file original format. I want to get a URL of the file to e...