6 questions
0
votes
0
answers
137
views
Dataverse Trigger in Logic App Standard (ASE) Not Working
I am currently working with Azure Logic App Standard hosted inside an App Service Environment (ASE) integrated with a Virtual Network (VNet). The goal is to use the out-of-the-box Dataverse trigger — ...
0
votes
1
answer
513
views
Is it possible to have a Synchronous Post Operation plugin that updates a field on the triggering entity without being recursive?
I'm a beginner at writing D365CE Plugins and have a question regarding plugins that run synchronously, post operation and creates recursion.
I understand that it's the use of the IOrganizationService ...
0
votes
1
answer
347
views
Is there a plugin message I can intercept to modify the query used in quote print form generation?
In my Dynamics 365 Customer Engagement cloud implementation I want to use standard "Export to PDF" feature. But first, I would like to intercept and modify the data that is being merged into ...
0
votes
1
answer
2k
views
Upload PDF ( > 4 MB) to File datatype in D365 CRM
I'm trying to upload a PDF file to a CRM record. I've used a File type field in the entity that can hold my uploaded file. I've done this by using this code:
UploadBlockRequest blockRequest = new ...
0
votes
2
answers
382
views
D365 CE: difference between OrganizationServiceContext and QueryExpression through Service?
I'm trying to execute a LINQ query within a plugin, using the OrganizationServiceContext, to retrieve some quotes. On these quotes, I'm using .Select() to only select the value for the field ...
1
vote
0
answers
1k
views
Dynamics 365 CE On Premises, Asynch Service is crashing with SQL Exception related to Datacenter object not found in DB
On one of Client we have Dynamics 365 CE On Premises V 9.0.4xxx.
Environment is Development, single CRM server installation having claim based authentication using ADFS. Database and Reporting ...