Click or drag to resize

AddUserCustomField 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 AddUserCustomField

The AddUserCustomField type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID Gets the ID of a custom field
Public propertyCode exampleValue Gets the value of the custom field.
Top
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 AddUserDetail(AddUserDetailIn)
See Also