RE: Can I access Work Order Buildable field?

I would like to access the Work Order “Buildable” field value from a transactional search. It doesn’t seem like this is possible. Would the following formula be reliable in finding the buildable quantity for a WO?

 

Formula(Numeric) = nvl({quantity},0)-nvl({quantityshiprecv},0) (Custom Label = Buildable)

Tan Rookie Asked on October 15, 2019 in SuiteScript.
Add Comment
1 Answers

It may be bad mannered to answer my own question but I’m going to anyways since I found a solution. It appears that the “Buildable” field is now accessible through saved search as of 2019.1 and is in the release notes.

Rookie Answered on October 15, 2019.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.