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

Notifications

Announcements

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Finishing (Deactivating) and Reopening a Business Process Flow Using C# Console Ap...

In the previous post, we explored how to move a Business Process Flow (BPF) to the next stage using a console application, with the Phone to Case Process as a working example. Advancing the BPF stage, however, is only part of the lifecycle. Even a...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Advancing a Business Process Flow Stage Using a C# Console App (Dataverse / Dynami...

In Dynamics 365, Business Process Flows are usually progressed by users through the UI. However, in scenarios like data migration, bulk remediation, or backend automation, we may need to move a BPF stage programmatically. Here we will cover one of...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Using a Plugin to Generate Auto-Number Values for Legacy and Reopened Records in D...

In one of our recent Dynamics 365 / Dataverse projects, we ran into one issue with auto-number fields. We had configured an auto-number for the custom_id field on the Opportunity table. The format used a prefix of QU- followed by eight digits, res...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Solving CS0006: Metadata File Not Found Error in Visual Studio

Recently, we encountered a build error in one of our Dynamics 365 projects where Visual Studio was unable to find metadata files for NuGet packages, even though the packages were installed. CSC : error CS0006: Metadata file ‘C:\Users\NishantRana\s...

Nishant Rana 11,325 Microsoft Employee
Like (0)
[Tool Showcase – PowerMakerAI] Talk to Your CRM Like a Teammate — Meet PowerMakerA...

You’ve probably used ChatGPT or Gemini to generate code, write emails, or even debug errors. But what if you could do the same for your Dynamics 365 CRM? No plugins. No clicking around. No SDK calls. Just ask, and your CRM responds — with real dat...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Action ‘Update_a_record’ failed: An error has occurred. No resources were found wh...

Recently, while trying to update the Projects table in Finance & Operations using the Fin & Ops Apps actions in Power Automate, we ran into below error: An error has occurred. No resources were found when selecting for update. After digging deeper...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Fixing the “Only 1 of 2 keys provided for lookup, provide keys for dataAreaId, Pro...

Recently, while working with the Projects table from a Finance & Operations (F&O) environment, we ran into an error while using the Get a record action in Power Automate. (BTW this was the first we were using the Fin & Ops connector) The flow kept...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Fixed – Error occurred while loading document template / Error occurred while load...

Recently, one of the users reported the following error while trying to generate a PDF for a Quote record in Dynamics 365: Initially, the Export to PDF option was showing a blank list of templates. This happened because the user was missing a few ...

Nishant Rana 11,325 Microsoft Employee