My Stuff
Comments
-
Hi Chanarbon, Thanks for your response. In Netsuite, I am displaying suite-let link to access it. In Suite-let, I am trying to access report data using nlapiRequestURL api. Following is sample code. var sessionID = request.getParameter('custpage_cookie'); var reportID=XXXX; var NETSUITE_REPORT_URL =…
-
Hi, I used following code to attach PDF and i got soltion so please can you try this. var print1 = nlapiPrintRecord('TRANSACTION', 115, 'DEFAULT', null); arr[0] = print1; nlapiSendFax('6940','949.724.1154' ,'Promotion Notification',EmailBody,null,arr); Thanks Sravan
-
I solved issue my own..................... :p
-
Hi, Even I would like to track receipt date to that time it is sold, Could you please provide me if you have any
-
Hi, Thanks for giving the reply.i tried with code i got serial number text.but one more problem is that i am getting the first line item details of inventory only.when i am trying to get the second line serial number, its showing the first line details. i used following code var invDetailSubrecord =…
-
[ATTACH=CONFIG]temp_92_1403158131817_643[/ATTACH] [ATTACH=CONFIG]temp_93_1403158135025_263[/ATTACH] [ATTACH=CONFIG]temp_94_1403158144243_740[/ATTACH] I am creating the CSV file (with Id and Emp Name) using script (like left side image). For same Emp name, I want to merge those cells in the file (like right side image). Is…