Creating Service Appointment With conflicts handling
Hi everyone, I have a critical problem with service activity (appointment). How can I check if resource (Equipment) is free before I can create new service appointment. With my current code, system...
View ArticleSilverlight Grid Error CRM 2013 online -Cannot perform runtime binding on a...
Hi,Our customer has got an online trial instance for CRM 2013 set up. we had built a Silverlight Grid for revenue forecasting purpose on opportunity entity form last year, which was working fine in CRM...
View ArticlePlugin lookup on second entity
CRM2016I have a custom entity new_Headers which has a lookup to a custom entity new_originatingaccountsThe lookup field on new_headers is new_oaccountidI an trying to retrieve the value from...
View ArticlePlugin QueryExpression with daterange filter
CRM2016I am reading an XML file which has a date string formatted as yyyy-mm-ddI need to use a query expression to look up a record which has that date or date past ie if the datetsting is 2016-10-05 I...
View ArticleMSCRM 2011- Activity associated view on account
Hi All,I have changed the default setting of 'filter on' to ' All' in open activity associated view in account. But now I also want to change the default in 'Include' to 'This record only' using...
View ArticleCRM 2011: Disable Form Selector
Hello, Is there a way, via jscript or otherwise, to disable the Form Selector for a form (so that the user is not able to select a different form, even if they have access to it via security role)?...
View ArticleCRM 2016: In Plugins, how to set values on Create Event, Pre-Validation stage 10
CRM 2016: In Plugins, how to set values on Create Event, Pre-Validation stage 10We have a situation where we need to SET and Clear values of a record before Create operation complete in the...
View ArticleCRM 2016: How to Clear/Set Null value to a lookup which was autopopulated by...
CRM 2016: How to Clear/Set Null value to a lookup which was auto populated by an system default mapping.We have 2 custom(Account) lookup fields created on opportunity form. One of the lookup is...
View ArticleCRMOnline 2016: Query Expression to get the related entity (4-Level Down/Up)
We have a scenario where we need to retrieve all the USERS from the related entities(given in the below screenshot). below is the picture of entity levels that we need to get the data. Is it possible...
View ArticleCRM On Premise - Find Contact not used in Email Communcation
Hi Forum,I have a requirement where I need to give list of the Contacts which has never been used in email communication. i.e not used in either 'From', 'To' , 'CC' or 'BCC' field in email activity...
View ArticleError connecting to Dynamics 365 online using CRM SDK following tutorial...
Enter a CRM server name and port [crm.dynamics.com]: crm.dynamics.com Is this organization provisioned in Microsoft Office 365 (y/n) [y]: y Enter Username: george.kibilov@amindsolutions.com Enter...
View ArticleWindows Security Popup When Retrieving User Data
I am using a C# library to make calls to an on-premise CRM installation to retrieve user data. When I made my first call to retrieve the user's id: Guid userid =...
View ArticleUnable to get property 'then' of undefined or null reference
Hello everyone, I have an error happens at Xrm.Page.data.save(saveOptions).then(successCallback, errorCallback) function. My situation is like following: I have a plugin that checks for some business...
View ArticleCRM 2011: How can I show a hidden web resource using JScript?
Quick one: How can I show a hidden web resource using JScript?I triedXrm.Page.ui.controls.get("WebResource_name").setVisible(true);but it didn't work...Thanks for the help!P.
View ArticleInvalid Party Object Type 4002
I am trying to create a Service Appointment though code. I am developing against Dynamics 365.I am using a resource (as apposed to a system user in the Resource Party List.For some reason I am getting...
View ArticleCRM 2016 JS Set Lookup type mismatch error
When I set the lookup in java script I get a type mismatch error after all Java has run.Here is the reults of a function I have to create the array and return it to the setvalue statement.return[{ id:...
View ArticleCRM 2011: Has anyone tried adding a button to the Outlook Email Message Tab?
I'm trying to add a custom button to the native outlook email message ribbon. Next to the "Set Regarding" and "Track" buttons. I know it has something to do with the...
View ArticleDynamically set the 'ReferenceTarget' attribute for custom workflow activity...
I have a custom workflow activity that creates a record based on the input parameters passed (entityName and Name). Now, i want to be able to pass the created record as an output parameter. But to...
View ArticleCRM 2016 Deactivate plugin does not fire when records merged
Hi,I have a plugin that fired when the record is deactivated. Below is the code - if (context.InputParameters.Contains("EntityMoniker") && context.InputParameters["EntityMoniker"] is...
View ArticleCRM 2011: Prevent triggering the plugin on a specific field update
Hi all,Is there anyway to prevent triggering a plugin on specific field update, i.e. Idon't need the plugin to be triggered when a specific field is the only updated fieldI tried to do it by unchecking...
View Article