SetIgnoreFieldStatus

Assigns a Numeric value to the application's SetIgnoreStatus variable. Any field with this status cannot export data to an Export file or database.

Syntax

bool SetIgnoreFieldStatus (Strparam)

Parameters

A Numeric value that represents the status of fields to be ignored by Export tasks.

Returns

False if the parameter is not Numeric. Otherwise, True.

Level

Any level.

Details

This action establishes the status that determines if an Export task will export a field's value. If the status of the field being exported matches this set value, the field will not be exported.

Use ResetFieldVariables to clear this setting.

Example
SetIgnoreFieldStatus("1")

This example ensures that runtime values for fields with a "1" status will not be added to an Export file or update an Export database. (Typically, "1" denotes a problem field.)