Forum Post: RE: Dynamics 365 v9 OnPremise Upgrade Fail
But the upgrade file for the Reporting Extension is missing...
View ArticleForum Post: RE: How to Define SMS Template same like Email template and...
Hi Kokulan, No email template is not available for lookup, that is the main problem. Seems we will have to create custom lookup control and populate the Email template list. I found this "Instantiating...
View ArticleForum Post: EntityState must be set to null, Created (for Create message) or...
Getting Following exception while trying to create a clone. Edit EntityState must be set to null, Created (for Create message) or Changed (for Update message) Following is the code snippet, please...
View ArticleForum Post: Entity wise User Statistics Report using FetchXML and SSRS for...
Hi All, I have to create a Entity wise User Statistics report using FetchXML and SSRS. I am using Dynamics 365 CRM Online. The Report could be in below format : User Activity(Entity) Total number of...
View ArticleBlog Post: Fetching data based on date field using WebAPI
Introduction Are you looking for sample code to fetch data from Dynamics 365 CE using WebAPI ? if yes this post will help. We are discussing how to fetch data based on the datetime field from account...
View ArticleForum Post: RE: How to check current Date in CRM Web API V9
Hi Anil, Check this: http://himbap.com/blog/?p=3555
View ArticleForum Post: RE: How to Define SMS Template same like Email template and...
I have had chance to check as well, so the template entity which is where the email templates are stored is not available for referencing or referenced entity, i have checked it via code. In your SMS...
View ArticleForum Post: RE: How to check current Date in CRM Web API V9
Hi Anil, community.dynamics.com/.../crm-2011-javascript-to-set-the-current-date-and-time var currentDateTime = new Date(); // if time differs from time zone to another zone. //new Date().addHours(5);...
View ArticleForum Post: RE: EntityState must be set to null, Created (for Create message)...
Hi When you are creating, you do not need to do this unless you are using DbContex childEntity.EntityState = EntityState.Changed; - this can be removed And in your remove attribute code it cannot have...
View ArticleForum Post: RE: Email Sends - Unsubscribes / Workflow
This is a great question Emma. Am interested in seeing any updates or the resolution!
View ArticleForum Post: Unable to give Share access on SystemUser entity to another...
I need to Share a User record with another Team(Access team) programmatically. I am unable to do it using GrantAccessRequest class. Is there a way to achieve this? Share button is not available in User...
View ArticleBlog Post: The Benefits of AI: Asset Management Firms and Trip Planning
How AI Can Help Your Asset Management Firm with Planning Trips As anyone working in asset management can tell you, data is extremely important. In order to stay competitive, you need reliable data...
View ArticleForum Post: How can be used legacy web client in the latest MSDCRM 365 Online...
Hello, I'd like to ask someone who knows, when in the latest MSDCRM 365 Online version, Dynamics 365 - custom app is selected: by default is used UCI . Is it possible and how to set to be opened the...
View ArticleForum Post: RE: EntityState must be set to null, Created (for Create message)...
Hi Kokulan, I tried but still getting the same error, any other suggestion ?
View ArticleForum Post: Emails arrive days later before arriving in CRM with Server-Side...
We are in a CRM 2016 v8.2 environment On-Premise (8.2.2.112) using Server-Side Sync. Users report that sometimes they receive old mails in the queue. In CRM they are marked as if they just arrived in...
View ArticleForum Post: RE: XRM portal configuration
Can u uninstall it & install again & could u tell me how u r installing this adx studio solution in crm ? I believe you r installing in normal way mean by importing solution . Thanks, Jharana
View ArticleForum Post: RE: How can be used legacy web client in the latest MSDCRM 365...
Hi if you want to temporarily use legacy or classic UI, you can use the forceClassic=1 url parameter, for example If you want to permanently use classic UI, please see below From Unified Interface,...
View ArticleForum Post: RE: Unable to give Share access on SystemUser entity to another...
You can only use Access Team for Team or User owned entities, you cannot use it for Org/BU owned entities. I know there is an option to enable Access Teams for User entity but its of no use because...
View ArticleForum Post: Old Records on Update Currency showing Error "A currency is...
MS Dynamics 365 On-Premise. Custom Entity, I have updated the entity and added Currency field. On New records it's working fine. When I update existing records show Error, (before hadn't Currency...
View ArticleForum Post: RE: Emails arrive days later before arriving in CRM with...
Hi The delays mostly likely caused by Server Side Sync issue, i have come across other users reporting same issue, emails sent or received days after. Could you enable Server-Side Sync failures...
View Article