My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
I think that is a reasonable solution for custom records. However attach and remove are available for standard records such as files and cases also. Ideally we want to come up with a comprehensive plan for all record types. That takes longer but leads to better consistency, something I know many of you are concerned about.…
-
What are people more concerned about, remove or attach? Because remove is a simple fix for us - we would add it as an explicit column in the sublist view, that you could remove and then apply that sublist view (only) to a particular role. Thanks, -e Evan, adding "Remove" as a column in the subview that can be removed by…
-
Here is my proposal for this ER: [LEFT]Provide control over whether or not the "Attach" and/or "Remove" links/buttons are displayed on a subrecord form as follows:[/LEFT] [LIST=1] [*][LEFT]Applies to ALL subrecords, not just Contacts.[/LEFT] [*][LEFT]There should be attributes in the form design that indicate whether or…
-
What are people more concerned about, remove or attach? Because remove is a simple fix for us - we would add it as an explicit column in the sublist view, that you could remove and then apply that sublist view (only) to a particular role. Thanks, -e Evan, after two years, is there any chance of implementing/releasing this…
-
Steve, I agree with all your comments. NetSuite, how do we get all of this folded into the requirements for what looks like two ERs (if it makes sense to break it into two ERs.): [LIST=1] [*]one for form-level -- get soon [*]one for role-level, slightly later[/LIST]
-
There is already an enhancement request for this. Please contact support and vote for enhancement # 124514. Yang, I'm not sure this ER properly captures the changes that we are asking for. I called support and added our company to this ER. Here's the description of the ER that I received: Enhancement 124514 - Customer…
-
Would be great if when setting the Record is Parent checkbox that we could define these (e.g. allow remove/attach, allow create, single record, etc). Then the parent's list would draw accordingly. I agree Steve, some type of control over the user's ability to attach or remove needs to be provided.
-
Hello. I have updated the bundle this morning. If you previously had installed this bundle, I suggest that you simply uninstall it for now and then re install the new one. Please let me know if you run into any problems. Thanks anetsuite, Should this show up in the Beta? If not, could you please post one or two bundles in…
-
If you pass the 'type' variable into your function Sion, thanks for the suggestion, but I couldn't get the 'type' function to work in cliente-side script. It works in server-side, but apparently not in client-side. I get an error when I try to reference the 'type' function in client-side script.
-
sklett, Are you talking about the library script specified on a form?
-
Well, in that case can't you have as many different library files as you want, and just pick the one you want to use on a particular form? We have our library files organized by record type: [LIST] [*]Customer/contact [*]Sales Transactions [*]Purchase Transactions[/LIST]But I agree with you that it would be nice to either…
-
I have library files that have system wide constants, methods etc. that I need available to ALL my scripts, then I would also like to have library files that are specific to sections of the system. For example, I would have my RTrim and LTrim methods in my global lib. file and my CalculateWarrantyCost() method in my…
-
Hmmm... I took a look at this and I could not see an easy way to get the job done. Matt, Thanks for looking at this -- much appreciated. And thanks for the suggestions If I'm able to figure out anything, I'll post it here.
-
Hi I got this working when we create the sales orders and invoices, perfectly - thank you very much. However most of our orders come via website or are posted in from magento etc. It does not work in those circumstances, any ideas how to trigger it then? thanks Did you try putting the code in an After Submit on a User…
-
Cecelia, I just found your thread. What a great thread! And it's very nice of you to share your code and details. I need to calculate the total quantity of all line items on a sales order. Do you see any reason your script, with mods, shouldn't work? Or is there a simpler way to calculate total quantity? Thanks.
-
however, the permissions will not interfere with those running/executing the scripts. Thanks Kate -- that's what I needed to know. Best Regards, JMU
-
Just want to give credit where it's due, it was bcavers (NS Employee) that gave that solution to me. Glad that worked out. Cheers! Tim Tim, please have your tip added to the Online Help and PDF files so that everyone can benefit. Thanks.
-
Yes - we are doing this & also several other things like disiplinary actions for our company policy violations and the great thing about the custom records is the permissions you can use on them. Krish0nan, Would you be willing to share your design for employee training records? TIA.
-
We need the email so show up under the Messages tab as well. Can anyone comment on this?
-
I don't know if this helps you in scripting, but in Saved Searches the field {today} returns the current date/time in the local time zone.
-
Oops - just got around to reading the documentation, and was able to figure out how to manually specify what record to associate the email with. Pretty Cool! nycd, We need to do this. Would you mind sharing the details on how to accomplish associating an email with the sales order messages tab? Thanks.
-
We know about this, we are working on the problem and hope to have a fix soon. Evan, Is there a way we could be notified about major system-wide issues like this as soon as you know about them? Knowing about these issues in a timely manner would help eliminate a lot of wasted effort, not to mention hair-pulling. :) Maybe…
-
Steve, Perhaps if you would tell us what you are trying to accomplish with this script, what output/result you expect, and what it is doing (or not doing), it would be easier to help you diagnose it. Jim
-
Take a look at the documentation on the Portlet Script setup page in v.11.0.3 Where is this documentation? Can you provide a direct link to it? JMU
-
I would find this very useful. NetSuite -- please help us out here. Jim
-
The official list of fields and sublists we support comes from the list of fields/sublists exposed in Client SuiteScript (custom code) via form customization. The 'isClosed' and 'discountItem' (from another UG post) fields happen to be examples of such fields. Yang, Where can I find this official list? Can you provide a…
-
Thanks Yang! That is exactly what I needed! And I'm sure many will appreciate the direct link to it since so many things are hard to find in NetSuite. Best Regards, Jim
-
Hello Jim, That is a very interesting use case and 2 possible solutions come to mind. Yang, thank you very much! This is extremely helpful. I very much like the real-time update approach (#2). My users will also! This will really help us develop this process. As soon as we have some results, I'll report back here. Thanks…
-
In the meantime, are there any use cases in particular that you're thinking of? Yang, Thanks for asking. Here's an immediate need we have, that might have broad application: Run a transaction search that returns a single date, and a count. Based on this data, update a custom contact field. HERE'S THE SPECIFIC EXAMPLE: We…
-
In the summer 2007.0 release however you will be able to add/remove buttons from pages in beforeLoad user event scripts using the UI object API. Yang, So are you saying that in the 2007.0 release currently being rolled-out that you will be able to do in code what enewbauer was trying to do using the NetSuite U/I, i.e.…