RT 4.0.24 Documentation

This version has reached its end of life and is out of support. Please contact us for upgrade assistance.

Factory

Go to latest version →

$field

Returns the current value of $field. (In the database, $field is stored as $type.)

";

        unless ( exists $typemap{$field} && ( $typemap{$field} eq 'auto' || $typemap{$field} eq 'ro' )) {
            $FieldsPod .= "

Set$field VALUE

Set $field to VALUE. Returns (1, 'Status message') on success and (0, 'Error Message') on failure. (In the database, $field will be stored as a $type.)

"; }

        $FieldsPod .= "

${field}Obj

Returns the $modulemap{$field} Object which has the id returned by $field

NewItem

Returns an empty new $RecordClassName item

← Back to index