PBADefault.getPriority Method
Retrieves the priority of the default values.
Syntax
public int getPriority()
Run On
Called
Return Value
Type: int
The priority of the default values.
Remarks
A default row with high priority has higher precedence than one with low priority. For a specified value in the ItemCode field and CustCode field, the method returns the following priority values:
TableGroupAll::All |
TableGroupAll::All |
0 |
TableGroupAll::All |
TableGroupAll::GroupId |
1 |
TableGroupAll::All |
TableGroupAll::Table |
2 |
TableGroupAll::GroupId |
TableGroupAll::All |
3 |
TableGroupAll::GroupId |
TableGroupAll::GroupId |
4 |
TableGroupAll::GroupId |
TableGroupAll::Table |
5 |
TableGroupAll::Table |
TableGroupAll::All |
6 |
TableGroupAll::Table |
TableGroupAll::GroupId |
7 |
TableGroupAll::Table |
TableGroupAll::Table |
8 |