Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.88 KB

UserDefinedField.md

File metadata and controls

31 lines (27 loc) · 1.88 KB

UserDefinedField

Properties

Name Type Description Notes
id int ID of the custom user defined field [optional]
pod_id int Id of the Pod where the custom field will be placed
caption string Field caption
sequence_number int Must be between 1 and 50. This defines the order in which the custom fields will appear
help_text string Help text to accompany the custom field [optional]
field_type_identifier string
number_decimals int Only valid for Number or percent [optional]
entry_type_identifier string [optional]
required_flag bool [optional]
display_on_screen_flag bool [optional]
read_only_flag bool [optional]
list_view_flag bool Denotes that this custom field is included on a list view [optional]
button_url string Only available with Button Field Type. Required when entryTypeIdentifier is button [optional]
options \Spinen\ConnectWise\Clients\System\Model\UserDefinedFieldOption[] [optional]
business_unit_ids int[] [optional]
location_ids int[] [optional]
add_all_business_units bool [optional]
remove_all_business_units bool [optional]
add_all_locations bool [optional]
remove_all_locations bool [optional]
date_created \DateTime Date in UTC the custom field was created [optional]
_info \Spinen\ConnectWise\Clients\System\Model\Metadata Metadata of the entity [optional]

[Back to Model list] [Back to API list] [Back to README]