MCRCustCreditTable::findByOrigSalesID Method
Finds the MCRCustCreditTable record based on the original sales ID.
Syntax
client server public static MCRCustCreditTable findByOrigSalesID([SalesId _salesId])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The SalesID used to find the applicable MCRCustCreditTable record; optional.
Return Value
Type: MCRCustCreditTable Table
The MCRCustCreditTable that was created for the passed SalesID.
Remarks
Does not return the credit for the sales order that a credit was applied to.