Click or drag to resize

UpdateUserCustomField Class

**BETA** A structure that contains custom fields that are assigned to a user.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsAddUserCustomField
    AppOne.Services.V2.ContractsUpdateUserCustomField

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserCustomField : AddUserCustomField
Remarks
A structure that contains custom fields that are assigned to a user. Custom Fields track and report information that does not fit within a standard field. Custom Fields can be a dollar amount, a date, a number or a string. It can also be a required field and shown as a set of predefined values (pick lists). Custom fields all you to attach custom meta data to a user.

Note  Note
Setup:
Manager > Employees > Custom Fields Tab
Configuration > General > Custom Fields
Example
For example code see GetUserDetail(GetUserDetailIn)
See Also