Mi contenido
Comentarios
-
Hi @Paul Salkeld, I have a few questions: Do you have "Store Value" checked or unchecked for {custrecord_envaspectsimpactlikelihood}? How the value of {custrecord_envaspectsimpactlikelihood} field is populated? (e.g., UI, Field Formula, Saved Search, etc.) Do you have "Store Value" checked or unchecked for…
-
Hi @User_HPB3I, You can create an Email Alert/Reminder or a Workflow Pop-up Message based on the Resource Allocation Record and "Percentage of Time" field:
-
Thanks for the screenshots. It seems you have a total of 2,897 across all bins:
-
You mentioned that some of the items were committed from the report. It means the criteria need to be updated to include all items. As I don't know how the items are created, I need your help. If you go to one of the items that aren't on the report but should be there and check the "System Information" subtab, you will see…
-
Thanks for the screenshots, @dylanvv, Is this your main goal? "I'm trying to replicate this so I can figure out within the results of a search what the total # of "new" customers are within that time-frame." If yes, you can create a custom field on a Customer Record and populate the date of the first applicable…
-
Did you mean to say, "I'm now trying to create a saved search..."? If this is a different question, I recommend posting it separately to avoid confusion. That way, other users would find their answers easier. Thanks.
-
I can't think of an easier way although it might be possible.
-
You could do that via: Create a "File Name" custom record Create a List/Record custom field and select #1 Create a script to create a custom record for each new file in the folder.
-
Hi @Dirk Nieuwkamp, Try this formula: CASE WHEN {recordtype} = 'invoice' THEN {fxamount} - NVL({taxtotal},0) - {shippingcost} ELSE 0 END
-
Hi @Paul Salkeld, You would need to replace the double quotes with single quotes. For example, "High" should be entered as 'High'.
-
Got it. Would you like the custom field to show the file names as "text", or do you want to select the document to be attached to a record?
-
Got it. Then it has to be something more sophisticated, such as opening the page in a suitelet, parsing the XML, and converting to a CSV. Hopefully, NS will add this page to native Saved Searches or give us an easy export option.
-
Can you send me the screenshot from the System Information of one of the items that is missing? That will help to identify the criteria that exclude that item. Thanks.
-
Hi @Rick Cobb_2, NetSuite doesn't support that natively. You should be able to do that via script (N/task module).en search or export of csv job status history? Comentario por Tigran Shahnazaryan Sep 8, 2023 9:12PM
-
Hi @User_VD7L5, Tax fields will show if the selected subsidiary is configured for that specific tax. For example, if you have VAT configured for the UK, once you select the UK subsidiary, the related Tax field will show up.
-
Hi @Paul Salkeld, You can create a Document Saved Search to show Word Documents in your File Cabinet with the dates the files were edited. Would that work for you?
-
Hi @Honey Soe, The Average Cost of an item is calculated by dividing the "Total Value" by "Total Quantity on Hand". The "Total Value" is based on Item Receipts, Inventory Adjustments, Assembly Builds, etc. You can't update it directly on an Item or a Transaction. If you need to do that for 5,000 items, you can use a CSV…
-
Hi @User_RK9OD, You can do that using the SuiteAnswers Article #75824. You can't natively schedule the CSV import on a specific date. You would need to run the imports for each customer on the required dates. You will need a script to run each CSV import on a specific date.
-
I am glad it worked! The "Inline Text" option is very useful. The main use case is when the field value is auto-populated via sourcing/workflow/script and you want it to be visible, not editable.
-
Hi @Bryan D.-Oracle, When you say, "I can no longer edit the subsidiary to uncheck the include children and make it multi selected", does this apply to all GL Accounts or only some of them? Also, are you using the Admin role? Thanks.
-
Hmm, interesting. That error message should only appear if something is selected under "Available Filters". I also noticed that you slightly modified the criteria after I proposed the solution. Could you try to use the original criteria to see if that works (i.e., remove the "System Notes : Field = Start Date")
-
Thanks for checking. Do you have one of these criteria fields as a Filter? If yes, can you remove it and try again? I remember you mentioned that you don't have anything in the Filter section:
-
Hi @Janice De Ocampo, Natively, the Item Filter only supports static criteria. You will need customization if you want the list of available items to change dynamically based on the selected vendor on the PO form.
-
Hi @Dext3r, Is there a chance that an incorrect rate is manually entered on the transaction? Can you compare it with the daily auto-synced FX rates?en My exchange rates appear to be backwards..? Comentario por Tigran Shahnazaryan Sep 7, 2023 3:50PM
-
Hi @Richard Appleford OB, Are you referring to the native "Location" text field on the Event? If yes, it should be available if you select "Location" in the Saved Search results:
-
Hi @dylanvv, I have several questions: Are these entered as Criteria in the Saved Search? If yes, did you enter them under the "Summary" tab? What are the results when you run the search, and what specifically do you want to change? Could you provide a few screenshots to help us better understand your challenge?
-
Hi @Shubham_Singh, Yes - you can do that via Customization -> Lists, Records & Fields -> Transaction Body Fields -> New. Select the "Main" subtab under "Display": You can also move fields from other tabs on the form to the Main tab via "Move Elements Between Subtabs" on the related form:
-
Hi @Dext3r, I had a similar workflow for the Opportunity Record with more than 100 actions. The Workflow Actions were added to related Groups, and everything worked perfectly. The workflow might become harder to maintain and improve if you add extra states and transitions.
-
When you say "Category" and "Bill Item GL", are you referring to the Expense Category and GL Account on the Bill?
-
These are good questions, @Morgan Elmac, The standard behavior is to copy the Location from the charge to the generated Invoice. Could you check if you have any instances where the Charge and Invoice have a "Calgary" location? I don't think the "Multi-location preference" would override the Location on the generated…