Action: Find activities
Supports Pagination (see docs)
Supports Search Filters (see docs)
Input
Field | Name | Type | Description |
---|---|---|---|
| Activity Type | string | The activity type code |
| iMIS ID | string | The iMIS ID |
| Product Code | string | The product code |
| Category | string | The category |
| Transaction Date On or Before | string | Transaction date on or before |
| Transaction Date After | string | Transaction date after |
| Effective Date On or Before | string | Effective date on or before |
| Effective Date After | string | Effective date after |
| Thru Date On or Before | string | Thru date on or before |
| Thru Date After | string | Thru date after |
| Sort By | string | The property name to sort by |
| Sort Descending | boolean | If the sort order should be descending (default is ascending) |
Search tip!
If you need to search using other fields not in this list, consider querying a business object with Activity as its source instead!
Output
Name | Type |
---|---|
Activity List | Array(Activity) |
Activity:
Field | Name | Type | Description |
---|---|---|---|
seqn | Sequence | integer | The activity's sequence value (primary key) |
actionCodes | Action Codes | string | |
activityType | Activity Type | string | |
amount | Amount | number | |
attachSeqn | Attachment Sequence | integer | |
attachTotal | Attachment Total | number | |
batchNum | Batch Number | string | |
campaignCode | Campaign Code | string | |
category | Category | string | |
coId | Co ID | string | |
description | Description | string | |
effectiveDate | Effective Date | string | |
gracePeriod | Grace Period | integer | |
id | iMIS ID | string | |
intentToEdit | Intent To Edit | string | |
memTribCode | Memorial/Tribute Code | string | |
memberType | Member Type | string | |
nextInstallDate | Next Install Date | string | |
note | Note | string | |
note2 | Note 2 | string | |
object | Object | string | |
orgCode | Org Code | string | |
originatingTransNum | Originating Trans Number | integer | |
otherCode | Other Code | string | |
otherId | Other ID | string | |
payMethod | Pay Method | string | |
productCode | Product Code | string | |
quantity | Quantity | number | |
recurringRequest | Recurring Request | boolean | |
solicitorId | Solicitor ID | string | |
sourceCode | Source Code | string | |
sourceSystem | Source System | string | |
statusCode | Status Code | string | |
taxableValue | Taxable Value | number | |
thruDate | Thru Date | string | |
ticklerDate | Tickler Date | string | |
transactionDate | Transaction Date | string | |
uF1 | UF1 | string | User Field 1 (String) |
uF2 | UF2 | string | User Field 2 (String) |
uF3 | UF3 | string | User Field 3 (String) |
uF4 | UF4 | number | User Field 4 (Decimal) |
uF5 | UF5 | number | User Field 5 (Decimal) |
uF6 | UF6 | string | User Field 6 (Date) |
uF7 | UF7 | string | User Field 7 (Date) |
units | Units | number |