pmse_Business_Rules
Stores rule definitions that are used within the Advanced Workflow engine to drive conditional automation. This table supports decision logic execution across workflow paths.
Columns
| Name | Type | ReadOnly | Description |
| Acl_Team_Names | String | True |
The list of team names that is associated with the record for access control and visibility purposes. |
| Acl_Team_Set_Id | String | False |
The identifier (Id) of the access control team set that is assigned to this record. |
| Assigned_User_Id | String | False |
The Id of the user who is assigned to this business rule record. |
| Assigned_User_Name | String | True |
The display name of the user who is assigned to this business rule record. |
| Commentlog | String | True |
A reference to comment log entries that capture collaboration notes and discussion history for the record. |
| Created_By | String | True |
The Id of the user who created the record. |
| Created_By_Name | String | True |
The display name of the user who created the record. |
| Date_Entered | Datetime | True |
The date and time when the business rule record was created. |
| Date_Modified | Datetime | True |
The date and time when the business rule record was last modified. |
| Deleted | Bool | False |
A Boolean field that returns a value of 'true' when the record is flagged as deleted. It returns a value of 'false' when the record remains active. |
| Description | String | False |
A detailed text description of the business rule. This field is often used to document the logic or purpose of the rule. |
| Following | Bool | False |
A Boolean field that returns a value of 'true' when the current user is following the record. It returns a value of 'false' when the user is not following the record. |
| Id [KEY] | String | True |
The unique Id of the business rule record. |
| Modified_By_Name | String | True |
The display name of the user who last modified the record. |
| Modified_User_Id | String | True |
The Id of the user who last modified the record. |
| My_Favorite | Bool | False |
A Boolean field that returns a value of 'true' when the record is marked as a favorite by the current user. It returns a value of 'false' when the record is not marked as a favorite. |
| Name | String | False |
The name of the business rule. This value identifies the rule in lists, selections, and configuration screens. |
| Rst_Create_Date | Datetime | False |
The date and time when the business rule definition was initially created. |
| Rst_Definition | String | False |
The internal business rule definition data that is stored in serialized format. This field contains the operational logic used by the process engine. |
| Rst_Editable | Int | True |
An indicator that specifies whether the business rule definition can be edited. A value of 1 typically indicates editable status. |
| Rst_Filename | String | False |
The name of the file that contains the business rule definition if stored externally. |
| Rst_Module | String | False |
The module to which this business rule applies. This field links business rule logic to a specific SugarCRM module. |
| Rst_Source | String | False |
The source of the business rule content. This value identifies how or where the rule was originally created. |
| Rst_Source_Definition | String | True |
The internal source metadata that is associated with the business rule definition. This field assists in versioning and content lineage. |
| Rst_Type | String | False |
The type of business rule (for example, 'decision table', 'condition rule', or' process logic rule'). |
| Rst_Uid | String | False |
The unique Id of the business rule definition that is used for internal engine lookup and workflow execution. |
| Rst_Update_Date | Datetime | False |
The date and time when the business rule definition was last updated. |
| Sync_Key | String | True |
An internal synchronization key that is used to track and reconcile records across integrated systems. |
| Tag | String | False |
Tags that are assigned to the record. Tags support categorization, quick filtering, and search. |
| Team_Count | String | False |
The number of teams that are assigned to this record. |
| Team_Id | String | False |
The Id of the primary team that is associated with this record. |
| Team_Name | String | False |
The display name of the primary team that is associated with this record. |
| Team_Set_Id | String | False |
The Id of the complete set of teams that grant access to this record for sharing and visibility. |