My Stuff
Comments
-
We currently have a case open with them on this. Per a NetSuite support reply today, 12/10/2015: "Please see updates from the QA Team: "Support for Microsoft Outlook 2016 is currently underway. It is targeted for release in January 2016. We apologize for any inconvenience this may have caused." The SuiteAnswers article…
-
I worked it out. Here is what I came up with: function UpdateLastInteraction() { // get current Work Order stage var woStage = nlapiGetFieldValue('custrecord_wo_stage'); nlapiLogExecution('DEBUG', 'Work Order Stage', woStage); // check for 'Work Complete' or 'Revenue Released' status if (woStage == 4 || woStage == 5) { //…
-
Thank you for your reply. I knew that LSA didn't update unless the employee was given a Sales Role. I was hoping there was some way to modify that to allow LSA to update for other Users/Employees without giving them a Sales Role. We will look into creating a customized solution for either a Last Activity field or a Last…
-
I just checked my installation and without having to make any changes to the client software (i.e. uninstall and re-install), I am no longer getting the error. I can update/change my configuration login settings without issue and connect/disconnect at will. It's possible that a fix is in the works??? Any others no longer…
-
Nothing that I have found yet. I have an open support case linked to Defect 332189 that they are working on and have seen no updates there. Unfortunately, the number of users that are getting "locked" out is increasing as time passes awaiting a fix. As you can imagine, this is creating a bigger impact daily that continues…
-
We are also having this issue.
-
Just had this exact same issue today as well. The documentation says that by resetting the password, it is also suppose to reset the security questions. It appears that this is no longer happening. I have also sent in a support ticket. Hopefully we get an answer soon.