Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Why does my API Query give different data that the Screen shows?
Here is my simplyfied query: Select T.id as WOId, T.custbody_atlas_assy_desc as assy,
From Transaction as T Where BUILTIN.DF(T.Type) = 'Work Order' and BUILTIN.DF(T.TranID) = 'WO7-2217'
And here is the query result:
[
{
"woid": 233891,
"assy": "ASSY., SERV, N, 62, 1, 50, 62, 1, 50, 132, 7 (PH4/FORD/DTM/7K/WL)"
}
]
And here is the screen shot of the WO showing a different value for the Assembly:
Tagged:
0