My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
I managed to figure out a solution. It turns out that the "Estimate to Complete" field is embedded in a serialized json object. To access, you'll have to retrieve and deserialized the json object and access the field 'eac': serializedAmounts = wbsRecord.getSublistValue({sublistId: 'lines', line: i, fieldId:…
-
Hi Richard, Thanks for the information. Yes, that is Work breakdown structure. I have checked with a couple other consultants and they confirmed that SuiteScript does not support setting a WBS as baseline budget. Given so many limitations with Netsuite APIs and RESTlet scripts, I think we have no choice but use a UI…
-
Sure, there is detail about the use case: The goal is to create a Project Budget which requires the creation of a Work Breakdown Structure (WBS) and then set it as the Baseline Budget. Here is the workflow: In Netsuite UI, Project → select "Work Breakdown Structure"→ click "View WBS" then from the WBS UI, click 'Set As…
-
Bummer … thanks for the response!