purgeTmTransactions
Removes matched transactions from Account Reconciliation.
Applies to
Account ReconciliationRequired Roles
- Service Administrator
- Power User
- User
- Viewer
Usage
epmautomate purgeTmTransactions matchType age [filterOperator=VALUE] [filterValue=VALUE] [logFilename=FILE_NAME] where:
matchTypeis the identifier (TextID) of the match type from which matched transactions should be deleted.ageidentifies the number of days since the transaction was matched. Matched transaction older than or equal to this value will be deleted.filterOperator, optionally, is one of the following filter conditions to identify the accounts containing matched transactions for deletion. This value is combined with thefilterValueto identify the accounts from which matched transactions should be purged:equalsnot_equalsstarts_withends_withcontainsnot_contains
filterValue, optionally, is a filter value to identify the transactions to purge. If thefilterOperatorisequalsornot_equals, you can use a space-separated list to specify multiple values; for example,filterValue=101-120 filterValue=102-202. If multiple values are specified, transactions from accounts matching any filter operator and filter value combination are selected for purging.logFilename, optionally, is the name of a log file to record information about the command activity. If a file name is not specified, a log file namedPurgeTransactions_JOB_IDis automatically generated.
Note:
IffilterOperator and filterValue are not specified, all matched transactions older than or equal to the age from all accounts for the specified matchType are purged.
Examples
- Purge matched transactions
180days or older for match typecashrecon:epmautomate purgeTMTransactions cashrecon 180 logFileName=tmlogs.log - Purge matched transactions
180days or older for match typecashreconfor Account101-120or102-202:epmautomate purgeTMTransactions cashrecon 180 filterOperator=equals filterValue=101-120 FilterValue=102-202 - Purge matched transactions
180days or older for match typecashreconfor any account containing the string11:epmautomate purgeTMTransactions cashrecon 180 filterOperator=contains filterValue=11