TaxTransExtensionTH::isNeeded Method
Checks whether the form data sources of this table should be enabled.
Syntax
client server public static boolean isNeeded()
Run On
Called
Return Value
Type: boolean
true if the form data sources should be enabled; otherwise, false.
Remarks
The form data source is joined to its parent data source with the Passive join type by default, which means that this data source is disabled by default.
If any related feature/country needs this data source, mark that its form data source should be joined to its parent data source by using the InnerJoin join type.