My Stuff
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