My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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