TransactionLog.saveTransactionLogSettings (Method)
Sets information that defines the actions that occur when CommonSpot logs information including what events it should log.
Returns:
Void
Arguments:
Name | Type | Required | Description |
---|---|---|---|
scope | PrimaryScope | Required | The scope of the transaction log settings (site/server/customer). |
state | TransactionLogState | Required | The state of transaction logging: 'All', 'None', or 'Scheduled'. |
purgeDays | NonNegativeInteger | Required | The number of days after which CommonSpot purges the log's transactions. |
transactionTypeList | TransactionLogTypeIDList | Required | A comma-delimited list of zero or more transaction type IDs. |
Context:
License Requirements | TransactionLogging |
Permission Requirements | (none) |
Deny Context | None |
Require Context | AuthoringEnabled |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | This method may be customized at the server level |
Error Codes:
None
Notes:
None