CRMGlobalManager.UpdateReplaceableParameters Method (Session, Entity, String)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
This updates the session store of replacement fields that can be used as replacement parameters
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public EntityDescription UpdateReplaceableParameters(
Session session,
Entity paramEntity,
string typeEntity
)
Public Function UpdateReplaceableParameters (
session As Session,
paramEntity As Entity,
typeEntity As String
) As EntityDescription
Parameters
paramEntity
Type: Microsoft.Xrm.Sdk.EntityThis is the list of fields
typeEntity
Type: System.StringThis is the name of the SearchEntity or the name used to refer to the replacement parameter later. For example, if you pass typeEntity="hello", then when you want to use it in a replacement parameter, you would specify "[[hello.MyField]]".
Return Value
Type: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Implements
ICRMCustomerSearch.UpdateReplaceableParameters(Session, Entity, String)
See Also
UpdateReplaceableParameters Overload
CRMGlobalManager Class
Microsoft.Crm.UnifiedServiceDesk.Dynamics Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright