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)
Fixed –Lookup value plugintypeexportkey [Guid] is not resolvable – Solution Import...

Recently, we faced an interesting import failure while moving a solution containing a Custom API. Solution “Temp Plugin Step Custom API Transfer” failed to import: Lookup value 8f3269b7-a24d-43e4-9319-0c5e7ddf2b53 is not resolvable. This clearly p...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Using addNotification to Simulate Dynamic Tooltips (Dataverse / Dynamics 365)

When working with forms in Dynamics 365 / Power Apps model-driven apps, we often customize field labels based on context, using the setLabel method. At times, we would also like to change the tool tip to go with the changed label of the field. The...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Resolved – Environment Operation Error, while trying to copy environment (Datavers...

Recently we created a new environment, and when we tried copying our production environment to it, it gave the below error. “Environment Operation Error -Sorry, something went wrong while requesting the details of an ongoing operation” On trying t...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Clearing Dirty Fields in Forms to Avoid Unnecessary Save Prompts (Dynamics 365 / D...

In Dynamics 365 forms, we often run into situations where a record looks unsaved even though the user hasn’t made any manual changes. This usually happens when fields are updated in the background by scripts. When that happens, those attributes ar...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Easily Identify Control Names When a Field Appears Multiple Times in Forms (Dynami...

Sometimes when we are writing JavaScript in Dynamics 365, we need the exact schema name of a field’s control so that we can hide, show, or manipulate it properly. While the attribute’s schema name is straightforward, controls may have numbered nam...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Finding Dirty / Unsaved Fields on the Form Using JavaScript / Browser Console (Dyn...

Sometimes while debugging forms in Dynamics 365, we need to know which fields have been modified but not yet saved. These are called dirty fields, and they can be quickly identified by running a small JavaScript snippet directly from the browser c...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Fixed – Flow not getting triggered / incorrect callback registration record (Power...

Recently, we faced an interesting issue, where we updated an existing flow in our Dev, basically we removed the Filter Rows condition and deployed it to UAT. Before – Now – In our Dev, it was working fine, getting triggered on the update of the fi...

Nishant Rana 11,325 Microsoft Employee
Like (0)
Few handy SQL Queries (SQL4CDS) – Dataverse / Dynamics 365

Sharing some the queries we had used in our projects recently- 1) Get the list of table with audit enabled – 2) Get the list of fields per table with audit enabled – 3) Get the total number of activity records by different activity type 4) Get the...

Nishant Rana 11,325 Microsoft Employee