📚 SAP Business One SDK Help

UserPermissionForms 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 forms in the collection (rows).
Public Property DisplayOrderSets or returns the display order of the user permission form in the collection (starts from 1).

Field name: VisOrder.

Public Property FormTypeSets or returns the form ID (primary key) linked to the user permission.

Length: 20 characters.

Field name: FormId.

Public Property PermissionIDReturns the identification key of the user permission tree as defined in UserPermissionTree object.

Length: 20 characters.

Field name: PermId.

This is a foreign key to the UserPermissionTree object.

Public Property UserFieldsReturns the UserFields object.

See Also