James H.
12/10/2024, 3:23 PMCeligo AI
12/10/2024, 3:23 PMAI generated answer (using internal Slack threads):Based on the conversations provided, it seems that you can change the status of item fulfillment from 'Packed' to 'Shipped' through a script if you can make the corresponding UI action through the edit mode of a record. For changing the Shipping Carrier on Item Fulfillment, you can use the following workaround: 1. Do
record.submitFields
against fulfillment setting 'shipcarrier' field to desired changed carrier, set 'shipmethod' to null
.
2. Do another record.submitFields
immediately afterwards, now setting 'shipmethod' to desired value.
However, it's important to note that this is a workaround and may not be the best practice.
As for the date fields on Inbound Shipments, it seems that all date fields including Expected Ship Date, Actual Ship Date, Expected Delivery Date, Actual Delivery Date etc are now mandatory. This might not make sense in all scenarios, especially during Inbound Shipment creation.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
12/10/2024, 3:24 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.801230967
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.794785142
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.791014135
Celigo AI
12/10/2024, 3:24 PMCeligo AI
12/10/2024, 3:24 PM