Mi contenido
Comentarios
-
are you referencing to Invoice Sales Order page by navigating to Transactions -> Sales -> Invoice Sales order.
-
Hi @oliver zheng Can you provide more insight on data. Please note any insert in NetSuite system will generate internal ID for reference purpose. You may use it as per your requirement or restrict user to view from lists. However, pls note Internal ID generation cannot be stopped.
-
Hi @Kedalene Vendor name needs to be tagged against the NAME field on JE lines.
-
Hi @Kedalene You can tag the vendor against the NAME field if the vendor belongs to subsidiary. Users are not able to set entity name in Book Specific Journal.
-
Hi @NitinEOH Can you follow the steps and confirm 1, Copy the report URL with admin role. Login with custom role and paste the URL and confirm if you are able to view the report w/o any error. 2. Can you add the reports link in shortcuts ?
-
can you confirm the result you are getting in variable var searchresult = nlapiSearchRecord(RecordType,SearchID,null,null);
-
Hi Sivasubramaniam, Performing search of FILE field for Project task is not supported yet. unfortunately, The fields are not exposed by NetSuite from backend. Even if you create a search on FILE, it doesn't provide cross link to task record.
-
Hi User_LUL5V, can you try PERFORM SEARCH permission and confirm.
-
Hi @Nine-Oracle Merging records also merges the records’ transaction histories. The original data, such as entity name, is retained to preserve a transaction's history. When merging Customers in NetSuite, all the transaction records change from the Duplicate to the Customer set in the Master field.
-
While the system allows adding multiple contact per record, however per my understanding 1 contact can be tagged to only 1 subsidiary by tagging as primary and secondary contact. Can you let us know the business scenario where the contact would be tagged to multiple subsidiary. Can you maintain a custom field for reference?
-
Our search is created on Transaction level and not customer level. If you can try to create a search on transaction with the said criteria it should work. I was able to fetch all Invoice 4 months before using the above criteria. The suiteAnswer ID redirects to create search from customer and not transaction.
-
Hi @Still Learning Can you try this. By default system has 90 days functionality. For 120 days, we had to write a formulae.
-
Hi, Can you check the role preference setting set on his role esp Duration of trusted device. The duration of trusted device setting starts from session basis to hourly basis to max 30 days.
-
I think B. for statement A budget will get doubled
-
can you try window.open(mailFormURL, "_blank");
-
You can run this tag in debugger mode : var RecordType = 'location'; //Sample ID var SearchID = 'customsearch74'; //Search ID of your selected records //Search for the records that you want deleted var SearchResult = nlapiSearchRecord(RecordType,SearchID,null,null); //Create a Loop to delete each record for(var i =0;i <…
-
Hi @Dext3r , you can delete them via script or make them inactive. Dont forget to update the name to avoid the duplicate location name.
-
why dont you try the checkbox on employee record. This would also reduce future potential to edit the group details as well.
-
HI Dext3r, Can you confirm how many hours before the help was updated. After an administrator or a user with the full level of the Customize Field Level Help permission changes the field-level help, users may not see the changes right away. Field-level help can be stored in cache for users, and there are multiple caches,…
-
Hi User_2D608 You can either create a dynamic group for sales rep and use it in search OR maintain a flag on employee record of these sales rep. In the search criteria, you can add the sales rep: flag is true. This will pull all sales rep tagged now and future also.
-
Option B
-
Hi @SuiteSolvers Can you try creating search on Transaction where Account Type is Bank but Transaction type are not equal to intended AP/AR transaction.
-
Hi @brocha Absolutely. However, you can fetch from "copiedfrom" field using Script before saving the record or fetch the previous Order Internal ID from URL.
-
Hi User_75YL8 The change done via workflow would be impacting or triggering some changes which might impact GL changes in your account. To avoid this change and save the transaction, you can enable the ALLOW NON GL changes in NetSuite for accounting period. This doesn't have any impact on your auditors report. However, pls…
-
Hi @Febin Antony , Can you try using the status : Customer- Closed won to identify customer with this status tagged in current month.
-
Hi @ONO4 , Once you have loaded the search using load search, you can create an array of filter and push the filters in load search variable. For eg : var SearchLoad = search.load({ 'ENTER SEARCH ID HERE'}); var filters = search.createFilter({'ENTER CONDITION HERE}); var savedSearchFilters = SearchLoad.filters;…
-
Hi @Dirk Nieuwkamp Create a saved search on Purchase order with criteria as : Type : PO Mainline : True Intercompany Status : Pending In result column, add desired column as required.
-
Hi @brocha , While there is no standard field to identify but you can achieve this using customization. To achieve using customization, 1st create a custom field of checkbox type. 2nd step : create a workflow and mark the field created in step 1 as checked using SetFieldValue action where event type is COPY.
-
As far as I am aware you will have to deploy a script to handle this. However, it will be a simple code sample as comparing current user with transaction sales rep using Before Load User event script.
-
Hi @Ken Zhang-Oracle NS allows split of multiple quantity to 1 quantity but not vice versa.