Custom Other Record Field XML Definition Examples

The following code samples are SuiteCloud Development Framework (SDF) examples of othercustomfield SDF custom objects:

          <othercustomfield scriptid="custrecord_specialtextfield" 
    <accesslevel>2</accesslevel> 
    <displaytype>NORMAL</displaytype> 
    <fieldtype>TEXT</fieldtype> 
    <label>Important Special Field</label> 
    <rectype>-289</rectype> 
    <searchlevel>2</searchlevel> 
    <storevalue>T</storevalue> 
</othercustomfield> 

        
          <othercustomfield scriptid="custrecord_system_role_checkbox">
    <accesslevel>2</accesslevel>
    <applyformatting>F</applyformatting>
    <checkspelling>F</checkspelling>
    <defaultchecked>F</defaultchecked>
    <defaultselection/>
    <defaultvalue/>
    <description/>
    <displayheight/>
    <displaytype>NORMAL</displaytype>
    <displaywidth/>
    <dynamicdefault/>
    <encryptatrest>F</encryptatrest>
    <fieldtype>CHECKBOX</fieldtype>
    <help/>
    <isformula>F</isformula>
    <ismandatory>F</ismandatory>
    <label>System Role</label>
    <linktext/>
    <maxlength/>
    <maxvalue/>
    <minvalue/>
    <onparentdelete/>
    <rectype>-118</rectype>
    <searchcomparefield/>
    <searchdefault/>
    <searchlevel>2</searchlevel>
    <selectrecordtype/>
    <showhierarchy>F</showhierarchy>
    <showinlist>F</showinlist>
    <sourcefilterby/>
    <sourcefrom/>
    <sourcelist/>
    <storevalue>T</storevalue>
</othercustomfield> 

        

Related Topics

Custom Other Record Fields as XML Definitions

General Notices