TransactionLog.getResults (Method)
Returns a query of matched items for the provided search string.
Returns:
TransactionLog_GetResults_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
CategoryName | TransactionLogCategoryName | Name of the transaction category to which the transaction type belongs. |
ID | TransactionLogTypeID | ID of the transaction type. |
Name | PlainText_NonNull | Name of the transaction type. |
Arguments:
Name | Type | Required | Description |
---|---|---|---|
scope | PrimaryScope | Required | Scope (Site/Customer/Server) to search the string for. |
searchString | PlainText_NonNull | Required | The value for which CommonSpot searches. |
Context:
License Requirements | None |
Permission Requirements | (none) |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None