My Stuff

Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

LesEy Newbie

Comments

  • Hi Try the following. function customRecordTypePageInit(type){ var intOppLineItemCount = nlapiGetLineItemCount( 'recmachcustrecord_pm_cr_opportunity'); alert('test'+intOppLineItemCount); } A handy tip is to use a javascript console in your web browser to view the properties of local variables.
  • I had a similar problem with executing a saved search on the Work Calendar. It seems Work Calendar is not supported. I managed to get it working by creating the following global var. var fBundleIds = new Array(); Not sure that will work for you though