My Stuff
Comments
-
Thanks, and I would think so, but since the change when I log into my Sandbox Administrator role and go to any employee, they all have Give Access already checked, and have their required roles. Yet only Administrators have a Sandbox Role, and only their Administrator Role. Would I have to refresh the sandbox with the "All…
-
What Centre Type is it using?
-
Hi jimk Strangely, I found it to be the most reliable as you can have your own JavaScript input validation code on the form BEFORE it's submitted to NetSuite. You can also use it to modify hidden fields to decide other factors such as which subsidiary it's for, and what lead source. This means you only need 1 NetSuite…
-
Hi Jimk. I have cheated on mine...take a look here: http://enabling.solutions/Contact.aspx I have created a responsive html contact form, with fields with the same ID as those on the NS Online Form, and then using the POST method to post the data direct to NetSuite without any code.
-
Another thing you could do - if you're creating multiple estimates, you can set the forecast type to be omitted on all except one of the estimates for that customer. That way, only one of them will appear in your forecasting reports. After all, you can't win ALL of them :)
-
You could do this without any scripting...(The names here can be called whatever you want, but I'm not here to be original!) You could have a Custom Record Type called "Item Viewing Level". In there, create a few Records like "All Items", "Just Lowes", "All except Lowes". A Custom Item Field called "Item Viewing Level",…
-
JenniferTrejo It will never come out of BETA now. There is an entirely new Search and Reporting engine being created, and it greatly overshadows the Pivot Reports functionality. FYI the new system looks AMAZING and I really cannot wait to have a play!!!
-
Hi Sravanm Are your items Serialised? Thanks Pete.
-
Have you got the latest version of Eclipse? I found that installing the latest version and the latest version of the SuiteCloudIDE plugin fixed the connectivity errors for me.
-
Yes...that is how I read it too. Google seems to be doing a massive clear-out of untrustworthy CA's, and Symantec is one of the affected...
-
Do you have any User Events triggered on your Item Fulfilment Record Type?
-
... the email to send out as standard can not be changed apart from the text that it looks bad, and the HTML page it lands on is again not only bad in that you can not design anything on it, it also shows the main holding company name only in the group which the customers never will deal with or know who they are so it…
-
Hey all, In preparation for GDPR in 9 days, I need to know: - Will Netsuite's new default opt-in be "hard opt out" (assume this is the Marketing Pref "Unsub to marketing by default" option?) - How do we set all current soft opt-outs to hard opt outs for the 25th? - Can you script a hard opt in? e.g. we build a suitelet…
-
My understanding is that "Hard opt out" is effectively the new GDPR default. The scripting portion I mentioned was to facilitate users being able to easily opt in without having to log in. I too would love a way to script this as the current process of requiring the user to use the landing page created by NetSuite is…
-
Sorry, I have questions rather than an answer to your question. Does GDPR affects only EU based organizations? We have a US based organization which has transactions in EU. I am not sure whether GDPR affects us. Does it? And I thought NetSuite usually notify you of this kind of big impactful change - listing what is…
-
I have additional questions on this- how are people handling the data retention issues (do you have policies that prescribe deleting records after x period of time) and/or the "right to be forgotten". How do we forget customers we have transactions associated with? This question has cropped up a few times... There is a…
-
Also, there's a new SCA Product coming out soon called SuiteCommerce Standard. It's intended to replace SiteBuilder, but at a lower cost than SCA...Ask your account manager about it for more info.
-
function getX() { var text = ''; var joinedrecord_text = ''; var lineCount = nlapiGetLineItemCount('line'); for (var i = 1; i <= lineCount;i++){ var joined_record = nlapiGetLineItemValue('line','joinedrecord_name',i ); //search for joined record var filters = new Array(); filters[0] = new…
-
Scratch that, I re-read it... :)
-
Hmm...that one is a lot harder ha! Do you use Class/Department for anything? :)
-
What is the reason behind wanting to change the subsidiary visibility? Were they created in error, or are you attempting to restrict the view of items to specific subsidiaries?
-
Hello atorres. What record type are you speaking of? Is it the Item record for example, or are you talking about a mass update style "include children"?
-
If you don't want to make the items inactive, and start again (Why would you want to??) there is a little "workaround" you can do... You can have something like a series or checkboxes to denote "Available in Sub X", "Available in Sub Y" etc, or you can have a multi-select field with the Subsidiaries in mimicking the one on…
-
There's not a Per Role item filter per se...but even that wouldn't prevent the Items being found via Global Search etc. Let's say you set up 2 Classes - one for each Subsidiary. You could create a Class field on the Item, and check the box "Apply Role Restrictions". On the Employee record, give them a Class. On the Role,…
-
Do you have multi-currency customers enabled?
-
MHambalek Is the workflow running on After Submit or Before Submit?
-
I assume the Product is a Serialised or at least a Lot Numbered Inventory Item for the Specific costing to be an option?
-
It appears that the "Costed Bill of Material" will not total child items if they are using a costing method of something other than "Standard Cost". Is there any work around to this? Is it possible to build a saved search or something to report on the average cost of all the child items? Hey Glenn. Did you get anywhere…
-
The CSV import of AdvBOM will be available in the 19.1 release. D'oh! Thanks!