プロフィール

Avatar
ロック解除可能なバッジを表示 ロック解除可能なバッジを表示
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.

Ivy Lopez-Oracle NSC Guru

コメント

  • Hi @Amjad Kasem, Based on my understanding, you need the ff: 1. When an employee opens the Customer record, the Custom Sublist will show all the Equipment assigned/has the same Customer Name as the Customer 2. When the customer logs in the Customer Center / Customer Portal, the list of Equipment will show only those that…
  • Glad that I could help! If you are going the custom record route, I think that you just need to set the right criteria in the default search used in the customer center. Maybe use "Customer Name is me/mine" as the criteria?
  • Hi @JohnsonB, Were you able to check the articles provided in my previous comment? Let us know if these were helpful or if you need further assistance on this.
  • Hi @RobertBongers, That is working as intended, since there are related transactions in the SO lines. You would need to delete the related transactions first before deleting the entire transaction. It is also documented in SuiteAnswers 9077 that "You cannot delete a transaction if it is linked to other transactions." Hope…
  • Hi @Amjad Kasem, Thanks for creating another post here in our community! ? I checked on your concern and it seems that there is no standard/native NS transaction that caters specifically for this one. The closest I can think of is the use of Drop Shipment or Special Orders. However, I think that these will still require…
  • Hi there @RichardMc, We don't have specific documentation about implementation of this one, but what we can provide are some SuiteAnswers articles related to this: 103629 - Backflush Logic 98705 - Entering a Completion With Backflush 98934 - Configuring Work Order Completion Settings Let me tag our community's previous Top…
  • Hi @Johnny Cash, Thanks for posting another question here in our community! You are correct that this can be done this using an Item Saved Search. However, you don't need to use Inventory Detail join fields. Here's the Results tab of the Item Saved Search I tested: Let us know if this works for you. If it did, then we…
  • I'm glad that the search is now working as desired. ? Feel free to post here or create another thread if you need further assistance.
  • Try this one: CASE WHEN NVL({locationquantityonorder},0)+NVL({locationquantityonhand},0)-NVL({locationquantityallocated},0) >= NVL({locationquantityonhand},0) THEN NVL({locationquantityonhand},0) ELSE NVL({locationquantityonorder},0)+NVL({locationquantityonhand},0)-NVL({locationquantityallocated},0) END
  • Are they changing roles? Or trying to use a different role in a different tab/browser while doing the transactions? This may also cause the user to be logged out. Other than what is provided in SuiteAnswers 77573 and 34570, I couldn't find any other things to check on why the user is logged out frequently. Have you tried…
  • Here's the formula based on your provided logic: "IF excess inventory Greater than or Equal to Location on Hand, then location on hand would populate the column. Else, the column would be zero?" CASE WHEN…
  • Hi there @User_LEFEU, Thanks for posting another question here in our community. Allow our gurus/members to check this one and we'll get keep you posted on updates. To our other members, feel free to comment your insights on this thread as well.
  • Hi @Meherin, Glad to have you back with us today and thank you for posting another question here in our community! I checked my resources on this one and it seems like this is not yet possible. I found an existing enhancement requesting for this functionality: Enhancement # 125762: Customer would like Default Shipping = F…
  • We do have a native field called Location Available which shows the Qty On Hand less Qty Committed or the CURRENT Quantity Available which can be sold right now. (Not considering the Qty On Order) Otherwise, you can try this formula that calculates the Qty On Hand - Qty Committed + Qty On Order - Qty Back Ordered:…
  • Hi @Chad C, In that particular example, you will notice that the Quantity On Hand is equal to the Quantity Committed. When the item is already committed, it means that there is enough quantity on hand or current quantity available. In other words, this quantity that is already committed will no longer be deducted from the…
  • Hi @User_DUBFJ, You would need to enable the Bar Coding and Item Labels feature to be able to use bar code scanners in processing transactions. You can refer to these SuiteAnswers articles for more information: 28085 - Bar Codes and Item Labels 101958 - Enabling the Bar Coding and Item Labels Feature 28126 - Scanning Bar…
  • Hi @RobertBongers, As I understand your scenario, your main goal is to add the location to the Work Order. I was testing this in my standard test account, but when I edited a Released WO (with a Special Order in one of the lines) to add a Location in the Main Line, I did not receive the error message that you mentioned.…
  • Hi @User_XQ321, Glad to have you with us today. Thank you for creating this thread. Please allow our gurus to review your concern and perform their initial investigation. We will reach out again if we have updates on this. To our other members, feel free to share your insights or suggestions by commenting on this thread.
  • Hi @Keith Boatner, To have access to Setup > Order Management > Supply Allocation page, you need to have the Supply Allocation feature enabled in your account. I just checked this in a 2022.1 test account and it shows when the Supply Allocation feature is turned on. Let us know if you are still unable to see this page even…
  • Hi @User_C6XDE, Were my previous comments helpful? If so, we would greatly appreciate if you can click "Yes" on “Did this answer your question?” below the comment/s that helped in your concern. Doing so will help other community members who might have the same concern find the answer easier and you will also get closer to…
  • Hi @Dwight Schrute, Nothing specific, but if you have customizations or scripts that reference or depend on the values of the fields in the item location sublist, then these might be affected.
  • Hi @Eklon Eleuterio, Thank you for creating another post here in our community! Kindly allow our gurus some time to check this one for you and we will get back to you with our findings Other community members are welcome to share their insights as well. ?
  • Hi @User_XQ321, Glad to have you with us today. Thank you for creating this thread. ? Please allow our gurus to review your concern and perform their initial investigation. We will reach out again if we have updates on this. Tagging @Patrick Fresnosa-Oracle & @Micah Timbol-Oracle who will be collaborating with you on this…
  • Hi there @User_AH8CU, Thanks for posting your concern here in our community! I checked my resources on this, but I wasn't able to find any native record or module for your requirement. The closest I could find was this enhancement requesting for a similar functionality: Enhancement # 152890: Employee Center: Request for an…
  • Hi @Dwight Schrute, When Multi Location Inventory (MLI) feature is turned on, changing values of fields in the Location sublist is not indicated in the System Notes. This is a known system limitation and is logged as Enhancement # 182106. Per further checking, I noted that there is a way to log the system notes of changes…
  • Hi Preethi, Were you able to get the PPV to show? Let us know if you need further assistance on this.
  • Hi @User_NC62U, Is the user trying to concurrently access to multiple NetSuite instances using the same email login? This is one possible reason why the user gets logged off. You can check SuiteAnswers 34570 for a documentation on this behavior.
  • Hi @Mathias_Netsuite, Glad to have you with us today. Thank you for posting another question here in our community. ? Allow our gurus to review your concern and perform their initial investigation. We will reach out again if we have updates on this. Tagging @Micah Timbol-Oracle & @Katerina Winklerova-Oracle who will be…
  • Hi there @Jyoti Pillay, Glad to have you back with us today and thanks for posting your concern here in our community. ? Allow me to tag our experts on customization: @Jack Daryl Espiel-Oracle / @Joahnna Given Uy-Oracle / @Kristoffer Viray-Oracle, appreciate your insights on this one. Meanwhile, can you check if the…