Assuming that's non-configurable, you can set a cu...
# suitescript
c
Assuming that's non-configurable, you can set a custom colum on the item sublist then use a UserEventScript to set that colum for each item. The exact workings of that depend on what you want to do. Usually, all line items are at the same status at the same time so where is the benefit of having it per item?
c
On the last line, line items can have different status right? Some items might be back ordered, some might be fulfilled. Am I wrong?
c
Yes, that's correct
That's shown in the line item.
there's a backordered column with a numerical value
Guess you can add a status text column if you want and use a script to populate the value.
c
That mean we have to derive it using quantity fileds only? I am looking there is something like partially fulfilled / completed instead of calculating each time :)
Thanks Craig
Yeah in transaction record definition item sublist have mulitple quantity fields (float) as you mentioned
c
Yes, it's derived from those quantity fields
fulfilled : 1 backordered : 2 would indicate partially fulfiled 🙂