/AWS1/CL_GLUPUTATCHMTRESPONSE¶
PutAttachmentResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_assetidentifier TYPE /AWS1/GLUASSETID /AWS1/GLUASSETID¶
The unique identifier of the asset.
iv_iterableformname TYPE /AWS1/GLUITERABLEFORMNAME /AWS1/GLUITERABLEFORMNAME¶
The name of the iterable form, if the attachment targets an item.
iv_itemidentifier TYPE /AWS1/GLUITEMIDENTIFIER /AWS1/GLUITEMIDENTIFIER¶
The identifier of the item within the iterable form, if applicable.
iv_attachmentname TYPE /AWS1/GLUATTACHMENTNAME /AWS1/GLUATTACHMENTNAME¶
The name of the attachment.
iv_formtypeid TYPE /AWS1/GLUFORMTYPEID /AWS1/GLUFORMTYPEID¶
The identifier of the form type for this attachment.
Queryable Attributes¶
AssetIdentifier¶
The unique identifier of the asset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETIDENTIFIER() |
Getter for ASSETIDENTIFIER, with configurable default |
ASK_ASSETIDENTIFIER() |
Getter for ASSETIDENTIFIER w/ exceptions if field has no val |
HAS_ASSETIDENTIFIER() |
Determine if ASSETIDENTIFIER has a value |
IterableFormName¶
The name of the iterable form, if the attachment targets an item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITERABLEFORMNAME() |
Getter for ITERABLEFORMNAME, with configurable default |
ASK_ITERABLEFORMNAME() |
Getter for ITERABLEFORMNAME w/ exceptions if field has no va |
HAS_ITERABLEFORMNAME() |
Determine if ITERABLEFORMNAME has a value |
ItemIdentifier¶
The identifier of the item within the iterable form, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMIDENTIFIER() |
Getter for ITEMIDENTIFIER, with configurable default |
ASK_ITEMIDENTIFIER() |
Getter for ITEMIDENTIFIER w/ exceptions if field has no valu |
HAS_ITEMIDENTIFIER() |
Determine if ITEMIDENTIFIER has a value |
AttachmentName¶
The name of the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTNAME() |
Getter for ATTACHMENTNAME, with configurable default |
ASK_ATTACHMENTNAME() |
Getter for ATTACHMENTNAME w/ exceptions if field has no valu |
HAS_ATTACHMENTNAME() |
Determine if ATTACHMENTNAME has a value |
FormTypeId¶
The identifier of the form type for this attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMTYPEID() |
Getter for FORMTYPEID, with configurable default |
ASK_FORMTYPEID() |
Getter for FORMTYPEID w/ exceptions if field has no value |
HAS_FORMTYPEID() |
Determine if FORMTYPEID has a value |