DynamicsCustomerRecord.MergeReplacementParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MergeReplacementParameter(String, Dictionary<String,CRMApplicationData>, Boolean) | |
MergeReplacementParameter(String, List<LookupRequestItem>, Boolean) |
MergeReplacementParameter(String, Dictionary<String,CRMApplicationData>, Boolean)
public void MergeReplacementParameter (string appname, System.Collections.Generic.Dictionary<string,Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData> data, bool noUpdate);
member this.MergeReplacementParameter : string * System.Collections.Generic.Dictionary<string, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.CRMApplicationData> * bool -> unit
Public Sub MergeReplacementParameter (appname As String, data As Dictionary(Of String, CRMApplicationData), Optional noUpdate As Boolean)
Parameters
- appname
- String
- noUpdate
- Boolean
Applies to
MergeReplacementParameter(String, List<LookupRequestItem>, Boolean)
public void MergeReplacementParameter (string appname, System.Collections.Generic.List<Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem> data, bool noUpdate);
member this.MergeReplacementParameter : string * System.Collections.Generic.List<Microsoft.Uii.Desktop.Cti.Core.LookupRequestItem> * bool -> unit
Public Sub MergeReplacementParameter (appname As String, data As List(Of LookupRequestItem), Optional noUpdate As Boolean)
Parameters
- appname
- String
- data
- List<LookupRequestItem>
- noUpdate
- Boolean