📚 SAP Business One SDK Help

Users Object
See Also  Members 

Description

Users is a business object that represents the users table of the SAP Business One application. The users table includes the users list, login details, and authorizations.

This object enables you to:

  • Add users to the users list.
  • Retrieve user's details by its key.
  • Update user's details.
  • Remove users from the users list.
  • Save the object in XML format.

Source table: OUSR.

Object Model

















Remarks

Mandatory fields in SAP Business One: UserCode and UserPassword.

To display the form in the application:

  • Select Administration --> Setup --> General --> Users.

See Also