Add | Adds a record to the object table in SAP Business One company database. |
Close | Not supported. |
GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
Remove | Deletes a user from the users list. |
RemoveUserAndLicense | Removes the user and their license allocation. |
SaveToFile | Save the object to a file as XML data. |
SaveXML | Saves the object data to XML formatted data. |
Update | Updates the object data in the company database. |
Branch | Sets or returns the user's branch code. Field name: Branch. This is a foreign key to the Branches table (OUBR - not exposed through the DI API). |
Browser | Returns the DataBrowser object. |
CashLimit | Indicates whether to set the maximum cash amount a regular user is authorized to enter in an incoming payment (Payment Means window, Cash tab). Field name: CashLimit. |
Defaults | Sets or returns the users group code. Length: 8 characters. Field name: DfltsGroup. This is a foreign key to the UserDefaultGroups object , which provides the default values related to the users group. |
Department | Sets or returns the user's department code.
Field name: Department. This is a foreign key to the Departments table (OUDP), which is exposed via the DepartmentsService object. |
eMail | Sets or returns the user's e-mail that can be used by the system for sending messages to the user. Field name: E_Mail. Length: 100 characters. |
FaxNumber | Sets or returns the user's fax number that can be used by the system for sending messages to the user.
Field name: Fax. Length: 50 characters. |
Group | Returns a valid value that determines whether the user group status is Regular or Deleted.
Field name: GROUPS. |
InternalKey | Returns the internal key identifier of a user. This is a serial number assigned by the system used as a reference for other documents in the system.
Field name: INTERNAL_K. |
LanguageCode | Language code. |
LastLoginTime | The time at which the user last logged on to SAP Business One.
Field name: LstLoginT. |
LastLogoutDate | The date on which the user last logged off from SAP Business One.
Field name: LstLogoutD. |
LastLogoutTime | The time at which the user last logged off from SAP Business One.
Field name: LstLogoutT. |
LastPasswordChangedBy | The user who last changed the password.
Field name: LstPwdChB. |
LastPasswordChangeTime | The time at which the password was last changed.
Field name: LstPwdChT. |
Locked | Returns a valid value that determines whether the user status is Locked or or not.
Field name: Locked. |
MaxCashAmtForIncmngPayts | Sets the maximum cash amount a regular user is authorized to enter in an incoming payment (Payment Means window, Cash tab). Field name: MaxCashSum. |
MaxDiscountGeneral | Sets the maximum discount (in percentage) relevant to all discounts, except for sales and purchase documents, including:
Field name: Discount. |
MaxDiscountPurchase | Sets the maximum discount (in percentage) for purchase documents.
Field name: PurchDisc. |
MaxDiscountSales | Sets the maximum discount (in percentage) for sales documents.
Field name: SalesDisc. |
MobilePhoneNumber | Sets or returns the user's mobile phone number that can be used by the system for sending SMS messages to the user. Field name: PortNum. Length: 50 characters. |
NaturalPer | This shows whether the business partner is natural person or not.
Field name: NaturalPer. |
Superuser | Sets or returns a valid value of BoYesNoEnum type that specifies whether or not the user is a super-user. Super-users have automatic authorizations to all objects and are authorized to perform all functions in the system.
Authorizations for super-users cannot be reduced or changed. However, super-users can deny super-user rights from other super-users in the system. Field name: SUPERUSER. |
UserActionRecord | To display a list of actions and details related to a specific user's access activity in SAP Business One. |
UserBranchAssignment | property UserBranchAssignment |
UserCode | Sets or returns the unique user code for log on to the system.
Length: 8 characters (case-sensitive). Mandatory property. Field name: USER_CODE. |
UserFields | Returns the UserFields object. |
UserGroupByUser | property UserGroupByUser |
UserName | Sets or returns the user name used for information only and not for reference. The user name can be non unique.
Field name: U_Name. Length: 155 characters. |
UserPassword | Sets or returns the password for log on to the system. The password must be unique.
Length: 4 to 8 characters (case-sensitive). Mandatory property. Field name: PASSWORD. |
UserPermission | Returns the UserPermission child object. |