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