My Stuff
Comments
-
In case anyone comes across this post, I was having the same issue and moving the payment amount to be the last field set fixed the issue for me. Thanks KCSF Bud!
-
I apologize for the poor description and question. I meant a form created through the nlapiCreateForm of the UI Builder API. I have created the form and used setScript to attach a script file to handle buttons. This is working perfectly. Now I'd like have script execute when the user changes a field value. Thanks again!
-
Thank you, michoel. That was exactly what I missing and makes perfect sense.
-
Madhur, I appreciate your example but have a question. When you describe using nlapiPrintRecord to generate the file and reading into the xml variable, are you using nlapiPrintRecord to generate a PDF or HTML document? Thanks so much, Stephanie
-
I have done something like this but generated an HTML form in my Suitelet to accomplish it. Here's a code snippet: [FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]var[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2] html =…
-
Yes. I have reordered the filter conditions and add/removed them one-by-one. I currently have a support case open and will report back with NetSuite's response. Thanks so much for your help!
-
The column causing the issue is [FONT=Consolas][SIZE=10px][COLOR=#800000][FONT=Consolas][SIZE=10px][COLOR=#800000][SIZE=12px][FONT=arial]custrecord_bcg_highexposure_contract. It is a lookup column to the Sales Order. I have checked the permissions and am able to create a saved search using that column when logged into that…
-
In addition, I am able to enter Sales Order when logged in as this role.
-
I'm interested in this as well. Please update the post if you've come up with a solution.
-
[FONT=Consolas][SIZE=2][COLOR=#0000ff][FONT=Consolas][SIZE=2][COLOR=#0000ff]function[/COLOR][/SIZE][/FONT][/COLOR][/SIZE][/FONT][FONT=Consolas][SIZE=2] salesorderAfterSubmit(type) {[/SIZE][/FONT]…
-
I was able to get it working by writing script that creates the sales order PDF and attaches it as a file to the sales order. Once that was working, the "Send with DocuSign" button pulled the PDF into DocuSign from the Files list.
-
We look to be having an issue with our RESTLet that creates sales orders since our upgrade. We've updated the code to create a new subrecord for the shipping address but when we send in CA for Canadian orders or MX for Mexico, the resulting sales order shows the shipping country as United States. The other address fields…
-
Our customer is experiencing this in the UI. Orders created today are fine but any prior to today will not view/edit due to the Unexpected Script Error. We also submitted a case and will report back any updates.
-
Our web store went live at the beginning of the month (August 2014) and we have 3 occurrences of duplicated orders so far this month. Two were on the same day (10 hours apart) and the other was 2 days later. In each case, the second order has the same header and line information but the workflow and scripts attached to the…
-
Did you check to see if someone changed the setting for duplicate detection on the customers?
-
I was experiencing the same issue and was able to "fix" it by converting my variable to a string and then using the variable.