1,231 questions
0
votes
1
answer
129
views
Unable to Update or Delete SharePoint Library Record When File is Locked
I’m facing an issue with SharePoint document libraries. When a file in the library is locked, I am unable to:
Update the corresponding record
Delete the record
I understand that the lock prevents ...
0
votes
0
answers
72
views
Electronic Reporting D365 mapping issues when creating table operations
I'm preparing a JSON export of data from D365 with Electronic Reporting. While I could successfully do that with a simple query, I just got stuck trying to include a GroupBy function in that. Today ...
0
votes
0
answers
62
views
How to post a Dynamics 365 Time Entry into a Project Online (PWA) timesheet via Power Automate using the ProjectServer REST API?
I have a model‐driven app in Dynamics 365 with a custom Time Entry table.
What I want to do
Automatically insert each Time Entry into the user’s Project Online timesheet.
What I tried
I’m using Power ...
1
vote
0
answers
23
views
PowerPlatform Dataverse - Temp folder access issue while calling organisation service endpoint
I'm working with a dot net based web application that connects to two on-premises CRM (Dataverse) organizations (Org A and Org B) hosted on the same server. Im fetching data using API endpoint url. ...
0
votes
1
answer
71
views
Is it possible to show ribbon button on home grid based on the result of async operation?
All materials I found state that it is possible and Dataverse will itself manage returned Promise. But homepage grid doesn't show the button even if I leave "return true" at the function ...
1
vote
1
answer
352
views
How to fill a page part based on a temporary table in Business Central?
I'm adding a page part in Sales Orders, where I want to show tracking lines.
This is the page part in Sales Orders:
pageextension 63200 "Sales Order Ext" extends "Sales Order"//42
{...
0
votes
2
answers
197
views
Uploading Word Document Templates
In Dynamics I am going to Advanced Settings > Templates > Document Templates to upload templates. But I don't have a button to upload Word template (there is one in the make.powerapps command ...
-1
votes
1
answer
155
views
How to access the notifications from a form in dynamics CRM?
On a form, when an action is triggered from a custom button on the form, a notification is appeared for some seconds and then disappears. I want with javascript to get when this notification appears ...
0
votes
0
answers
75
views
FetchXML query: How to search within a linked entity’s name field?
I’m working with a FetchXML query to retrieve data from Microsoft Dynamics CRM, and I need to filter the results based on a search term that should match fields from both the main entity and a linked ...
0
votes
0
answers
51
views
Contact Center Dynamics 365 closing the chat if the client has not responded to the agent
It is necessary to close the chat in the dynamics 365 contact center if the client does not respond to the agent within 15 minutes, but I cannot find the chronology table of the active chat client's ...
0
votes
1
answer
99
views
How to get inline CSS of a PCF control in a D365 form?
I have a PCF control on a form in Dynamics 365. I want to get the inline CSS of that PCF control on save event of the form. So far I've tried this code to get the CSS but it always falls on the first ...
2
votes
1
answer
294
views
Dynamics 365 Plugin - Handling Attachments in Notes (msdyn_richtextfiles)
I am working on a Dynamics 365 plugin to handle file attachments in Notes (annotation entity) and store them in an external system. The process works as expected when users add attachments via the ...
0
votes
0
answers
73
views
Dynamics 365 Ribbon Diff Xml Error which contains dependency
In our production environment I have done 4 managed deployment successfully afterwards when I tried to do a publish all it showed me an error related to RibbonDif Xml file.
the error is:
"The ...
0
votes
1
answer
1k
views
Dynamics 365 Sales: Custom Business Process Flow not displaying on Opportunity, but works fine on Lead
I have created a custom Business Process Flow (BPF). This works fine when I add a new Lead I see the new custom BPF at the top. Then Qualify this to become an Opportunity, and I also see the new ...
1
vote
2
answers
632
views
How to create a web service that accepts a json with an array?
I already know that the "official" way is sending all the entire JSON in a string with unbound actions, but per project specification I need the API to be able to read json arrays in json ...
-1
votes
1
answer
29
views
How to pass SQL fields into Logic Power App Emal ( When an item is created (v2) )
I have new project which involves connecting Dynamics 365 to an Azure Managed SQL instance.
There is a team setting up Dynamics initially however the data task is under my remit.
I have been ...
0
votes
0
answers
74
views
Dynamics 365 CE change rollup field minumum and maximum values
I need to change the Minimum Value and Maximum value of a rollup field after it's created.
Deleting the field is not an option for me (as it is a managed solution and the original solution is changed ...
0
votes
1
answer
118
views
D365 Form Customizations Not Included in Solution
We use D365 CRM.
We have a Prod environment (live) and a Staging environment (dev and testing).
In the Appointment entity in our Staging environment, I modified one of the default forms. When I try to ...
0
votes
2
answers
302
views
Dataverse C# .NET Core 6 - Using TokenCacheStorePath on Azure App Service WebApp
I'm trying to use the "TokenCacheStorePath" parameter in a Dataverse connection string for a WebApp published on an Windows Azure App Service but I can't get the ServiceClient to create the ...
0
votes
1
answer
66
views
Dynamics 365 navigation item
I am trying to add a link on the left hand side navigation that opens a specific record.
The following code works, however it opens the whole application in the window (with a second navigation etc.) ...
-1
votes
1
answer
491
views
Not able to create a free trial instance in dynamics 365 CRM
I am not able to create a free trial instance of dynamics 365 sales. And even though half of the process it is asking for payment method which was not there earlier.
I want to create a free trial ...
0
votes
1
answer
187
views
How to get API response and put it in a column after clicking at a button in Microsoft Dynamics 365 F&O?
I created a very simple form in Microsoft D365 F&O:
A weatherTable(Location, Temperature) represented as a grid
A button above the grid
The system should work like this:
The location column can ...
0
votes
1
answer
489
views
How to deep inserts in Business Central with a custom API?
I'm trying to do multiple line inserts in a single call to a Business Central API
Right now, the test page I have is this one:
page 60000 "Sales Order Inserts MIM API"
{
PageType = API;
...
0
votes
2
answers
2k
views
How to reload the current page with a temporary table view in Business Central?
I'm trying to populate a Temporary Table to reload the current page with the records of the temporary table:
pageextension 60008 "Assembly Orders PL" extends "Assembly Orders"//902
...
0
votes
1
answer
72
views
I need to create a fetchxml retrieving cases where department is opening user's (user profile->) department
On D365 I have to create a view "Created By Users Department". On User and Case we have Department lookup.
<fetch>
<entity name="incident">
<attribute name=&...