Forum Post: RE: DateTime problems in Workflow not converting to local time.
Hi JFulfordMS, Please refer below code to convert date time into local timezone. int? getTimeZoneCode = RetrieveCurrentUsersSettings(service); // Pass IOrganizationService service object here DateTime...
View ArticleForum Post: RE: Solution upload error "too large"
Hi, In addition to above suggestion, you can also try increasing the file size limit within CRM. community.dynamics.com/.../setting-file-size-limit-for-attachments-stops-solution-import...
View ArticleForum Post: RE: Microsoft CRM 2011
You can check Automatically map users so they are mapped and can use the same user id
View ArticleForum Post: RE: Microsoft CRM 2011
Hi Charles, Where do I find the "Automatically map users" ?
View ArticleForum Post: RE: How can we filter out all the entity record with document?
Hi Sourabh, The actual documents are stored in SharePoint and there is no reference of these document in CRM so you cannot achieve this using advance find. You could however have an advanced find query...
View ArticleForum Post: RE: How can we filter out all the entity record with document?
Hi Sourabh, The actual documents are stored in SharePoint and there is no reference of these document in CRM so you cannot achieve this using advance find. You could however have an advanced find query...
View ArticleForum Post: RE: {Portals} How to access related entity field in liquid template
Hi Ravi, can you please help me out on how to access related entity field in liquid template, need an urgent response from your end.
View ArticleForum Post: RE: Microsoft CRM 2011
Hi Siti, If you have already done all the imports, i think you could find the older users record for these users and re-assign them to the new account. Please follow the link below to do re-assigning...
View ArticleForum Post: RE: Error generated on saving a record
Thanks for everyones help. I reported it to Microsoft who at first did a screen share but then took a copy of my data to investigate. Last update was Thursday when it had been escalated to Engineering...
View ArticleForum Post: RE: Connection Subgrids (Opportunity)
Hi All, Thank you for sharing this tool, it is working perfect with V. 9.X, I have tried to implement it in Unified Interface, but it seems that it is not working. The grid gets added, but the "+" and...
View ArticleForum Post: Deserialize in Dynamics 365 CRM - JSON string to .NET object
Hi, I am trying to deserialize JSON string to .NET object in a plugin.I am using DataContractJsonSerializer as JavaScriptSerializer has security issues. But , still I am facing below error. Error...
View ArticleForum Post: RE: Deserialize in Dynamics 365 CRM - JSON string to .NET object
Hi You will have to decorate your class with DatContract and your attribtues with DataMember [DataContract(Name = "jsondataclass", Namespace = "http://www.contoso.com")] class jsondataclass {...
View ArticleForum Post: RE: How can we filter out all the entity record with document?
Hi Sourabh, like Ravi suggested, you can query and find all the Accounts or Work Orders that have Sharepoint folder. This query will not be able to check if those folders have documents or not. Please...
View ArticleForum Post: RE: {Portals} How to access related entity field in liquid template
Did you try the above suggestions, that (getting aliased value) worked for me.
View ArticleForum Post: RE: Deserialize in Dynamics 365 CRM - JSON string to .NET object
Hi, we have to define the class as "DataContract" and members as "DataMembers". see example - www.magnetismsolutions.com/.../how-to-serialize-to-json-in-sandboxed-plugin-for-dynamics-365
View ArticleForum Post: RE: web page access control rule in portals
Hi Riya, Make sure of below 2 set to no in all of your web roles.
View ArticleForum Post: RE: {Portals} How to access related entity field in liquid template
I just need to access the related account fields of the contacts through liquid code. I am able to show up the name and id using the following liquid tag: {{user.parentcustomerid.id}}...
View ArticleForum Post: RE: Data Migration of Activities using Kingswaysoft
Hi Daniel, You are right, I am reading from CRM On-Premise data base. We are not allowed to connect to production using Source Component. We have given a database backup of prod which is my source. Can...
View ArticleForum Post: RE: resize social pane email view
Is there an alternate way we can get more space so the users dont have to scroll so much? Thanks for any help on this
View ArticleForum Post: RE: {Portals} How to access related entity field in liquid template
parentcustomerid is an entity reference object. I want to access the account fields related to contacts of that account to show up in the copy area on the webpage in MSCRM portal.
View Article