/AWS1/CL_CUSLAYOUTITEM¶
The layout object that contains LayoutDefinitionName, Description, DisplayName, IsDefault, LayoutType, Tags, CreatedAt, LastUpdatedAt
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_layoutdefinitionname
TYPE /AWS1/CUSNAME
/AWS1/CUSNAME
¶
The unique name of the layout.
iv_description
TYPE /AWS1/CUSSENSITIVETEXT
/AWS1/CUSSENSITIVETEXT
¶
The description of the layout
iv_displayname
TYPE /AWS1/CUSDISPLAYNAME
/AWS1/CUSDISPLAYNAME
¶
The display name of the layout
iv_layouttype
TYPE /AWS1/CUSLAYOUTTYPE
/AWS1/CUSLAYOUTTYPE
¶
The type of layout that can be used to view data under customer profiles domain.
iv_createdat
TYPE /AWS1/CUSTIMESTAMP
/AWS1/CUSTIMESTAMP
¶
The timestamp of when the layout was created.
iv_lastupdatedat
TYPE /AWS1/CUSTIMESTAMP
/AWS1/CUSTIMESTAMP
¶
The timestamp of when the layout was most recently updated.
Optional arguments:¶
iv_isdefault
TYPE /AWS1/CUSBOOLEAN
/AWS1/CUSBOOLEAN
¶
If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.
it_tags
TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
The tags used to organize, track, or control access for this resource.
Queryable Attributes¶
LayoutDefinitionName¶
The unique name of the layout.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAYOUTDEFINITIONNAME() |
Getter for LAYOUTDEFINITIONNAME, with configurable default |
ASK_LAYOUTDEFINITIONNAME() |
Getter for LAYOUTDEFINITIONNAME w/ exceptions if field has n |
HAS_LAYOUTDEFINITIONNAME() |
Determine if LAYOUTDEFINITIONNAME has a value |
Description¶
The description of the layout
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
DisplayName¶
The display name of the layout
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
IsDefault¶
If set to true for a layout, this layout will be used by default to view data. If set to false, then layout will not be used by default but it can be used to view data by explicit selection on UI.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ISDEFAULT() |
Getter for ISDEFAULT |
LayoutType¶
The type of layout that can be used to view data under customer profiles domain.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LAYOUTTYPE() |
Getter for LAYOUTTYPE, with configurable default |
ASK_LAYOUTTYPE() |
Getter for LAYOUTTYPE w/ exceptions if field has no value |
HAS_LAYOUTTYPE() |
Determine if LAYOUTTYPE has a value |
Tags¶
The tags used to organize, track, or control access for this resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
CreatedAt¶
The timestamp of when the layout was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
LastUpdatedAt¶
The timestamp of when the layout was most recently updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LAYOUTLIST
¶
TYPES TT_LAYOUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSLAYOUTITEM WITH DEFAULT KEY
.