Click or drag to resize

UserCustomField Structure

A structure that contains custom fields that are assigned to a user.
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsUserCustomField

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct UserCustomField

The UserCustomField type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID Gets the ID of a custom field
Public propertyCode exampleName Gets the name of a custom field
Public propertyCode exampleType Gets the type 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 GetUserDetail(GetUserDetailIn)
See Also