Carryonplease
Carryonplease

Reputation: 66

Netsuite - weight/dims/package relationships

My workplace just switched to NetSuite and it's some cool stuff. I've been creating workflows and ran into a snag after I had the thought that it would be cool if weight and dimension fields could auto populate based on the "package" type you can select from a dropdown.

Has anyone done something like this or know if it's possible? The basic logic would be "After field edit" - once a package type is selected from the dropdown, the product weight and dimensions that correspond to that package type are populated automatically in the separate fields (we need these separate fields to calculate dimensional weight in some instances, and for certain sales channels) It doesn't look like the weight/dims for packages have internal IDs, but the package itself does "shippackage" is the internal ID.

I've really only tried a couple of formulas at this point but can't seem to get it going.

Upvotes: 0

Views: 904

Answers (1)

Krypton
Krypton

Reputation: 5231

Unfortunately workflows do not support access to 'sublist' fields - only 'body' fields, so if you are trying to modify the Packages sublist on an item fulfillment you cannot use a workflow to achieve this.

You could achieve this using a 'Field Changed' event on a client script.

Upvotes: 1

Related Questions