Syntax
Public Event DealerPrivilegeParameterResultReceived(NoRows As Boolean, DataArray() As String)
Description
This event is fired after calling GetPrivDealerParam method with a dealer privilege parameters.
Parameters
Parameters |
Description |
NoRows |
Used to detect if an empty parameter is received or not, a value of type Boolean. if it equals true then there is no data in data Array. |
DataArray |
Data Container that filled with the requested privilege parameters. |
Result
Parameter |
Column Name |
Description |
1 |
Privilege Number |
Shows the privilege Id which can be one of the privEnum . |
2 |
HasItFlag |
Detected if the privilege value is Inherit or override. can be one of the following 1 : Which means is Inherit 2 : which means is Override |
3 |
HasIT |
Used to detect if the dealer has privilege on it or not 0 : means dose not has a privilege on it. 1 : means has a privilege on it |
See Also
VertexFX Backoffice API Index
Last Modified: 29 June 2018
|