Previous Topic: dtlTextboxNext Topic: ebr_search_filter


dtlWriteproperty

The dtlWriteproperty macro specifies a custom property for a change or issue category, or a request, incident, or problem area. Properties appear on the properties tab of the respective tickets. This macro formats a single property with the label on the left, input field value in the middle, and a sample value on the right. The Input field can be a textbox, drop-down list, or a check box.

This macro has the following properties:

label=propn.label

Specifies a label for the property, in the form propn.label. n is the property number specified in the propNum argument.

make_required=YES|NO

Makes a field required when you specify YES regardless of whether the associated attribute is required at the object level. A required field forces the user to specify a nonblank value.

propNum

(Required) Specifies a number for the property. Properties are displayed in sequence by property number.

sample=propn.sample

Specifies an example of a value for the property, in the form propn.sample. n is the property number specified in the propNum argument.

validation_rule=propn.validation_rule.id

Specifies the validation rule for the property, in the form propn.validation_rule.id. n is the property number specified in the propNum argument.

validation_type=propn.validation_type

Specifies the validation type for the property, in the form propn.validation_type. n is the property number specified in the propNum argument.

value=propn.sample

Specifies the value of the property. n is the property number specified in the propNum argument.