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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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