On the PurchaseOrderReceipt business class, I am looking for a way to display the number of receipt lines on that receipt, but I cannot seem to find a related field -- not sure if one even exists.
As a related example, the Requisition business class has the field NumberOfLines which accomplishes this. Likewise, the InventoryTransaction business class has the field NumberOfLines. I cannot find an equivalent for the PurchaseOrderReceipt.
I am hoping to avoid exporting from PurchaseOrderReceiptLine and then aggregating outside of the system.