DOCommonServicesAccount::update Method

Inserts or updates a row in the DOCommonServicesAccount table.

Syntax

client server public static void update(
    str name, 
    str organizationId, 
    str serviceGroupId, 
    str clientId, 
    int64 credentialRecId)

Run On

Called

Parameters

  • name
    Type: str
    The friendly name for this account.
  • organizationId
    Type: str
    The unique identifier for the DO organization for this account.
  • serviceGroupId
    Type: str
    The service group ID applicable to this account.
  • clientId
    Type: str
    The client ID applicable to this account.
  • credentialRecId
    Type: int64
    The record ID of the associated credential row.

See Also

Reference

DOCommonServicesAccount Table