Forum Post: RE: Use C# await in Custom Workflow Activity
Currently, I check if the returned EntityCollection has any entity...if not, the thread sleeps for 2 seconds and tries again (3 times) in a for loop. If still no entities, it returns a message, else...
View ArticleForum Post: RE: How to change default setting "Use Current Pricing" on Order...
No the issue is not permissions related. When I open an order: In the Product grid via "plus" symbol only existing product is available (See Screenshot order lock1. After clicking the lock symbol the...
View ArticleForum Post: RE: Use C# await in Custom Workflow Activity
Is your create and querying done in the same custom workflow activity?
View ArticleForum Post: RE: Email Tracking Tokens
Thanks Radu, unfortunately I'm not a developer - just use configuration! Some feedback after playing about a bit: >I've tried storing a tracking token value on the case record, and then appending...
View ArticleForum Post: RE: Add a list of participants
Radu , That sounds good,the portal is adxstudio? Thank you.
View ArticleForum Post: RE: Tax on a product
Hi Aileen, with the new Field Service Tax Code setup - how does this automate the calculation of say GST/VAT based on total gross invoice amount times x%? I set up the Tax Code and set up the customers...
View ArticleForum Post: RE: Add a list of participants
Hi David, Yes - that is the former ADX Studio. Regards, Radu
View ArticleForum Post: RE: Error while importing solution on CRM Online - The requested...
The error message seems to suggest that the field that the is referenced in the contact (form or saved query) is not in the solution and also its not in the target CRM instance. Since you did not get...
View ArticleForum Post: RE: Process error
It could possibly caused by that but you should be able to confirm this by getting the detailed error message from CRM traces and I would also check event viewer to see any obvious error messages.
View ArticleBlog Post: Trial & Error: Understanding Dynamics 365 CE Trials
With SaaS products like Dynamics 365, getting the process of running a free trial right is crucial for the commercial success of products. This is why you may have seen Microsoft also perform a lot of...
View ArticleForum Post: RE: Export single column from Entity
Hi DMat, You can export the single column of entity from Advance find. You have to modify the view and then the column values into excel by clicking on export excel Hope it helps:) Thanks
View ArticleForum Post: RE: Entity Audit Stopped for no reason
Does anyone know how turn the Audit back on for these entities?
View ArticleForum Post: RE: What is this icon mean in the Audit History?
Does anyone know how turn the Audit back on for these entities?
View ArticleForum Post: RE: Process error
Hi Fabiien, You can check the details error by enabling trace log using CRM diagnostic tool first before making any changes. support.microsoft.com/.../how-to-enable-tracing-in-microsoft-dynamics-crm
View ArticleForum Post: RE: Web API - how to retrieve statecodes and statuscodes
Thank you, this is exactly what I was looking for!
View ArticleForum Post: Sort the Attached Notes(attachments) in CRM Portal in order to...
Hi Experts, I want to sort the attached notes(attachments) in the portal in order to see the latest attached note at the top. OOB first attached note is visible on top and all other in order of...
View ArticleForum Post: RE: Email server profile in CRM 2015
Hi Dilip, I think you have to enable mailbox sync in Dynamics, in order for the user to be able to receive and send mails inside Dynamics. Check under Settings-Security-User inside your Dynamics. And...
View ArticleForum Post: RE: Use C# await in Custom Workflow Activity
Hi , You can use await async in custom workflow, there is no bound to use c# functionality inside custom workflow. You can refer below url - Hope this helps Good luck.
View ArticleForum Post: Change Time Format for Created Notes in CRM Portal
Hi Experts, while attaching notes from CRM Portal, on Portal I am seeing time in the format like - 1 minute ago, 2 hours ago etc. I want to show exact date and time of note creation on portal instead...
View ArticleForum Post: RE: Getting an error 'Error: XrmServiceToolkit.Fetch: No 'entity'...
It appears that the XRMServiceToolkit javascript library I have been referring does not work in IE. I changed my code to use the SDK.JQuery library and it is all working fine now in any browser.
View Article