actioncard EntityType

Action card entity to show action cards.

Entity Set Path
[organization URI]/api/data/v9.2/actioncards
Base Type
crmbaseentity
Display Name
Action Card
Primary Key
actioncardid
Primary Key Attribute
title
Operations Supported
POST GET PATCH DELETE

Properties

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

Name Type Details
actioncardid Edm.Guid

Unique identifier of the action card.

Display Name: Action Card

cardtype Edm.Int32

The CardType ENUM value.

Display Name: CardType ENUM

createdon Edm.DateTimeOffset

Date and time when action card was created.

Display Name: Created On

Read Only
data Edm.String

Json formatted string for generic purpose.

Display Name: Data Associated with Card Commandbar Actions

description Edm.String

Card Description

Display Name: Card Description

exchangerate Edm.Decimal

Exchange rate for the currency associated with the action card with respect to the base currency.

Display Name: Exchange Rate

Read Only
expirydate Edm.DateTimeOffset

Shows the Expiry Date

Display Name: Expiry Date

importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display Name: Import Sequence Number

modifiedon Edm.DateTimeOffset

Date and time when action card was last modified.

Display Name: Modified On

Read Only
overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

parentregardingobjectiddata Edm.String

Json formatted string for parent regarding object.

Display Name: ParentRegardingObjectIdData

priority Edm.Int32

Priority of the ActionCard

Display Name: Priority

recordidobjecttypecode2 Edm.Int32

RecordIdObjectTypeCode2 of the ActionCard

Display Name: RecordIdObjectTypeCode2

referencetokens Edm.String

For internal use only.

Display Name: Data Associated constructing title and body

source Edm.Int32

Source for the Action Card

Display Name: Action Card Source

Default Options
Values Label
1 CRM
2 Exchange
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
title Edm.String

Title of the ActionCard

Display Name: Title

versionnumber Edm.Int64

Version number of the action card.

Display Name: Version Number

Read Only
visibility Edm.Boolean

Select whether the visibility should be set to public/private.

Display Name: Visibiliy Status of ActionCard

Default Options
Values Label
1 Private
0 Public

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
_createdby_value createdby

Unique identifier of the user who created the action card.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the action card.

_modifiedby_value modifiedby

Unique identifier of the user who last modified the action card.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who last modified action card.

_ownerid_value ownerid

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

_owningbusinessunit_value owningbusinessunit

Unique identifier of the business unit that owns the action card.

_regardingobjectid_value regardingobjectid_account_actioncard
regardingobjectid_contact_actioncard

Choose the record that the card relates to.

_transactioncurrencyid_value transactioncurrencyid

Unique identifier of the currency associated with the action card.

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
createdby systemuser lk_actioncardbase_createdby
createdonbehalfby systemuser lk_actioncardbase_createdonbehalfby
modifiedby systemuser lk_actioncardbase_modifiedby
modifiedonbehalfby systemuser lk_actioncardbase_modifiedonbehalfby
ownerid principal owner_actioncards
owningbusinessunit businessunit business_unit_actioncards
regardingobjectid_account_actioncard account account_actioncard
regardingobjectid_adx_inviteredemption adx_inviteredemption adx_inviteredemption_ActionCards
regardingobjectid_adx_portalcomment adx_portalcomment adx_portalcomment_ActionCards
regardingobjectid_appointment_actioncard appointment appointment_actioncard
regardingobjectid_chat chat chat_ActionCards
regardingobjectid_contact_actioncard contact contact_actioncard
regardingobjectid_email_actioncard email email_actioncard
regardingobjectid_fax_actioncard fax fax_actioncard
regardingobjectid_letter_actioncard letter letter_actioncard
regardingobjectid_phonecall_actioncard phonecall phonecall_actioncard
regardingobjectid_recurringappointmentmaster_actioncard recurringappointmentmaster recurringappointmentmaster_actioncard
regardingobjectid_task_actioncard task task_actioncard
transactioncurrencyid transactioncurrency transactioncurrency_actioncard

Collection-valued navigation properties

Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.

Name Type Partner
ActionCardUserState_ActionCard actioncarduserstate actioncardid

See also