My Stuff
Comments
-
Hi, 1. Go to Setup > Users/Roles > User Management > User Access Reset Tool. 2. Then on the User Access Reset page, enter the email address of the user who requires your help. 3. Check the "Reset 2FA settings" checkbox. This tool is replacing the "Two-Factor Reset Tool". I hope this solves your problem.
-
Can you please send the screenshot of your saved search criteria? It should work. Your code is correct. I think you are facing that problem because of the saved search.
-
Hi, where did you define the "id"? You are using id directly in the log execution : nlapiLogExecution("Debug", "About to delete record id " + id); And I am assuming 1234 is your saved search internal id.
-
Hi, The below line is correct. It will load the item record nlapiLoadRecord('inventoryitem', test1) Your code is correct. Please check the values of test1 and test2 using "nlapiLogExecution". Maybe you are getting null values
-
Yes. Assign them a role that has fewer permissions than the admin role and enable that preference.
-
Hi, We can do it with import functionality. Step-1: Note down the internal id of the Sales Order and prepare a CSV file like below Step-2: Setup>Import/Export > Import CSV Records and then select the options selected in the below screenshot. Select the file which is prepared in step-1 to upload then click on Next Note:…
-
Hi, In your saved search, check the "Allow Audience to Edit" checkbox and add the role you want to give access in the audience subtab of the saved search. Field help from Netsuite: Check this box if you want to allow the audience to edit the search, meaning they can make changes and resave the search with its same name. If…
-
Hello @"Sr.Accountant2020", yeah there is a setting for that dropdown behavior. Hover over the Home icon > Set Preferences > General Subtab > Optimizing NetSuite > Change the setting which is highlighted in the below screenshot (this is for individual user) After this setting is done as per our requirement following…
-
Hi, Please refer this link: https://www.oracle.com/technetwork/java/javase/downloads/index.html
-
Hi I am working as a NetSuite Consultant at Dhruvsoft Services Private Limited, Hyderabad. Dhruvsoft Services Private Limited are leading NetSuite Implementation, Development, and Support Consultants. We provide ERP consulting services for NetSuite. Please contact us to know more about us: https://www.nssuccess.com/contact/
-
Hi, Can you attach a screenshot of your saved search (edit mode) to this thread? Try to add "period" in the filters section of your saved search. If it doesn't show any result try to use the date filter.
-
Hi, Are you aware of the "Bill Purchase Orders" page? From that page, you can create one single vendor bill for multiple purchase orders.
-
Hi, How about uploading user manuals to File Cabinet? From the file cabinet, the user can preview the respective document.
-
Yes. See the below screenshots. Let me know still if you need help.
-
Hi Ning, I have created three custom fields on customer record: Start Date, Duration, Due Date The due date is a formula field. It is working in my case. Please look at the following screenshot.
-
Is it resolved or still you want help?
-
Hello Ning, Can you tell me on which record you want to do this? Those are custom fields or standard fields?
-
Please check the permissions mentioned in the below screenshot. "Find Transaction" Permission is necessary to save a search.
-
You need to submit the field value in the script. Then only it will update the value on the record. I am assuming it is a user event script. Modified code: try this function updateTotalQuantity(type) { var recordType=nlapiGetRecordType(); //returns the record type var recId = nlapiGetRecordId(); // returns the record Id…
-
You can generate new backup codes from settings portlet on the Home dashboard. After generating backup codes try to reset the 2FA settings.
-
Hi @"razad," Transactions type permission determines your ability to save a transaction search: Find Transaction – This permission has two possible levels, View and Full. If you have Full level for the Find Transaction permission, the Create Saved Search button is available for transaction searches. With the View level,…
-
I have tried to create a saved search with the following criteria and filters: Please try this on your end and I hope this works for you.
-
We can create the Sales Forecast in Netsuite. It is a part of the Netsuite CRM (Salesforce Automation feature) module. Try to see help topics related to Sales Forecasting.
-
It is a custom field that you have created, right? what is the type of that field? can you post a screenshot of where you are using that field?
-
Hi Is it a field? If yes, On which record you are using this field?
-
Thank you Matrim and Chris Dobbins for the response.
-
Hi JCirocco, Thank you. I am comfortable with scripting but looking for a functional way to do it.
-
Please check is 'Multiple Prices' feature enabled or not: Setup -->Company --> Enable Features --> Transactions subtab --> Multiple Prices If it is not enabled, you will get that error [SSS_METHOD_IS_ONLY_ALLOWED_FOR_MATRIX_FIELD] I hope it solves your problem.
-
Hi, Which price change do you want to retrieve? Salesprice or Purchase price or base price
-
Hi Martha, Search for SQL Expressions in Netsuite Help Center. There you can find a lot of functions and their description.