CRMGlobalManager.UpdateReplaceableParameters Method (Session, Entity, Entity)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Syntax
public EntityDescription UpdateReplaceableParameters(
Session session,
Entity paramEntity,
Entity typeEntity
)
Public Function UpdateReplaceableParameters (
session As Session,
paramEntity As Entity,
typeEntity As Entity
) As EntityDescription
Parameters
- paramEntity
Type: Microsoft.Xrm.Sdk.Entity
typeEntity
Type: Microsoft.Xrm.Sdk.EntityThis 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, Entity)
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