SCM API Developer Reference

scmc.ReceiptDTO

global with sharing virtual class ReceiptDTO

this data type allow you to specify the data needed to create a specific receipt.

scmc.ReceiptDTO.CretDTO

global with sharing class CretDTO extends ReceiptDTO

holds information about a customer return line to be received.

This class extends scmc.ReceiptDTO

Properties

Name Type Description
CustomerReturnLineId Id id of the customer return line to receipt.
QuantityToReceive Decimal quantity of customer return line to receive.
SerialNumberList List<String> if item to receipt is serialized this is the serial number list to receipt.

Methods

CretDTO

global CretDTO()

© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.