My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
I noticed this: the described problem occurs only when I attach a client script to the assistant (using assistant.setScript) and in the PageInit event I set the display value of the fields. The fields that erroneously change their display type clicking Next are those on which I've set a display type during the PageInit…
-
Because the source system is very bad projected and to create CSV files for import into NetSuite is more complex than using a throw away prototype to migrate using SuiteTalk. Anyway, would it be possible through CSV import to specify "other relationships" field? I'm afraid that I would have the same problem...
-
Ok thank you. I asked you this because, opening a ticket with NetSuite assistance, they told me it was not possible what I was looking for, but only a search by primary partner. Should I answer the ticket and tell them that I found the answer on the usergroup? :) Bye, Alessio
-
Actually I need to obtain a complete list of a Partner's Customers, as you normally get through a custom search. For the moment the only way I found is to give access to the partner, enter with its credentials, and see all the Customers under Relationships -> Customers: these are the ones associated to the partner with…
-
Yes, thank you very much, that's exactly what I was looking for! It's a freschly added search filter, or it was already there? Actually I didn't see it before... Good bye, Alessio
-
Thank you Benjamin, I achieved exactly what I needed. Actually I've tried to find a Roles/Permissions solution before posting my question here, but I had no chance to have the buttons disabled. So for the moment I will use your solution, and if you change the method syntax in the future, I will adapt my script to the…
-
Unfortunately neither taxgroup nor taxtype are working. I guess they are referencing the "Tax Groups" and "Tax Types" records, managed under Setup -> Accounting. On the link you posted (SuiteScript Record Browser) I couldn't find the "Tax Code" record type. Some other suggestion? Thank you, Alessio
-
Hello, I got the solution from NetSuite Support: the name of the record type for Tax Codes is "salestaxitem". Good bye, Alessio
-
Hello, I guess you can achieve what you need following yang's suggestion in this thread: https://usergroup.netsuite.com/users/showthread.php?t=21911 Looks like it's exactly your scenario. Good bye, Alessio
-
I guess yes. If I correctly interpreted the NS help, the recipient's id can be any user of the NetSuite account, from a customer to a partner to an employee. So, instead of attaching the mail record to a customer, setting the id of an employee will simply attach the mail to that entity. Good bye, Alessio
-
Hello, I would do like this: 1) create a saved search through NetSuite UI, having the "sum" summary type on the field that you want to sum 2) from the script call the saved search in this way: var oaResult = nlapiSearchRecord('custrecord_cust_customer', 'customsearch_id'); where "customsearch_id" is the value of the saved…
-
Hello Lorne, Thank you very much, it works great! Alessio
-
I noticed this: the described problem occurs only when I attach a client script to the assistant (using assistant.setScript) and in the PageInit event I set the display value of the fields. The fields that erroneously change their display type clicking Next are those on which I've set a display type during the PageInit…
-
Hello rosse, Maybe I wasn't clear in my question: I need, using SuiteScript, to get the "internalid" field value having the "scriptid" field value (="customsearchXX"), so that the internal ID of the search is not hardcoded in my script and can be easily migrated to another environment through a bundle installation. Good…
-
Thank you Evan, it's a good news! Alessio
-
Hello, Maybe I'm not understanding something, but it seems to me that you are forgetting this: if the suitelet is made available without login, you must call nlapiRequestURL passing the public suitelet URL, available on the suitelet deployment UI page. In your portion of code you call nlapiResolveURL to get the "other"…
-
Hello John, You can use shared javascript libraries if you need to share routines between suitelets. But if the problem is the script usage, shared libraries won't resolve your problem; instead, calling nlapiRequestURL from a suitelet to another one will reduce the script usage units consumption in the "calling" suitelet,…
-
Did anyone ever find a solution to this? I still don't understand how to use the 'any' filter with multiple integer values to compare a search filter with, and I can't find any example on the NS Help. Thank you, Alessio
-
Hello Felix, Thanks for your answer. The custom item fields that are not accessible neither through UI nor CSV import come from a locked bundle. The bundle is under our control (we are SDN partners), so the "best" way I know to do the import is: - unlock the custom item fields on the deployment account (display type =…
-
Hi Natalie, if you have to manage the "retentions" for occasional workers/photographers etc, you have to install the “Withholding Tax Bundle” from the NetSuite Public Bundle repository under Setup > Customization > Install Bundle. But be careful. There are also other tasks that you have to comply for Italy. So it's not…
-
Hello Ibudimir, Thank you very much for your useful information! (and sorry for late answer...). We're actually re-implementing the Checkout and MyAccount bundles, so could you kindly give me some more details on your last sentence "for external communication you will need to establish calls to your external application…
-
Hello Vincent, Sorry I just wrote it in the title but I forgot to write it in my post. They are NetSuite hosted files. Thank you for the hint, I'll try to do as you suggest. Good bye, Alessio
-
Hello, Thank you for your considerations. I agree with you, we will probably follow solution #2, using a combination of real time web services and synchronous data update. Good bye, Alessio
-
Hello, The web site is for a customer. Actually I would like to better understand what I can do with solution #1. It would be great if someone could post me links to advanced web sites developed in that way (NetSuite hosting + NetSuite HTML tags). Thank you, Alessio
-
Hello Guillaume, Thank you very much for the answers. For the solution #1, I've also been thinking to mix it with Ajax and suitelets, but then I'm afraid that we would have problems with crawlers page indexing, so all the website content that are loaded with Ajax won't appear in search engines results (crawlers don't…
-
Hello Nick, Unfortunately this has not been implemented yet in NetSuite to be done automatically. There are 2 open issues about this (maybe even others I don't know): - issue #135020: WS > Expose the other relationships option in enitities such as customer, vendors, and partners - issue #208732: Expose the 'Other…
-
Hi, Sorry for the delayed answer. Yes I got NetSuite Support filing the Defect #196610 for this problem. They tried and had the same problem. The suite on which I experienced this problem is CRM+. Good bye, Alessio
-
Hello jpabellon, Actually in "Results" tab of a saved search there's no available field whose name starts with "TAX" or "VAT", in no one of the NetSuite environments I am managing. I find this thing really weird, since this is a very common and important field, so it's strange that no one noticed this until now. I thought…
-
That's a great idea, thank you! I'll try this and let you know if it makes the job done. Good bye, Alessio
-
It works fine, thank you again! Alessio