NetSuite Customization - Select ItemFulfillment "Packages" as a List/Record as a Custom Record field

StackOverflow https://stackoverflow.com/questions/21610524

  •  08-10-2022
  •  | 
  •  

문제

I am attempting to create a custom record that has a field called "Box". I need this field to be a reference to the "Package(s)" in an ItemFulfillment. When I go to add this field as type "List/Record" I do not see anything that looks like it would be a "Package" or an "ItemFulfillment Package" in the selectable list of List/Record.

Any help in this would be greatly appreciated. Thank you.

도움이 되었습니까?

해결책

I don't think this can be done. Under List/Record, you could choose "Transaction". This should allow you to link to the Fulfillment. From there, you'll be able to reference some of the fields on the Fulfillment. However, I don't think you'll find the "box" field.

다른 팁

We implemented packages (boxes) as a custom record, with "package items" (items in each package) as a child record of that. By doing so, we could track which items went in each package, as well as do searches of the packages. We duplicate weight and tracking number in the standard sublist, just in case anyone wants it, but we have that in our package custom record.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top