Share via


CRMGlobalManager.UpdateReplaceableParameters Method

Definition

Overloads

UpdateReplaceableParameters(Session, Entity, Entity)
UpdateReplaceableParameters(Session, Entity, String)

This updates the session store of replacement fields that can be used as replacement parameters

UpdateReplaceableParameters(Session, Entity, Entity)

public:
 virtual Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^ UpdateReplaceableParameters(Microsoft::Uii::Csr::Session ^ session, Microsoft::Xrm::Sdk::Entity ^ paramEntity, Microsoft::Xrm::Sdk::Entity ^ typeEntity);
public Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription UpdateReplaceableParameters (Microsoft.Uii.Csr.Session session, Microsoft.Xrm.Sdk.Entity paramEntity, Microsoft.Xrm.Sdk.Entity typeEntity);
abstract member UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Entity -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
override this.UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * Microsoft.Xrm.Sdk.Entity -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Public Function UpdateReplaceableParameters (session As Session, paramEntity As Entity, typeEntity As Entity) As EntityDescription

Parameters

session
Session
paramEntity
Entity
typeEntity
Entity

This 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".

Returns

Implements

Applies to

UpdateReplaceableParameters(Session, Entity, String)

This updates the session store of replacement fields that can be used as replacement parameters

public:
 virtual Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::EntityDescription ^ UpdateReplaceableParameters(Microsoft::Uii::Csr::Session ^ session, Microsoft::Xrm::Sdk::Entity ^ paramEntity, System::String ^ typeEntity);
public Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription UpdateReplaceableParameters (Microsoft.Uii.Csr.Session session, Microsoft.Xrm.Sdk.Entity paramEntity, string typeEntity);
abstract member UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
override this.UpdateReplaceableParameters : Microsoft.Uii.Csr.Session * Microsoft.Xrm.Sdk.Entity * string -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.EntityDescription
Public Function UpdateReplaceableParameters (session As Session, paramEntity As Entity, typeEntity As String) As EntityDescription

Parameters

session
Session
paramEntity
Entity

This is the list of fields

typeEntity
String

This 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]]".

Returns

Implements

Applies to