By default the Qualify Lead button creates an account, contact, and/or opportunity. Is there a way to NOT create an opportunity, and only create an account and contact?
How to qualify lead without opp?
How to undo the changes made by a workflow
A workflow was run that updates a date field to the current date (execution time). The workflow was run on a bunch of records it shouldn't have been run on. Is there a way to revert certain fields back to the data they contained before the workflow was run?
CKEditor instantiated twice in D365
Hello,
I am working on the integration of a custom version of CKEditor in Dynamics 365, however, when I instantiate the CKEDITOR I get the following error :
[CKEDITOR] Error code: editor-element-conflict. Object { editorName: "editor" }
[CKEDITOR] For more information about this error go to ckeditor.com/.../dev_errors.html
Do you have any idea about this problem ? I instantiate my CKEditor only in one place in my code.
Please find below a sample of my code :
<textarea name="editor" class="ckeditor" id="editor"></textarea>
if (wysiwygareaAvailable) {
CKEDITOR.replace('editor', { htmlEncodeOutput: true });
} else {
editorElement.setAttribute('contenteditable', 'true');
CKEDITOR.inline('editor', { htmlEncodeOutput: true });
}
I even tried to destroy all instances before my replace instruction but this doesn't work.
Thank you in advance,
Regards,
Automated workflow to copy field data to another field within same record
Interesting predicament we're in... We use Hubspot as our marketing tool, and are trying to sync a particular field's data over from D365. This field is a drop-down selection field, which PieSync does not play well with. I've got the idea that I'd like a duplicate field (that's configured as a standard text field) which would be populated by the value indicated in the drop-down selection field. For example: we have a field called "Persona," where we allow the user to choose from between 6 options in a drop-down. I'd like to be able to automate a script or workflow to read whatever that selection is and copy/paste to the open text field named "Niche." If we can get this to work, we'll be able to have that "Persona" sync with Hubspot, where we can manage our marketing effectively based on those client types. Is there am add-in or custom script that would work for our case? Using the standard built-in workflow capability, it's not possible for me to choose that "Persona" drop-down field as a choice to populate the new text-based "Niche" field.
Any help is greatly appreciated!
Setting up a new user in CRM, but I don't want them to get an approval email...
Question - when I setup a new user in CRM, and click "Approve Email", what does this actually do?
Next question - if the user that I am setting up actually gets an email from CRM automatically once I click Approve Email, is there a way to stop this? I don't want all 300 or so users to get an email message when I do the upgrade to D365 and approve their mailboxes.
Thank you
How to open form from HTML web resource in v9 model driven app
I am developing a model driven app on D365 CE version 9 using UCI.
Customer has requested a “shortcuts” page that will allow the user to quickly navigate to a blank create form (depending on the image/link selected). This HTML page will be a “main page” in the app and have 3-4 links to different forms that the customer wants it o be able to access to create new records.
I am able to create a HTML web resource with links to the URL of the forms that are required. However, when the link is clicked, the form is loaded in a new window.
On mobile, this is a poor user experience because it causes the mobile device to exit the app and attempt to load the form in a mobile web browser (eg on iPhone it attempts to open form on Safari).
On a PC or Mac, this is a poor user experience because when the user clicks a link on the HTML resource, it opens a new window that loads the Classic Web experience. In other words, it doesn’t open in the same UCI app
Questions for the community:
How the HTML web resource so that when the user clicks the link to a form, it causes the UCI app to navigate to the form in the same window (versus opening in a new window?)
note -
The app is being developed in a DEV environment and it will be packaged as a managed solution and applied to the target environments for testing and production. No customization will be performed in those target environments - only DEV. Need to avoid dependencies such as instance-specific GUIDS.
What is the use of default team in MSD
Hi every body
I have a very important question. why MSD create a default team for every business unit?
what is its advantage or usage?
prior to CRM 2011 there was not such a thing and why microsoft add this feature to MSD?
fireOnChange() triggered by button on the ribbon
I am working with a button on the ribbon of a grid view. I have accessed the field I want to fire the onChange event with using Xrm.WebApi.retrieve record to the get the field. Everything is working well, however, I am trying to figure out the correct syntax to use the fireOnChange() method.
function getIds(selectedItems) { for (var item in selectedItems) { if (selectedItems.hasOwnProperty(item)) { fetchData(selectedItems[item].Id); } } } function fetchData(appointment_id) { Xrm.WebApi.retrieveRecord("appointment", appointment_id, "?$select=_regardingobjectid_value,new_generatemessage").then( function success(results) { var generateMessage = results["new_generatemessage"];var clientId = results["_regardingobjectid_value"]; Xrm.WebApi.retrieveRecord("contact", clientId, "?$select=firstname").then( function success(clientResults) { var name = clientResults["firstname"]; }); }); }
I highlighted the field that I want to attach the fireOnChange() method to. I want to do this because I have another script attached to that field. So I'm hoping that this button on the ribbon will trigger the onChange that will fire the other code. If this doesn't work, I'll try putting the other code directly into this script so it can be run on the button press. Any thoughts of how I can do this? Thanks.
Getting issue while Upgrading Organization on-premise from v8.2.4 to Dynamics 365 v9.0 with InstallDatabaseUpdatesAction failed
While Importing Organization on-premise from v8.2.4 to Dynamics 365 v9.0 we are getting below error
11:55:39| Info| Executing: action SetDefaultForExternalPartyOrgSettings.sql with id 5eaada5c-45ef-4162-8d81-6053653f69c4 of type SqlScript to Update ExternalPartyEnabled organization settings to default XML string...
11:55:39| Info| Executing: action Microsoft.Crm.SE.DatabaseActions.dll:DisableCacheSharing with id 00000000-0000-0000-0000-0000000000ff of type DllMethod to Disable shared caching.
11:55:39| Info| Disable shared caching
11:55:39|Verbose| DatabaseAction execution time; Microsoft.Crm.SE.DatabaseActions.dll:DisableCacheSharing; 00:00:00.0210022
11:55:39| Info| Executing: action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:Pass2 with id 656d7036-6ca0-4280-828f-3e7e9b08834b of type DllMethod to Metadata xml upgrade: pass 2.
11:55:39| Info| Executing: action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:RegenerateAllViews with id c013f4df-104a-4f51-8eb5-524b2ff7fea5 of type DllMethod to Upgrading the views in the MSCRM database.
11:55:39| Info| Executing: action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:FlushCaches with id b0f23885-3053-4a98-af66-2a9eb6c26f68 of type DllMethod to Reset metadata cache.
11:55:39| Info| Executing: action PreProcessSdkMessageProcessingStepsForArcSlaPlugins.sql with id 436968d0-8edc-4fde-9c30-8e9c40bf0eb4 of type SqlScript to Updates ARC,SLA related plugin records created by customers with values for SolutionId and customizationLevel attributes as system solutionId and 0 respectively.
11:55:39| Info| Executing: action Bin\Microsoft.Crm.SE.DatabaseActions.dll:Execute with id 24685d9f-0fa2-4543-a56a-cd47538dc133 of type DllMethod to Delete old SDK messages from system..
11:55:39| Info| Executing: action PostProcessSdkMessageProcessingStepsForArcSlaPlugins.sql with id bbd5fd4d-cea7-46f8-b1cb-e0487b183c3a of type SqlScript to Updates ARC,SLA related plugin records created by customers with default values for SolutionId and customizationLevel attributes.
11:55:39| Info| Executing: action Bin\Microsoft.Crm.SE.DatabaseActions.dll:Execute with id c0860c9d-3d58-46a9-9bf9-03ccaeccdb7d of type DllMethod to Delete old Ribbon components from system..
11:55:39| Info| Executing: action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete with id 343934bb-b5c9-4d63-ba3c-21fb63b0eae0 of type DllMethod to Diff indexes with delete for upgrade.
11:55:39| Info| Diff indexes with delete for upgrade
11:55:49| Info| Deleting standard index Name='cndx_PrimaryKey_Lead'
11:55:49| Info| Action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete with id 343934bb-b5c9-4d63-ba3c-21fb63b0eae0 of type DllMethod to Diff indexes with delete for upgrade failed on attempt 2. Retrying in 30 seconds. Exception: Exception has been thrown by the target of an invocation.
11:56:28| Info| Deleting standard index Name='cndx_PrimaryKey_Lead'
11:56:28| Info| Action Bin\Microsoft.Crm.Setup.DiffBuilder.dll:UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete with id 343934bb-b5c9-4d63-ba3c-21fb63b0eae0 of type DllMethod to Diff indexes with delete for upgrade failed on attempt 3. Retrying in 30 seconds. Exception: Exception has been thrown by the target of an invocation.
11:57:11| Info| Deleting standard index Name='cndx_PrimaryKey_Lead'
11:57:11| Error| Applying database updates to organization with name = SAIBD365 Id=b1ade3b7-e065-e111-be6d-000c29b368c6 failed with Exception:
Microsoft.Crm.CrmException: Error in Action: Bin\Microsoft.Crm.Setup.DiffBuilder.dll:UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete on attempt 3. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The constraint 'cndx_PrimaryKey_Lead' is being referenced by table 'IncidentBase', foreign key constraint 'vrp_lead_incident_Lead'.
Could not drop constraint. See previous errors.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Crm.CrmDbConnection.InternalExecuteWithRetry[TResult](Func`1 ExecuteMethod, IDbCommand command)
at Microsoft.Crm.CrmDbConnection.<>c__DisplayClass106_0.<InternalExecuteNonQuery>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute[TResult](ILogger logger, XrmTelemetryActivityType activityType, Func`1 func)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.ExecuteDropIndexOrConstraintInSqlIfExists(DropIndexData dropData, IDbCommand command, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.DropIndexOrConstraintInSqlIfExistsInternal(DropIndexData dropData, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.DropIndexesFromSQLByIndexIds(List`1 indexIds, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.SqlStandardIndexHandler.DeleteIndexes(IIndexDiffManager indexDiffManager, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.SqlStandardIndexHandler.ProcessIndexDiffManagerData(IIndexDiffManager indexDiffManager, IIndexMetadataProvider metadataProvider, ISqlExecutionContext sqlContext, Boolean processDeletes)
at Microsoft.Crm.Setup.IndexAndConstraintUpgradeService.UpgradeIndexManagementData(String metadataXmlPath, Boolean processDeletes, Boolean systemIndexesOnly, Boolean useMetadataDiffs)
at Microsoft.Crm.Setup.IndexAndConstraintUpgradeService.UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete(String metadataXmlPath, String targetVersion)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.Crm.Setup.Database.DllMethodAction.Execute(Guid organizationId, Nullable`1 operationType)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass85_1.<ExecuteReleases>b__0()
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass85_1.<ExecuteReleases>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ExecuteReleases(ReleaseInfo releaseInfo, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.installInternal(Boolean isInstall, Int32 languageCode)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass92_0.<Install>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass94_0.<InstallUpdate>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.ApplyDBUpdates(Guid orgId, Nullable`1 operationType, Int32 langCode, String releaseFilePath)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdatesInternal(Guid orgId, String orgUniqueName, String releaseFilePath, OrganizationOperationType operationType, Boolean isXrm, Int32 langCode)
11:57:11| Info| CrmAction execution time; InstallDatabaseUpdatesAction; 00:01:32.9450758
11:57:11| Error| Installer Complete: OrganizationDBUpdateInstaller - Error encountered
11:57:11| Error| Exception occurred during Microsoft.Crm.Tools.Admin.OrganizationDBUpdateInstaller: Error.ActionFailed Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction
InnerException:
Microsoft.Crm.CrmException: Error in Action: Bin\Microsoft.Crm.Setup.DiffBuilder.dll:UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete on attempt 3. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Data.SqlClient.SqlException: The constraint 'cndx_PrimaryKey_Lead' is being referenced by table 'IncidentBase', foreign key constraint 'vrp_lead_incident_Lead'.
Could not drop constraint. See previous errors.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean& usedCache, Boolean asyncWrite, Boolean inRetry)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at Microsoft.Crm.CrmDbConnection.InternalExecuteWithRetry[TResult](Func`1 ExecuteMethod, IDbCommand command)
at Microsoft.Crm.CrmDbConnection.<>c__DisplayClass106_0.<InternalExecuteNonQuery>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute[TResult](ILogger logger, EventId eventId, ActivityType activityType, Func`1 func)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute[TResult](ILogger logger, XrmTelemetryActivityType activityType, Func`1 func)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.ExecuteDropIndexOrConstraintInSqlIfExists(DropIndexData dropData, IDbCommand command, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.DropIndexOrConstraintInSqlIfExistsInternal(DropIndexData dropData, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.IndexAndConstraintManagementService.DropIndexesFromSQLByIndexIds(List`1 indexIds, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.SqlStandardIndexHandler.DeleteIndexes(IIndexDiffManager indexDiffManager, ISqlExecutionContext sqlContext)
at Microsoft.Crm.Metadata.SqlStandardIndexHandler.ProcessIndexDiffManagerData(IIndexDiffManager indexDiffManager, IIndexMetadataProvider metadataProvider, ISqlExecutionContext sqlContext, Boolean processDeletes)
at Microsoft.Crm.Setup.IndexAndConstraintUpgradeService.UpgradeIndexManagementData(String metadataXmlPath, Boolean processDeletes, Boolean systemIndexesOnly, Boolean useMetadataDiffs)
at Microsoft.Crm.Setup.IndexAndConstraintUpgradeService.UpgradeSystemAndMetadataDiffIndexManagementDataWithDelete(String metadataXmlPath, String targetVersion)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.Crm.Setup.Database.DllMethodAction.Execute(Guid organizationId, Nullable`1 operationType)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass85_1.<ExecuteReleases>b__0()
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass85_1.<ExecuteReleases>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.ExecuteReleases(ReleaseInfo releaseInfo, Boolean isInstall)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.installInternal(Boolean isInstall, Int32 languageCode)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass92_0.<Install>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Database.DatabaseInstaller.<>c__DisplayClass94_0.<InstallUpdate>b__0()
at Microsoft.PowerApps.CoreFramework.ActivityLoggerExtensions.Execute(ILogger logger, EventId eventId, ActivityType activityType, Action action)
at Microsoft.Xrm.Telemetry.XrmTelemetryExtensions.Execute(ILogger logger, XrmTelemetryActivityType activityType, Action action)
at Microsoft.Crm.Setup.Common.Update.DBUpdateDatabaseInstaller.ApplyDBUpdates(Guid orgId, Nullable`1 operationType, Int32 langCode, String releaseFilePath)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdatesInternal(Guid orgId, String orgUniqueName, String releaseFilePath, OrganizationOperationType operationType, Boolean isXrm, Int32 langCode)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.ApplyDBUpdates(Guid orgId, String orgUniqueName, OrganizationOperationType operationType, Boolean isXrm, Int32 langCode)
at Microsoft.Crm.Tools.Admin.InstallDatabaseUpdatesAction.Do(IDictionary parameters)
at Microsoft.Crm.Setup.Shared.CrmAction.ExecuteActionHelper(CrmAction action, IDictionary parameters, Boolean undo)
Tracking sales stage change
Hello there,
My name is Xavier.
I am trying to work on tracking how long an Opportunity has been sitting in the current sale stage. I am wondering what column I need to add in the report that would then give me the response. Ideally number of days since the sales stage was changed or the date when it was last changed.
Appreciate any help
How can I build a proposal from "parts" using Templates in CRM
Hi,
Our sales guys have traditionally used a dotx word template with quick parts to build proposals. If I try and upload a dotx file into Dynamics word templates it says the file type is not compatible. Any ideas how to replicate building proposals from "parts" in Dynamics CRM without having to generate multiple templates trying to cover off all scenarios which will be messy and difficult to maintain?
Thanks,
Why is my chart inside Account form showing "Click here to load chart"?
Hi!
We created a chart for Competitors and wanted to display inside the Account form.
So I added a subgrid and enabled the option "Show as Chart Only". Now for some reason when the Account form is loading, the chart I added is saying "Click here to load the chart". Has anyone experienced this? Thank you in advance!
How to mock RetrieveProcessInstancesRequest/RetrieveProcessInstancesResponse classes using FakeXrmEasy framework in unit testing for plugin
Hi All,
Currently I am preparing unit test cases for plugins and I am unable to Mock the below classes using FakeXrmEasy framework.
RetrieveProcessInstancesRequest procOpp2Req = new RetrieveProcessInstancesRequest
{
EntityId = caseId,
EntityLogicalName = "incident"
};
RetrieveProcessInstancesResponse procResp = (RetrieveProcessInstancesResponse)pluginBase.service.Execute(procOpp2Req);
Could you please suggest me how to mock the above mentioned request and response classes using FakeXrmEasy. Wanted to do it with out creating wrapper classes.
Thanks in advance.
Regards,
Venkatesh Pilla
How to do validation for case on create if it is after Business hour. if yes make it unassigned
Hi, I have an requirement for on case create, check if it is after business hours. If after business hours mark as unassigned.
how to make a string field with validations
Error Status on Deployment Manager
Hi everyone, checking my organization on my deployment manager see an error on the status.
Somebody know the reason?
please help me out how to delete/Enable a lock to the look up filed in Dynamics CRM
How to enable this contact lookup filed in dynamics CRM for users.please help me out
AddCustomView gives XML reference error
Hi, i want to addcustomview to my look up field. But its give me XML reference error. Could you tell me where is the mistake within my code:
Fetch XML:
"<fetch>"+
"<entity name='lnkt_damage' >"+
"<attribute name='lnkt_damageid' alias='DamageId' />"+
"<attribute name='lnkt_name' alias='DamageName' />"+
"<attribute name='lnkt_subdevicename' alias='SubDeviceName' />"+
"<attribute name='lnkt_device' alias='DeviceName' />"+
"<attribute name='createdon' alias='CreatedOn' />"+
"<filter>"+
"<condition attribute='lnkt_device' operator='eq' value='"+device_id+"' />"+
"<condition attribute='lnkt_subdevicename' operator='eq' value='"+subdevice_id+"' />"+
"</filter>"+
"</entity></fetch>"
Layout XML:
"<grid name='resultset' "+"object='1' " + "jump='lnkt_name' " + "select='1' " + "icon='1' " + "preview='2'>" +
"<row name='result' " + "id='lnkt_damageid'>" +
"<cell name='lnkt_name' " + "width='150' />" +
"<cell name='lnkt_subdevicename'" + "width='150' />" +
"<cell name='lnkt_device'" + "width='150' />" +
"<cell name='createdon' " + "width='100' />" + "</row>" +"</grid>"
i have make sure that the fetch XML working fine through FetchXMLBuilder
Javascript By lookups field
Hallo,
I need your help,i try to create a javascript code for this scenario:
i want to add a lead then a company for this lead i want that when i go to new "company" that the field name (Lead ) be automatically set as company name.
Thanks.
Changing entire toolbar color in USD Unified theme
I am trying to change the color of the USD main toolbar, under the Unified Blue theme. But am only able to change the part of it not covered by buttons.
This is some thing I've been able to do in the old Air theme by using the following XAML SolidColorBrush values, via the SetTheme action in CRM Global Manager:
<SolidColorBrush x:Key="WindowHeaderToolbarStyle" Color="red"/>
<SolidColorBrush x:Key="AboutPanelBackground" Color="Transparent"/>
Is this a case of simply changing a different key in the Unified Blue theme?
Any help would be appreciated.
Cheers,
Raj
How many new installation can be possible by using CRM 2016 single on premise server license
Hi,
How many new installation can be possible by using CRM 2016 single on premise server license.
We want to setup three CRM environments as below,how to know whether existing license works for below three or not.
- Production
- Staging
- Development