Partager via


CrmServiceClient.UpdateStateAndStatusForEntity Méthode (String, Guid, String, String, Guid)

S'applique à: CRM 2015 on-prem, CRM Online

Updates the State and Status of the Entity passed in.

Espace de noms: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (dans Microsoft.Xrm.Tooling.Connector.dll)

Syntaxe

'Déclaration
Public Function UpdateStateAndStatusForEntity ( _
    entName As String, _
    id As Guid, _
    stateCode As String, _
    statusCode As String, _
    <OptionalAttribute> Optional batchId As Guid = Nothing _
) As Boolean
public bool UpdateStateAndStatusForEntity (
    string entName,
    Guid id,
    string stateCode,
    string statusCode,
    [OptionalAttribute] Guid batchId
)

Paramètres

  • entName
    Name of the entity
  • id
    Guid ID of the entity you are updating
  • stateCode
    String version of the new state
  • statusCode
    String Version of the new status
  • batchId
    Optional : Batch ID to attach this request too.

Valeur renvoyée

true on success.

Cohérence de thread

Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.

Plateformes

Plateformes de développement

Windows Vista, Windows Server 2003 et

Plateformes cibles

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Deuxième Édition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professionnel,Windows Vista,Windows XP

Voir aussi

Référence

Classe CrmServiceClient
Membres CrmServiceClient
Espace de noms Microsoft.Xrm.Tooling.Connector

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.