Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the setoff hierarchy configuration with the specified effective date.
By default, the configuration will be searched from the TaxReportSetOffHierarchySetup_IN form.
Syntax
client server public static TaxReportSetOffHierarchySetup_IN findByEffectiveDate(
FromDate _effectiveDate,
[NoYesId _isDraft,
RefRecId _historyRecId])
Run On
Called
Parameters
- _effectiveDate
Type: FromDate Extended Data Type
The effective date.
- _isDraft
Type: NoYesId Extended Data Type
Whether the configuration is a draft or not.
- _historyRecId
Type: RefRecId Extended Data Type
Whether the configuration is archived or not.
Return Value
Type: TaxReportSetOffHierarchySetup_IN Table
The TaxReportSetOffHierarchySetup_IN record.
Remarks
Currently this method is only for draft configurations.