My Stuff
Comments
-
Assuming your production process goes something like: [LIST=1] [*]Review what you need to make; [*]Create work orders with target quantities; [*]Release those work order to production; [*]Record completion of work orders. [/LIST] I would recommend the following: [LIST] [*]Create the work order with the target quantity and…
-
Insert the "size" attribute inside the body element of your xml and assign it to letter-landscape. See ex. below. var xml = "<?xml version="1.0"?>n<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">n<pdf>n"; xml += "<head>n"; xml += pdfCss.join(''); xml += "</head><body…
-
Late to the party but here is a simple way to handle it. This handles function arguements that are undefined by providing a default value. function someName(arg1, arg2, arg3) { arg1 = arg1 || 'a string'; arg2 = arg2 || 100; arg3 = arg3 || false; // control flow ( if , else, switch, for, for in . . .) remainder of code body…
-
Although the post is a bit old, I figured I would reply since you have not received any recommendations. If you have not solved this, have you reviewed the sublist API? I have done extensive work incorporating item options to manage a range of variables and calculations. Within NetSuite, item options are treated like other…
-
Pleeeeease, can anyone help me in formula: I want to display "Yes" for available kits in a column and "No" for not available items based on members availability (if all members available, then display "Yes", otherwise display "No") I got a formula (in thread https://usergroup.netsuite.com/users/showthread.php?t=28937) and…
-
Is the rate calculated via a script or simply from a pricing table associated with the item?
-
As a workaround, have any of you tried exporting as a csv file? I find that at times this solves odd behavior when using excel.
-
Yes, it is the same procedure.
-
You have to upload the script/create the deployment in the production account.
-
Steve, I realize this is dated but I stumbled across it during a search and given the amount you contribute, I'd like to help if you don't have a solution yet. Caveat - I know you have been on NetSuite for a very long time and the volume and range of your contributions are excellent. Considering that, it's likely you have…
-
Hello, I recently came across your post. I realize it is dated but I thought I check in. I sent a private message and if you still need help, please contact me.