Mi contenido
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comentarios
-
Hi @Lily O, I got the below details in the Oracle NetSuite Support Community Inbox: Thank you – thank you twice You provided more information and it was extremely useful. Once finding the setup spot in NetSuite, we re-registered the UPS account with a current invoice data and it works Thank you so much. For future…en Shipping integration - UPS throwing an error Comentario por Ivy Lopez-Oracle Feb 18, 2022 11:48PM
-
Hi Dallas, Sorry if that was confusing. What I meant was, that if the Inventory Location field has the Summary Type = Group, then it will always show the results as grouped by the location. This means that the Location details will always show in separate lines, and we can't combine them together to show in a single line:…
-
Hi @Lily O, I checked on the case details and some other related cases, and I'm afraid that this particular error you are encountering can be resolved by contacting UPS. I further checked on the error (based on the submitted case), and it seems that the error is "The UserId is currently locked out, please try again in 30…en Shipping integration - UPS throwing an error Comentario por Ivy Lopez-Oracle Feb 18, 2022 11:12PM
-
Hi @User_SQQ29, You can refer to the WMS User Guide for details regarding customizing the WMS Mobile App. You can also check out the following SuiteAnswers articles: 87481 - Mobile Device Customization 87325 - Customizing Mobile Device Processes 87483 - Setting Up Additional Fields on Custom Mobile Pages
-
Hi @Dallas H, Here's the formula I came up with: (SUM(CASE WHEN {transaction.location} = 'Edmonton Warehouse' THEN {transaction.quantity} ELSE 0 END) + MAX(CASE WHEN {transaction.location} = 'Edmonton Warehouse' THEN {locationsafetystocklevel} ELSE 0 END) + MAX(CASE WHEN {transaction.location} = 'Edmonton Warehouse' THEN…
-
I think you don't need a formula for this. You can just add Transaction: Quantity as the field column, then set the Summary Type as Maximum for Highest order size and Average for Average order size.
-
Hi Dallas, Try this: SUM({transaction.quantity})+SUM({locationsafetystocklevel})-SUM({locationquantityavailable})
-
Hi @Dallas H, It's totally fine, as long as you are learning. That's what's important. ? And you're right, it is small this time. Almost too small that I needed to zoom in to your screenshots. ? Notice that in the formula for EDM Sold and CGY Sold, you used {transaction:quantity} for the field (with a colon ":") when the…
-
Hi @NetSuite4All, We do have the NS_CONCAT function which does exactly what you need. Try adding this formula in a Formula (Text) field: NS_CONCAT({item}) For this to work, the lines must be grouped, so make sure to group the lines by Internal ID or Document Number (or any other field that you need them to be grouped) By…
-
Hi @Dallas H, Just to be clear, Quantity Billed is usually associated with Purchase Orders, since this record is the one related to Bills or Vendor Bills. Since you have your transaction type set to Cash Sale and Customer Invoice, then I assume that you are referring to the quantity sold, or invoiced. If this is the case,…
-
Hi Nitin, You can create and run a report/search to get the information you need to be able to analyze and classify the inventory. But you would still need to do the analysis since there maybe a lot of factors to consider. I went over the article that you mentioned initially and it stated: You can use Microsoft Excel to do…
-
Hi Tom, Do you still need assistance on this one? Kindly provide the exact steps you did to encounter the error so we can further test and check this one out for you.
-
Hi @Dallas H, Try this Item Saved Search: Criteria tab Results tab Formula Used: SUM({transaction.quantitybilled})+MAX({locationsafetystocklevel})-MAX({locationquantityavailable}) I believe this should show the information you need, based on the initial screenshots that you provided. Let me know if this works for you, or…
-
Hi @User_RHKAB, Thank you for keeping this thread updated! I did further tests on my account and here's the revised formula that shows the expected results: Formula (Numeric) | SUM: CASE WHEN (ROUND(((TO_CHAR({actualshipdate}, 'J') - TO_CHAR({datecreated}, 'J'))) - ((((TRUNC({actualshipdate}, 'D')) - (TRUNC({datecreated},…
-
Hi @KNason76, If you notice in the Available NetSuite Fields in the Field Mapping step of the csv import, we can only update the header level information of the BOM record, and we can't update the Assembly sublist as this is not yet exposed on the csv import assistant. To be able to update the BOMs associated with…
-
Hi @KNason76, Can you clarify what exactly it is that you are trying to do? You previously said that you need to be able to delete Assembly Item Records. Are you encountering an error message when you try to delete these records in the UI?
-
Hi @User_RHKAB, When I tested this one on my account, it was excluding weekends. Can you send a screenshot of the results tab showing the following fields: Date Created Actual Ship Date Formula (Numeric) with the formula provided Formula (Percent) with the formula provided
-
Hi @Tom Dalton, Can you provide more details on what you are updating in for the Matrix Items? What exact fields are you trying to update? I am trying to replicate the error on my test account so it would be much appreciated if you can provide the steps you took to encounter this error.
-
Hi there @User_RHKAB, Were you able to test the solution I provided in my previous comment? Let us know if it was able to resolve your concern or if you need further assistance on this one. -Ivy
-
Hey there @Dallas H, Good to see you again here in our community! ? Regarding getting the results to show the quantity/amount sold per month, I have a related discussion which I posted: Although the title says "Items Shipped by Month, this can also be applied to get information like Quantity Sold, Received, Returned,…
-
Hi @Martha Hakes, I checked on this and noted that this functionality is not yet available in NetSuite. Currently this is logged under: Enhancement 68529 Price Levels > Allow users to create price levels that calculate based on an item's cost instead of your entered base (selling) cost. Currently, Price Levels in NetSuite…
-
Hi @sanimesa, Thank you for posting your concern here in our community! Allow us to check on your concern and we'll get back to you with our findings. Also tagging our Gurus who can help you out on this one: @Erick Dela Rosa-Oracle / @Mikko De La Fuente-Oracle, any insights you can share? To our other members, feel free to…
-
Hi @JohanvL, Thank you for posting your concern here in our community! We'll be checking on this and we'll get back to you with our findings. To everyone, feel free to comment your insights on this.
-
Hi @User_MC441, I agree with @John Griffin that the CSV Import for negative and positive adjustments should be done separately. Additionally, can you try using the Internal ID of that Inventory Status instead of the name? You can find the Internal ID by checking Lists > Supply Chain > Inventory Statuses. Then make sure to…
-
That is correct. Based on my testing, when I try to set the BOM to blank/null, I get this error message: Please enter value(s) for: Bill of Materials I did some further research about this but I could not find any documentation about unlinking or removing BOMs from Assembly Items by bulk. However, I tested it on my test…
-
Hi @KNason76, I think the one of the comments in your previous post is applicable to this one: Based on my testing, you would first need to disassociate the BOM with the Assembly Item. To do this, a CSV Import for the Assembly Item is needed to be done first. Here's my sample Assembly Item: Notice that it has only 1 BOM…
-
Hi there @User_RHKAB, I did some tests on my account and here's the formula I came up with: Formula (Numeric): CASE WHEN (ROUND(({actualshipdate}-{datecreated})/7*5 + MOD(ROUND({actualshipdate}-{datecreated}), 7)) - (CASE WHEN TO_NUMBER(TO_CHAR({actualshipdate},'D')) < TO_NUMBER(TO_CHAR({datecreated},'D')) THEN 2 ELSE 0…
-
Hi @NitinEOH, Per checking, there is currently no way to automatically calculate and update the Item Classification field. I did find an enhancement request related to this which you can vote for on the SuiteIdeas page: Enhancement # 610991 : WMS > Ability to auto calculate and populate the Item Cycle Count ABC…
-
Hi there @Jay Schwausch, Glad to have you back with us today and thanks for posting your question here in our community! You are right that there is a character limit in formula fields. There is an enhancement related to this one: Enhancement # 287420: Saved Searches > Formula Fields > Increase the character Limit…
-
HI @eleran, Did we help in your concern? If you have clarifications related to this, let us know. -Ivy