-
How do I setup Data Validation on Record Edits?
Hello, I am trying to prevent listing errors by creating a Data Validation Script that would prevent employees from updating the "Classification" Field on Inventory Items (except for Parent SKUs) if the "Item Weight" and "Dimweight" Fields are empty. Here is what I have tried so far: Script File /** * @NApiVersion 2.x *…
-
How to resolve error: "Validation Failed: Validation of account settings failed"?
We have been encountering "Validation Failed" when trying to install most of the SuiteApps including Inbound Notice Automation, Cash 360, Item 360, Project 360 etc.. The error messages we are getting are all related to subsidiary validation. However, but the pre-requisite does not state OneWorld Edition is needed. Our…
-
Check for applied bills on purchase order sublist line
I have a script (Thank You Nathan Lamb) that prevents deleting a sublist line on Purchase orders when PO is in an approved state. I need additional functionality to also check if the sublist line has a bill applied to it, if false, then allow delete. Is this possible and if so what fields/variables do I need to add? /** *…
-
Not able to save Project record.
we have a strange issue with the project record. I've undeployed all the scripts & workflows on the project record and still face this issue. Not able to save the project record. Nothing happens when I click on save. Another issue is with dates, when I assign a date for a custom field and then go on to another field, it's…
-
nlapiSearchRecord on Custom Record no results validation
Hi Everyone, I'm trying to triger validation based on whether my nlapisearchrecord produces results. If there are results, I want my form to finish the save. If there are no results, I want my form to alert the user that theres an error. Please help me with my code because I've been staring at it for hours and can't see…
-
Zipcode Address Validation/Lookup
Is there a zipcode validation/lookup for adding new addresses on the website that autopopulates the state and displays the available cities for the zipcode? We are also interested in similar functionality in the backend.
-
Underscore as Wildcard (not ideal)
Anyone know how/where wildcards are determined in NetSuite? We link our database in with a web service which uses email as a unique ID. We've run across an instance where a search for a customer w/ an underscore in his email, "test_email@fake.com", is coming up with the following results: "test_email@fake.com" and…
-
Customer email validation
Has anyone had any luck doing email validation. The best solution would be during customer registration / checkout where the customer is informed the email address entered is invalid. And as a backup to that a solution a back end process that would validate new / updated customer records prior to marketing campaigns being…
-
Validating using Saved Search on Customer Center Order List->Items Permissions Issue
When trying to do a saved search in a validation routine for a form in customer center, I get List->Items Permissions issue. How would you do a check using a saved search or lookup from a customer center. Netsuite support seems to be going very slow on this case so maybe someone has done this before
-
Field ID: phone formatting
We have a problem in which are new contact entries by Users will put the phone number but also include the extension afterward which causes problems with our TAPI reporting. Since the field is a standard field and not a custom one, am I able to setup a character max etc? I suppose the next best option would be a warning…