Mi contenido
Comentarios
-
Raj, Cannot really help. It should work if the state list/record is filtering on the country list/record as mentioned and you are identifying 'Country' in the "filters on" for the state list/record. Best. -Steve
-
If you are refering to custom field of country and state, yes, they did add this filter. You need to have a custom field list/record of type 'country' and a custom field list/record of type 'state'. In the state field under sourcing and filtering, do the following: Source List: [select the country field] Source Filter By:…
-
Hello Steve, Are you pertaining to this: Setup > Company > State/Provinces/Counties? No, I am referring to adding a custom field of List/Record type 'States' which is available in beta 2010.2. If we add this custom list/record, it displays all States for every applicable country. I want to be able to filter this. For…
-
We are addressing this by adding a country field that you can dynamically filter the states by - should be in this week's release. Thank you.
-
Same error logging in
-
May be a blessing in disguise. Can't believe that they would make a significant upgrade (the UI - this is customer experience changing...) and still have no release notes (less than 30 days from preview) This is a major cluster-**** on NetSuite's part -- truly arrogant in thinking that this is a "better" thing. The…
-
#1: Display item images on transactions (Ability to add an image to an item column and display it on printed transaction) so the customer can see what he is buying. Enhancement 96962 and 113318 #2: Ability to remove images from file cabinet which are not used anymore! #3: A latest news portlet on the website (not RSS!)…
-
Just enhance the current functionalities and get rid of existing bugs. The new features can wait. Why not have a release just to fix stuff that can trigger more problems in new features? So what is an enhancement in NetSuite terms anyway? What is a bug? IMO, a "bug" is something that should be working but is not working.…
-
1. Ability to set itemgroup items from Web Services 2. Ability to determine an item type from a member list (been asking for this for years). Example: I load an itemgroup item, and then want to load one of its member's items. I can traverse the member list, get the member item ID, but in order to use loadrecord, I can't…
-
This is good stuff and looking at this in more detail, I came across a couple of confusing API calls I need clarified. 1. nlobjAssistant.addFieldGroup(...). Per docs, this is called from the nlobjAssistant, yet a field group (and fields) is tied to a page/step and the more logical thought is that nlobjAssistantStep would…
-
Removing the button for now requires scripting... To elaborate on Yang's script example: (this all goes in a beforeload user event script) function mybeforeloadscript(type,form) { // since the email button is generally in the VIEW mode, // check for form object and view mode if ( !form || type != 'view' ) { return; } //…
-
Hi Kate, ... How does this plugin handle the licenses limitations? I mean, what happens if someone is logged in with the same username/password/role that I use for script uploading? Thanks in advance, Renato Back Excellent question. This would be the same for me (or everyone I presume). I would likely be logged in via the…
-
What material is quoted here? Thanks, -Clinton 2008.2 Release Notes
-
Tried using different filters or no filters? Tried changing the operator to "is"? operator 'is' did it. Thanks. Can't tell you how many cycles I spend on searches due to this nit. Really wish simple operators (==, !=, >, <=, etc) would be used. Makes no sense why these need to be different based on field type. Operator…
-
I stumbled upon a good reference for operators by field type. https://system.netsuite.com/help/helpcenter/en_US/Output/Help/SuiteFlex/SuiteScript/SSR__85.html#998290 I hope that helps. I've notice api calls are less forgiving that past releases. (bugs fixed :)) I've used this also. Just annoyed at why it needs to be this…
-
This changed in 2007.0. The two features are now compatible, and with adv.shipping/receiving you can now define for most item types which go through fulfillment/receipt, and which go directly to billing. Check the help topc "Using Advanced Billing with Advanced Shipping" for more information. Thanks. -Steve
-
Never mind, removing the domain made sense since I had two accounts (beta and production) both pointing to the same place which was not good. Once removed, I was able to access via beta. -Steve
-
I got the same message for weeks as well, BTW the web address for the Beta site is, www.beta.netsuite.com. I just keep getting "Sheduled Maintenance" (spelling is incorrect on their site). I'm looking into whether others from the company can get access. We are supposed to have access from July 2 but no luck for me as yet.…
-
Kate, Thanks for taking the time to read our comments. I hope they can be of value and look forward to the updates ongoing. -Steve
-
Can you be more specific about how JavaDocs are easier to navigate? Is it the whole "left pane" thing? I find the new SuiteScript API doc very easy to navigate. Thanks, -e Evan, as I continue to "discover" areas of the documentation, I have more feedback. The new SuiteScript API docs are MUCH better than previous docs, so…
-
I haven't seen the new SuiteScript API doc and will definitely look for it, so comparison I can't do. In terms of JavaDoc, the quickload/lightweight nature for one, hyperlink based common connections between function/methods (@see, @link) and identifying of parameter types (@param) and return (@return) type/description are…
-
Can you be more specific about how JavaDocs are easier to navigate? Is it the whole "left pane" thing? I find the new SuiteScript API doc very easy to navigate. Thanks, -e I haven't seen the new SuiteScript API doc and will definitely look for it, so comparison I can't do. In terms of JavaDoc, the quickload/lightweight…
-
...will at least support it temporarily and give people adequate notice of the additional validation... Thanks, -e Evan, Any thoughts on creating a read-only forum for API's where we can get these "adequate notices"? I suspect that there are a lot of users who could care less about API changes and script related change…
-
I encourage everyone working with the SuiteScript API to check out the revamped API doc in the NetSuite Help Center... ...Unlike with JSDoc, our current format lets us easily/quickly update the doc to provide detailed code samples, tables, links to other areas in the documentation, screen captures (something I plan on…
-
Just to update you guys we are restoring the old semantics of the return type in response to many customer complaints regarding this change. Our intent was to make this area of the API easier to use but ensuring backward compatibility and seamless upgrades is far more important to us. i.e. An…
-
That wasn;t my understanding, I will look into it. Thanks, -e Curious why there is such a hard coupling of operators with fields? It is not difficult to determine that 'equalto' means equal to a single item and that 'is' also means the same thing. Thus, if I use 'equalto' on a select field, then it should easily be…
-
Steve and JM....did you check out the Release Notes PDF? It's pretty exhaustive (95 pages)...it also includes the tax changes. Cecelia I've only seen the sneak peaks doc which is pretty markety. Where is this doc? Also, I am looking for the things that typically cause me pain because we have workarounds in place like…
-
Steve, I honestly can't remember where I found it originally, but I think it was under the Support tab. I also see it in the online Help under Additional Resources > Version 2007.0 Release Notes (but that might be because we've already been upgraded). If you can't find it, let me know and I'll be happy to send it to you…
-
No, really, I'm serious... For all us poor saps that need to maintain a whole lot of areas and customization in NetSuite and prefer not to be running fire-drills on 2007.0 release day. NetSuite, help us out here... Thanks. -Steve
-
We also need to create reports (not saved searches) on custom records. NetSuite, any plans for this? You probably already know this but I've found this extremely limiting as well. My only workaround has been to have a parent-child relationship with a record that does produce reports (customer, transaction, item, etc). Then…