Man, apparently i'm needing to ask a lot of questi...
# suitescript
s
Man, apparently i'm needing to ask a lot of questions today. I have a custom record that has a dropdown of item fulfillment statuses. Is there a way to get back the A, B, C instead of the actual internal id? I am needing to match it up on an item fullfillment, but getValue() on the record returns A and the custom record value returns 130
j
The fulfillment statuses on the custom record are a custom list, right? I think you'd have to map this in your script or if the text values are the same you could access the "status" on the item fulfillment record and use getText in your custom record ... maybe
s
True. I could maually figure it out
manually