📚 SAP Business One SDK Help

UserPermission Object Members
See Also  Overview 

Public Methods

Public Method AddAdds a new data line to the object.
Public Method SetCurrentLineSets the active row to a specified row number.

Public Properties

Public Property CountReturns the total rows in the table.
Public Property EffectivePermissionproperty EffectivePermission
Public Property PermissionSets or returns a valid value of BoPermission type that specifies the permission type assigned to the user. The available options are according to the setting of Options property.

Field name: Permission.

Public Property PermissionIDSets or returns the identification key of the user permission in the tree, for which the permission is set.Length: 20 characters.

Field name: PermId.

This is a foreign key to the UserPermissionTree object, not exposed through the DI API).

Public Property UserCodeReturns the user code.
Public Property UserFieldsReturns the UserFields object.

See Also