removeParcelCondition
Removes the condition whose name is cDesc and type is cType from the reference parcel whose number is parcelNum. If you set the parameter parcelNum to null, the function removes any condition, whose name is cDesc and type is cType, from all parcels on the record.
Version
1.4
Parameters
Parameter | Type | Description |
---|---|---|
parcelNum | string | Parcel number from which to remove the condition. |
cType | string | Condition type. |
cDesc | string | Condition name. |