Skip to main content

Void setValue(String column, String Value)

Sets a named field to the given value. Look up names in the reference section down below, or check out the class reference.
Both parameters are strings! Remember to use quotes even for IDs.You must call save() after setting all applicable values to actually create or update the company.

Integer save()

Saves a new or updated user and returns its ID.
  • If the ID is set before calling save(), it’s an update.
  • If the ID is empty, it’s a create.

Reference

Frequently used values

Language values

Sign-in info

User flags and access flags

User flags represent preferences. For example, Use24HrsClock = 10. Access flags represent what a user may do. For example, AccessDocuments = 8.

Ticket notifications

Notifications (pop-up warnings) to the user are controlled by a bit mask. Learn more about tickets.