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
Comments
-
i think it's not reading my function where do i place my function lowapproval? right now, i have it inside beforeload
-
can i call lowapproval() thru my button on beforeload? form.addButton('custpage_lowapproval','Approve Low Return', 'lowapproval()');
-
do you know how i can grey it out after it's been clicked? setDisable(true) isn't working for me.
-
thanks, but it didn't work. i know it's 'Pending Receipt' i used a nlapiGetFieldValue('status'). it says 'Pending Receipt'
-
my original plan was to disable & grey it out once it was clicked. the button was created using beforeload, and the script runs a function that is on the client side. when i click it, it emails the supervisor to notify that this certain transaction needs to be approved. it helps prevent spaming it more than once. so when…
-
i had the same problem for my client script on sales order. When the sales order gets really large... i will get these errors. my script will fail to run. Error: SCRIPT_EXECUTION_USAGE_LIMIT_EXCEEDED Script Execution Usage Limit Exceeded Error: JS_EXCEPTION TypeError Cannot read property 'length' of null
-
'recmachcustrecord_item_images_parent' i replaced that with my 'item', it shows zero and doesn't run the loop
-
why don't you hide the tab by customizing the form? why do you even want to write a script for it?
-
i wouldn't mind running it before loading the page. but it nlapiSetLineItemValue doesn't work for 'quantity'
-
are you saying that the expense tab is greyed out so you can't unclick the box that says 'show'
-
the rma page has script that writes in the qty from the invoice to the rma forum. i want something like that but to write in zeros instead. even if a beforeload script works, the native script would just overwrite that and set it to invoice qty. right now im using setcurrentlineitem. it takes like 10 seconds for a long…
-
i get an error after i submit the sales order. when i don't have "list.buttonRemove..." , it doesn't give me an error after i submit my form. error says, The transaction was entered successfully, but the following error occurred while sending the transaction email: An unexpected SuiteScript error has occurred…
-
where can i find the button id for the attach button
-
document.getElementById('recmachcustrecord295_main _form').style.display = 'none'; attach button isn't on the list. i ended up using this for my client side script to hide all the buttons that i don't want people clicking. it worked on edit mode, but couldn't get it to work for view mode. how do i get the same stuff to…
-
lol after 7+ years. rgeorgejr finally comes up with something that I might be able to use. need to remove that attach button. but i need it for beforeload script view mode.
-
none of the solutions above worked.
-
it's been 24 hours. my csv status is at 11%. i am unable to cancel it. i need to upload something else more important. any clues how to fix this bug/glitch? I am purposely trying to delete one of the addresses to make my CSV fail. please end.
-
i'm stuck with an import that's been running at 3% for the past 6 hours. now i have a long queue list from other department that needs to use CSV import. Welcome to 2016.1
-
NS Support's Alternate Solution I understand that urgency of this matter and the need to import other transactions or records. This has been reported to our engineers and they are currently working on a possible fix to prevent this from happening again. Can you try this as an alternate solution for now? Please note that I…
-
tried updating 2500 addresses last weekend. fail. not sure why. no files to view. not able to cancel the csv upload either. i just have to wait until it finishes and fail.
-
yes, 2402874
-
took about 17 minutes for 2 customer address. okay slight better than 20 minutes i will try to attempt csv update for 2500 this weekend. but if i had hours to spare, i could do 2500 update manually in 6 hours. sadly, it would probably be faster than CSV update. well nothing else i can do here. just want to document how…
-
CSV status for updating 1 customer's addressbook. 53 hours later. 24% completed. unable to cancel.
-
good idea. i don't think i have any workflow/script behind the scenes, but i'm willing to try anything that might speed it up a little bit. i am updating customer address's label. over 2500 of them for 1 customer. so nothing dangerous. everyone is just waiting for my csv to finish... 11% in the last 24 hours. yikes.…
-
running a test to csv update 1 customer address no queue. started at 8:54am. be back in an hour when it's done *took 10 minutes* for 1. i will try 2, and i wonder if it will take 20 minutes the whole point of this is to check how long it would take to update over 2500 addresses in 1 customer record. i will probably run it…
-
or it could be that csv import for customer address is terribly designed
-
thanks rnedelkow. that's good to know. Is there a way you can cancel my job in the backend? So I don't have to wait 2 more days. If not, I am still going to have to wait 2 more days. :_( I can run other csv high priority asap. my lowest priority csv job is running right now. (it's gonna take many days to finish) 04/11/2016…
-
I decided to run try CSV again. I know my update would take many many many hours. Dont worry, I was going to cancel when i see someone else want to use CSV upload. ...but now, it's not letting me cancel. I click on the link 'cancel', and it just refreshes and does nothing. nothing. i've switched browser and same thing.…
-
If netsuite cannot handle 4076 addresses in a customer record, wouldn't it be better just to add a limit. It takes me about 8-9 seconds to load customer record, another 3 seconds to load 'address tab', then go through 10 address, and update it. it take me no more than 5 minutes manually. why does CSV upload take over 2…
-
yep, i am convinced that CSV upload is slow and problematic. I'm updating 10 addresses in a customer record. It's been 2 hours now. I can do this faster manually. I wonder why it takes CSV so slow. This customer has 4076 addresses, 6289 sales order. Is it because netsuite can handle storing this many addresses? so it's…