Mi contenido
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comentarios
-
We have a similar request in Enhancement 246817 : Search / Reports > Add audit trail (system notes) entry showing when the Saved Search or Custom Report was executed.
-
You can try the Saved Search Execution Log at: [LIST=1] [*]Go to Reports > Saved Searches > All Saved Searches. [*]Click Edit next to the required saved search. [*]Click the Execution Log subtab. [/LIST] You must be an administrator or have at least Create level of the Publish Search permission to view it.
-
Hi Kathy, I would contact Support to investigate this further. Reports that run beyond 3 minutes during peak hours are automatically disabled and the primary email recipient should be notified by email that the report has timed-out. Timed-out reports will not run again until they have been either edited, to make them run…en Sales Tax Liability by Item not running Comentario por Robert Nedelkow-Oracle Mar 6, 2017 11:13AM
-
Support filed Enhancement 246834 for Mass Update > Change the Owner of Saved Searches. In order to change the owner of a saved search, a user must have Administrator access to the account. Full Access role and all other standard/custom roles do not have the capability to change the owner.
-
Different actions on saved searches can be tracked using Analytics Audit Trail: 1. Lists > Search > Saved Searches > New. 2. Select Analytics Audit Trail as type of search 3. Criteria tab: - Select Record Type = Search - Record Action = Delete 4. Modify Columns on Results subtab 5. Run Note: Results will not return the…
-
Try the following criteria in a "saved search" search: 1. Navigate to Lists > Search > Saved Searches > New 2. Select Saved Search for the Search Type 3. Under the Criteria > Standard subtab add the filter Formula (Text) 4. Set the following options: Filter = Formula (Text) Description = is John Doe (example) Formula =…
-
The SuiteAnalytics Connect feature was formerly called ODBC Connections for Advanced Reporting. When enabled, the Connect Service enables your business to archive, analyze, and report on its data using a third-party tool or any custom built application, all while using a Windows or Linux operating system. If you enable the…
-
You should be able to get this in an item saved search: 1. Criteria: a. Transaction fields...Type=None of : Cash Sales, Invoice, Item Fulfillment b. Transaction fields...Date = Use a relative date range or pre-defined range c. Transaction fields...Location = add locations if needed 2. Results tab: all fields required, like…
-
The Saved Search page allows you to filter all searches by Available as List View and Send Scheduled Emails. Go to Lists > Search > Saved Searches to view the list page. Click the Use dropdown to filter for List Views and click the Scheduled dropdown to select Yes or No. These filters should give you all the combinations…
-
Can you include your formula here?
-
Hi Steve, this feature is not available at the moment but you can vote for Enhancement 172623: Lists > Search > Saved Searches > Provide a description, memo or comments field on the saved search record to identify what the search is intended for and how to use it (similar to description field on saved reports)
-
I don't see the picture. :( How about now? [ATTACH=CONFIG]n287842[/ATTACH]
-
PS: I have an additional enhancement request you may also be interested in. How about a bald-guy avatar for the forums? Just a thought. Thanks for the suggestion Mark. Is this better? [ATTACH=CONFIG]temp_98_1403620334253_873[/ATTACH]
-
Currently, when the Show Internal IDs preference is checked, the search will include the Internal ID column by default, even if that field isn't explicitly included in your results.
-
A similar report is available in SuiteAnswers Answer ID: 27113. Create a Comparative Inventory Report for On Hand and Value.
-
We can't restrict this behaviour to specific searches at this time. Unchecking the Show Internal IDs user preference removes the internal id column from all searches.
-
You can view the Saved Searches list page, which includes the following columns: •Last Run By: displays the user who last executed the saved search •Last Run On: displays the date and time of execution. Thanks,
-
An Employee search using the Roles...join fields appears to return all permissions assigned, without distinguishing the which are global permissions. We are tracking this in Enhancement Request 200544 - Lists>Search>Saved Search>Employee>Expose Global Permissions on Criteria and Results tab. Thanks,
-
Hi Brett, The "Role fields..." join on an employee search includes Role : Permission, Role: Permission Change, Role: Permission Change Date, and Role: Permission Change Level. Thanks,
-
Here's a search to Generate First Sales Order per Customer 1. Navigate to Reports> Saved Searches> All Saved Searches> New 2. Select Transaction as search type 3. Assign a name on the Search Title field 4. On the Criteria tab> Standard subtab> Filter column, add the following: a. Type is any of Sales Order b. Main Line is…
-
A similar solution was posted in the thread titled, Filter Saved Search by Custom Form. It looks for the custom case form but may work for custom records as well. Thanks,
-
I understand how to find the YTD sales in a seperate search. But I need to include this, on a customer by customer basis, in a customer search that is also displaying other data. Or are you saying to do it as a transaction search and choose all those other fields for display purposes? Duh! Thanks I think that is what Felix…
-
A few Help articles also include examples of search formulas and their uses. In SuiteAnswers, search for topics, "Search Formula Examples and Tips" and "SQL Expressions". SuiteAnswers is available from the Support tab in your account. Thanks,
-
You could try adding these formulas to your Results tab: 1. Formula (Numeric), Summary Type = Sum, Decode (Case WHEN (ROUND({today} - {createddate})) >= 01 AND (ROUND({today} - {createddate}) <= 30) THEN '1' ELSE '0' END, 1,1,0) Add a Custom Label, "1-30 days" 2. Formula (Numeric), Summary Type = Sum, Decode (Case WHEN…
-
We are tracking this feature in Enhancement Request 26233 - Reports>Execution/export audit trail/log for reports. Feel free to vote for this in your NetSuite Account Center. Thanks,
-
The Sales Orders by Item Report should allow you to add the Preferred Vendor found under the Vendors sublist of the item record. See SuiteAnswers Answer Id: 14852 for details.
-
Answer Id: 25112 has a similar formula:https://netsuite.custhelp.com/app/answers/detail/a_id/25112/kw/business%20days%20between%20excluding%20weekend/related/1
-
Here's the original Answer Id: 26585 - Formula that counts number of business days between two date fields excluding weekend: Sales Order Search that compares Date and Actual Ship/Receipt Date 1. Navigate to Reports > New Search. 2. Select Transaction type 3. Click Create Saved Search button. 4. Under Criteria tab,…
-
A date field can be converted to show the day by using a formula(text) field in your results: Try Formula (Text) --- to_char({createddate}, 'day') --- for the text day Thanks,
-
This might be due to a divide by zero error. Can you try adding NULLIF to your formula? Thanks,