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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
nlapiSetFieldDisplay / nlapiSetLineItemDisplay
Hi all,
So, I'm doing some hiding/showing fields on the client side and stumbled across these 2 undocumented API calls. The nlapiSetFieldDisplay works well (header fields), but the nlapiSetLineItemDisplay doesn't at all. What's also odd is that its looking for only 2 parameters.
Wait! As I said that ... nlapiSetLineItemDisplay takes 2 parameters. The first parameter is the sublistId, and the second is the show/hide boolean.
nlapiSetLineItemDisplay('expense', false); /// This HIDES the entire expense sublist in the UI. COOL! But doesn't help me
Anyone successfully hide/show a column field on the client-side?
0