ProjectTransactionRule
Sets rules governing project transactions, tracking rule definitions, creation history, and modification details.
Columns
| Name | Type | ReadOnly | Description |
| Recordno [KEY] | String | False |
Unique identifier for the project transaction rule record. |
| Projectkey | Int64 | False |
Unique key identifying the project associated with the transaction rule. |
| Projectid | String | False |
Identifier for the project associated with the transaction rule. |
| Rulekey | Int64 | False |
Unique key identifying the transaction rule. |
| Rulename | String | False |
Name of the transaction rule. |
| Whencreated | Datetime | False |
Timestamp indicating when the transaction rule was created. |
| Whenmodified | Datetime | False |
Timestamp indicating when the transaction rule was last modified. |
| Createdby | Int64 | False |
User ID of the person who created the transaction rule. |
| Modifiedby | Int64 | False |
User ID of the person who last modified the transaction rule. |
| Record_url | String | False |
URL linking to the record of the transaction rule. |