modifyField()

Overview

public any function modifyField(
      required string name    
    , required string fieldset
    , required string tab     
)

Modifies the given field. Creates the field (including fieldset and tab) if it doesn't already exists. Additional arguments to the function will be appended to the field's definition

Arguments

NameTypeRequiredDescription
namestringYesThe name of the field to modify
fieldsetstringYesThe ID of the fieldset in which the field lives
tabstringYesThe ID of the tab in which the field lives