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...
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...
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...
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...
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...
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...
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...
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 ...