Condition_HasTaxId
Description
Checks whether the specified object has the given TaxId.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object to validate (Self or Target) |
| CompareType | Comparison operator: Equal, NotEqual |
| S1 | TaxId to compare against (FName) |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Check if target object has TaxId "PropertyTax" | Target | HasTaxId | Equal | PropertyTax |
| Check if self object does not have TaxId "Income" | Self | HasTaxId | NotEqual | Income |
Back to Command FinderSearch and filter all 491 Script Condition documents