Hi Team I have TO with 5 item fulfillment in NS w...
# general
d
Hi Team I have TO with 5 item fulfillment in NS which means if i click receive it will tell tell me to choose the IF using Script i can do this
Copy code
record.transform({
  fromType: record.Type.TRANSFER_ORDER,
  toType: record.Type.ITEM_RECEIPT,
  fromId: fromId,
  defaultValues: {
    itemfulfillment: itemFulfillmentId
  }
});
but in Celigo there is no option to choose the item fulfillment using IR record type any advice Thanks
i
don't have a solution yet but have a similar issue when creating an item receipt against a TO using REST Web Services. It looks like it always does it against the latest item receipt.
t
@Israel Gonzalez solution for Celigo in other thread: https://netsuiteprofessionals.slack.com/archives/CFG7DNCM9/p1722015404836769
i
Thanks!