Mike Casey
05/28/2025, 4:51 PMCeligo AI
05/28/2025, 4:51 PMAI generated answer (using internal Slack threads):Based on the Slack conversations, when transforming a Transfer Order into an Item Receipt, you need to use the
record.transformjavascript
var receiptRec = record.transform({
    fromType: record.Type.TRANSFER_ORDER,
    toType: record.Type.ITEM_RECEIPT,
    fromId: data.toid
})defaultValuesauxReferenceCeligo AI
05/28/2025, 4:51 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.849045634
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842847407
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.841997743
Celigo AI
05/28/2025, 4:51 PM