actioncarduserstate EntityType

Entity set path:
[organization URI]/api/data/v9.2/actioncarduserstates
Base type:
crmbaseentity
Display name:
ActionCardUserState
Primary key:
actioncarduserstateid
Operations supported:
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity. Some properties are read-only.

Name Type Details
actioncarduserstateid Edm.Guid

Unique identifier for entity instances

Display name: ActionCardUserState

exchangerate Edm.Decimal

Exchange rate for the currency associated with the ActionCardUserState with respect to the base currency.

Display name: ExchangeRate

Read only
startdate Edm.DateTimeOffset

Shows the Start Date

Display name: Start Date

state Edm.Int32

State of the Action Card

Display name: Action Card State

Default options
Values Label
0 Active
1 Dismissed
2 Completed
timezoneruleversionnumber Edm.Int32

For internal use only.

Display name: Time Zone Rule Version Number

utcconversiontimezonecode Edm.Int32

Time zone code that was in use when the record was created.

Display name: UTC Conversion Time Zone Code

versionnumber Edm.Int64
Read only

Lookup properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_actioncardid_value actioncardid

Parent ActionCard Id.

_ownerid_value ownerid

Unique identifier of the user or team who owns the state of this action card.

_transactioncurrencyid_value transactioncurrencyid

Exchange rate for the currency associated with the ActionCardUserState with respect to the base currency.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
actioncardid actioncard ActionCardUserState_ActionCard
ownerid principal ActionCardUserState_Owner
transactioncurrencyid transactioncurrency TransactionCurrency_ActionCardUserState

See also