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 a record in the TaxSetOffRule_IN table, based on the specified component.
Syntax
client server public static TaxSetOffRule_IN findByComponent(
RefRecId _component,
RefRecId _setOffComponent,
[boolean _forUpdate])
Run On
Called
Parameters
- _component
Type: RefRecId Extended Data Type
The component reference record ID of the TaxSetOffRule_IN record to find.
- _setOffComponent
Type: RefRecId Extended Data Type
The set-off component reference record ID of the TaxSetOffRule_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: TaxSetOffRule_IN Table
A record from the TaxSetOffRule_IN table; otherwise, an empty record.