Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?