Cmdlets for Salesforce

Build 25.0.9434

ContractStatus

Defines possible statuses for contracts, such as Draft, Active, or Expired.

Columns

Name Type References Description
Id [KEY] String Unique identifier of the contract status.
MasterLabel String Display label for the contract status.
ApiName String The name used when accessing the resource using the API.
SortOrder Int Order in which the status appears in picklists or lists.
IsDefault Bool Indicates whether this status is the default selection (true) or not (false).
StatusCode String API name of the contract status used for integrations or logic.
CreatedById String

User.Id

ID of the user who created this contract status record.
LastModifiedById String

User.Id

ID of the user who last modified this contract status record.
LastModifiedDate Datetime Date and time when the contract status was last modified.
SOQL String Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query.
ExternalIdColumn String Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called.
FilterScope String Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team.
SystemModstamp Datetime System-generated timestamp for the last modification of the record.
CreatedDate Datetime Date and time when the contract status was created.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434