Skip to main content

Condition_HasTaxId

Description

Checks whether the specified object has the given TaxId.

Parameters

ParameterDescription
BaseObjectThe object to validate (Self or Target)
CompareTypeComparison operator: Equal, NotEqual
S1TaxId to compare against (FName)

Examples

DescriptionBaseObjectCommandCompareTypeS1
Check if target object has TaxId "PropertyTax"TargetHasTaxIdEqualPropertyTax
Check if self object does not have TaxId "Income"SelfHasTaxIdNotEqualIncome