My Stuff
Comments
-
Olivier, I added a select field via script before load but values only display when editing the record. What I was trying to do is display a value for the select field (much like what you see for the entity field) when viewing the record. I didn't think that you could store a value for a scripted field but could get around…
-
If I run the following script (see below) on the estimate form / field change (entity) field I get this error only for records that have the ID : NAME. If the customer selected only has their name the phone number displays. Example (ID : Name) 11232 Company Name Inc. - returns error (Name) Company Name Inc. - NO Error…
-
So the field is added via beforeLoad script, add the list field via the UI object API then use nlapiInsert(Remove)SelectOption to script it dynamically on the client. Sounds right? Might take me some time, but I will eventually get it!!!
-
Thought I found my answer after reading an older post written by yang. https://usergroup.netsuite.com/users/showthread.php?t=6000&highlight=line+item+amount Used the Post Sourcing function Also using the Validate Line Function to insure that totals are recalculated when quantities are update
-
Thanks for the response, aware of that option. Why that doesn't work in this case.... We have 3 different types of members, so what we have is Member Access levels (MAL) 1 thru 3 First to view the product catalog, a membership is required to login MAL 1 doesn't see the same exact items that MAL 2 will see, same with MAL 3.…
-
Yang, Thanks for the response So this can't be scripted?
-
have you clicked the "select all roles" box? Thank you for the tip!!!
-
Ok so I am totally lost... used your script, uploaded to the file cabinet function setcustomfieldA(fldnam) { if (fldnam == 'location') nlapiSetFieldValue('title', nlapiGetFieldValue('location') , true ); } Then assigned setcustomfieldA to Field Changed Function Saved the custom form and tested. When I enter a value for…
-
Found the answer... nlapiGetFieldText
-
evan, Thanks for the direction.. Ultimately what I am trying to accomplish, to automatically enter the title for an event based on other fields, to insure that all event titles follow suit. So going to now try out your suggestions...
-
Thank you!!!!
-
sklett, Thanks for the info .. btw how long have you been writing javascript? I have a very solid background in html, css, and php; currently in the process of learning javascript (javascript for dummies) and reading through all the help files. So far I have installed Eclipse and the plug-in, you could say I am on the…
-
Just found this thread.. https://usergroup.netsuite.com/users/showthread.php?t=8190&highlight=JSEclipse
-
I installed "eclipse", however can't located the .exe file to start the program, a shortcut was not added to my start menu. Any suggestions? Also I started going thru the training videos for javascript available at www.lynda.com. Not sure of how much the training is related, however it looks like a great starting point.…
-
Olivier, I ended up using the following script which works just fine. However I do have a couple questions.. 1) Why use the nlapiLoadRecord vs the nlapiLookupField API? 2) Do you need to add the 2 ( return true; ) in the script? function creditHoldAlert(type, name){ var CustomerID = nlapiGetFieldValue('entity'); var…
-
Thx Olivier!!
-
Olivier I am using the following script which displays a warning if the customer is on credit hold (45 days or more bill not paid). The script is setup to run on when the page loads and when any fields are changed; script is attached to the estimate form. I am also getting the same error but this is the second part to that…
-
I think the following is why I am getting the error, however I was running the script on a filed change not a before load. So the question is: Can you trigger on a field update and load a record? Help file page 144 Developer Guide Returns • An nlobjRecord object of an existing NetSuite record. This function returns the…
-
Yang, did this get released? If so can you provide an example? Thanks
-
Just fyi - we will be allowing synchronous addition of line items in our upcoming Q1/Q2 release, so you will eb able to do everything in one script. Thanks, -e Evan - I am currently writing a server side script applied to SO line items which will leverage synchronous via the price level select field, was this function…
-
I am using the fix in a product account, updating line items on a sales order. I am concerned that I am going to run into script usage issues. Execution Time: 13.30s Script Usage: 1010 Type: User Event Function: beforeSubmit_ProcessSalesOrder Error: SSS_USAGE_LIMIT_EXCEEDED Script Execution Usage Limit Exceeded
-
It was released and is supported (and only applicable) in Client SuiteScript. Any chance that this will be available server side ever or anytime soon??
-
One of our clients couldn't commit the payroll due to tax rule 32 in Pennsylvania. All has since been resolved due to NetSuite's quick efforts.
-
We will address this enhancement in a future release. Barinder This year, next year??? ETA
-
Any updates on this? I see that there is an enhancement, but it's been around for quite sometime.
-
Well my thought is, and correct me if I am going down the wrong path. - Import leads/contact via CSV - Create a search to display all contact dups and their related InternalID - Export the leads related to the dup contacts - Run an update CSV to change the contacts associated to leads - Delete the dup contacts, now they…
-
I am glad to know it is not just our NetSuite
-
Anyone??? Still can't understand why the sales rep is NOT being assigned based on zip code rules during a CSV lead/contact import. This worked about a month ago...
-
Found out by doing allot of testing you need to add Default Billing and Shipping at the Mapping Step set the values there. Now if they could update their documentation
-
Just tested this in our account, once when I selected Default Billing and Default Shipping set to "yes" during the mapping step everything works!!