Azi
10/21/2021, 3:05 PMReceive
button, it brings you to a screen to select which item fulfillment you want to receive. After selecting one it prefills the item receipt with
those items.
When doing it in code however
var receiptRec = record.transform({
fromType: record.Type.TRANSFER_ORDER,
toType: record.Type.ITEM_RECEIPT,
fromId: data.toid
})
This doesn't necessarily transform to the record that I want. How can I indicate in code which one to use?battk
10/21/2021, 3:07 PMbattk
10/21/2021, 3:07 PMAzi
10/21/2021, 3:21 PMAzi
10/21/2021, 4:08 PMbattk
10/21/2021, 4:21 PMbattk
10/21/2021, 4:22 PMbattk
10/21/2021, 4:22 PM