My Stuff
Comments
-
There are quite few similar issues happening lately - around the same time frame, this may be one of those defects - contact NS support .
-
If your contact from is a custom form then it is related, all the custom forms are effected by this defect. I was told around 9:45 AM PST that fix will be rolled out to production in couple(2) of hours, 6 hrs have been passed since. Our whole operation is almost standstill due to this issue and effecting our core business.…
-
This could be related to the defect #333000 - form submission unexpected issue. Some of my users reported similar entry and save issue for expense report form (first reported by our Australian subsidiary)
-
Our project and expense reports forms are highly customized and tied to many custom records so using the standard form is not an options for us. Yes I have tested the standard forms on our sandbox and it works.
-
FYI same here, having same issues with our expense reports, time tracking, projects and several other forms. This started late last night pacific time for our instance.
-
We had some schduled script issues during the same time period- scripts were getting on to deferred status and stuck there for good. As per Netsuite Support Informed you that we are having an issue with scheduled scripts at the moment and I will be checking if this is what is causing your concern. Script issue haven't been…
-
Yes time to it is slow, some of our schedule scripts are failing and also have login issues.
-
I have encountered similar issue last week and it was resolved quickly but started again early this week. As per Gold Support this user authentication issue is a defect #321080 and they have escalated it to S2 level. Support told me that for some reason users, authentication and roles tables are not updating when the…
-
use the "server script log" search type and use type=error as the criteria, create schedule and email it to your external contact
-
Also be careful when selecting base currency for the subsidiary once saved it cannot be changed. Make sure to have elimination subsidiary in every level of the hierarchy otherwise inter company transactions will not be eliminated.
-
dont have to be on homepage only, any NS instance page source will show the account ID at the bottom of the source code along with version and logged in user ID.
-
Welcome to club - We face this everyday, so due to that I usually recreate the saved searches manually
-
Ilija is right on this, currently I am building archival process of generated invoice pdf pushed to Onedrive for archiving via webservice and dynamically linking them to the originating record. Since Netsuite charges an arm and leg for file cabinet storage option of using external storage is more viable. One down side of…
-
It never happened to any of my clients, this sounds alarming, since user have his/her security question set and to access the account from different IP than the usual one NS automatically challenges with the security questions. If someone is kicking your user's session then it means that her password and security questions…
-
Hi Guys, Celigo connector can be quite expensive due to it's licensing structure, as an alternative to that you can try Folio3 or RocketWeb's Magento integration. Alternatively you can try using REST API to integrate Magento with Netsuite, it is not difficult or lengthy process, I have done quite a few Magento Netsuite…
-
Employee Center roles can use SSO as long SAML is set to "Full" in the specific role. Netsuite does not allow Administrators to login via SSO due to security reason. There is an alternative option by creating a custom role for Administrator (cannot possible to give full admin access) with a bit lesser ACL along with SAML…
-
Once the subsidiary record is created hierarchy (parent/child relationship) cannot be changed. You have to submit your business case to NS support and if they deem that your case is valid then they might turn on the edit option for "parent" field for 30 days. I have done this for couple instances so I know that it is…
-
Saved search can be better option, since you can specify all the requirements in criteria and use formula in results columns to further restrict the results (probably the DECODE function).
-
one of my client had similar issue about the project default currency and we have multiple subsidiaries with their own base currency - so when an employee works on a project belongs to another subsidiary with different currency we were facing this problem of costing rollup. Our solution was use scripting to convert the…
-
By any chance do you guys have Sandbox? If so you can use it for your development/testing, otherwise using a role with preferred form is the best choice for the live data.
-
yes it is possible to do so, you have create an xml pdf template in file cabinet and reference it using the following API nlapiCreateTemplateRenderer nlapiLoadFile nlapiXMLToPDF(xml) then use freemarker syntax to display the search results - you may need to look into freemarker resources for directions (also in…
-
You guys are Awesome
-
Thanks a lot for the solution Cdelacruz, it worked like a charm. Tried the same syntax for due date ${record.duedate?string("dd-MMM-yyyy")} but getting error message when try to save the template, by any chance is "due date" field is not a date field?
-
Figured out how to solve this issue by just adding setting preference <#setting date_format="dd-MMM-yyyy"/> inside the <head> tag. This transformed the due date to dd-MMM-yyyy format.
-
I have done quite few NS 2 NS migrations and migrate externally sourced data to NS. I can give you some free pointers on how to do it, it is not difficult just tedious. PM me
-
Will this integration better than Ava tax?