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 :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Fixing the “403 Forbidden” Error on Account Creation in Field Service App

Recently, while working with the Field Service app, we ran into a strange issue. Every time we tried to create a new Account with address information, the system threw an error: At first, this message didn’t tell us much as this is generic message...

Mahendar Pal 45,095
Like (0)
Fixing -“This attribute is mapped more..”

Recently, one of our customers reported that they were unable to import contacts into the Dynamics 365 CE environment. They received the following error during the import: If you’re facing the same issue, don’t worry — I’ll walk you through the st...

Mahendar Pal 45,095
Like (0)
Run Power Automate From Command Button

Requirement Modern business applications demand automation, whether it is a heavy data driven model drive app or light weight canvas app. Microsoft Power Automate makes it easy to streamline workflows directly within the Microsoft ecosystem. Let’s...

Mahendar Pal 45,095
Like (0)
Updating record using Custom Button Power Pages

Requirement Power Pages provides a flexible platform to build low-code, externally facing web applications on top of Dataverse. A common requirement in Power Pages applications is to perform operations on Dataverse records for example update a rec...

Mahendar Pal 45,095
Like (0)
Using Autonumber for Primary Name Column

Details In Dataverse, when we create a new table, we define a Primary Name column. This column’s value is what appears in lookup fields. For example, if I have an Account lookup in my table, it will show the Account Name, because ‘Account Name’ is...

Mahendar Pal 45,095
Like (0)
Connecting Azure Functions with PostgreSQL

Introduction: In the world of cloud computing, Azure Functions have become a popular choice for developing serverless applications. These lightweight, event-driven functions offer scalability and cost-efficiency, making them an ideal solution for ...

Mahendar Pal 45,095
Like (0)
Fetching incremental data from Navision for D365 CE

Requirement Let’s say we want to fetch incremental data from BC for CRM using Kingswaysoft. Details While working with CRM and BC integration using Kingswaysoft, let’s say we want to get incremental data from Navision, for example reco...

Mahendar Pal 45,095
Like (0)
Check Parent Entity Name From Child entity form D365 CE

Requirement Add validation on child entity form based on parent entity. Details Sometimes we want to check name of the parent entity in the child entity quick create form for validation. We can use JavaScript for this validation. For the demo let&...

Mahendar Pal 45,095