/AWS1/CL_CN2ENTRYLIMITSCONFIG¶
Campaign entry limits config
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maxentrycount TYPE /AWS1/CN2INTEGER /AWS1/CN2INTEGER¶
Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
iv_minentryinterval TYPE /AWS1/CN2ISO8601DURATION /AWS1/CN2ISO8601DURATION¶
Minimum time interval that must pass before a participant can enter the campaign again.
Queryable Attributes¶
maxEntryCount¶
Maximum number of times a participant can enter the campaign. A value of 0 indicates unlimited entries. Values of 1 or greater specify the exact number of entries allowed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXENTRYCOUNT() |
Getter for MAXENTRYCOUNT, with configurable default |
ASK_MAXENTRYCOUNT() |
Getter for MAXENTRYCOUNT w/ exceptions if field has no value |
HAS_MAXENTRYCOUNT() |
Determine if MAXENTRYCOUNT has a value |
minEntryInterval¶
Minimum time interval that must pass before a participant can enter the campaign again.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MINENTRYINTERVAL() |
Getter for MINENTRYINTERVAL, with configurable default |
ASK_MINENTRYINTERVAL() |
Getter for MINENTRYINTERVAL w/ exceptions if field has no va |
HAS_MINENTRYINTERVAL() |
Determine if MINENTRYINTERVAL has a value |