Mi contenido
Comentarios
-
Hi @petewhitfield , I agree with @User_1LVDZ. Aside from waiting for the enhancement to be implemented, those are the best options with regard to your concern. You could explore using other script type like User Event script(no limit. However, deploying many script would negatively affect the performance). -Mikko
-
Hi @User_E37Z2 , Suitelet designed to display submit button at the top. The cause of two submit button is either: the form has tabs or has fields that exceeds 10 rows. See article for reference. It is also related to enhancement # 271817 Suitelet > nlobjForm > AddButton > Ability to control or set position of the button.…
-
Hi @daviachan , could you check the Login Audit Trail if there are details regarding your connection attempt. Filter it with the integration you are using and add the Details in the Column. Have you also tried using different internet connection or are you using VPN when connecting? -Mikko
-
I noticed that you called the client script on the "Get" method. I would suggest place it in the else statement or "Post" method so that it will trigger after clicking the submit on the suitelet. -Mikko
-
Hi @Martha Hakes , Thank you for posting in the community! To everyone who have experience in shipping integration on US/International companies, feel free to share your insights. -Mikkoen Shipping Integration with DHL and GLS Comentario por Mikko De La Fuente-Oracle May 2, 2022 1:46PM
-
Thank you for sharing what you have done and apologies for the inconvenience. As mentioned, Vendor Center Role has limited permission thus the script may result in failure. Customizing another role for the user would be the alternate solution but as you mentioned this is not feasible on your end. We would advise to create…
-
Does the user using Vendor Center Role can do the things the script is doing on the UI? Also, what error are you receiving? -Mikko
-
Hi @OliverK , have you check this article? This could help you with your concern at the moment. Please do let us know if it answers your question. -Mikkoen Help with Google Charts in suitelets Comentario por Mikko De La Fuente-Oracle Apr 21, 2022 4:24PM
-
Some application autogenerates these variables. On some cases, you can create it with the help of other applications. E.g using PowerShell scripting. See article for more information. We understand that you are in the middle of another matter, just reply on this thread if you need further assistance. -Mikko
-
Hi @iecpradeep_14007 , did we answer your question? -Mikko
-
Hi @Vernita , have you tried the suggested solution? -Mikko
-
Hi @User_5MFW2 , Welcome to NS Support Community and thank you for posting your concern here! We encourage that you update your profile, add a profile picture and preferred username so other members can address you properly moving forward. You can also visit Community Tip: Updating Your Profile! Regarding the concern,…
-
Hi @aisaadaniya , the error could be caused by permission regarding vendor center roles. There are built-in permissions within this role and could not add additional permission. Would be using another role for this users be feasible on your end? Additionally, this is also related to an Enhancement # 78129 - Vendor Center>…
-
Hi again @David DeLisser , please allow some time for the gurus to check this concern and get back with more information. Hi @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , any idea came to mind? To everyone, feel free to comment your thoughts. -Mikko
-
Hi @User_C6XDE , thank you for posting again in the community! Our gurus/members will look into your concern and update the thread for any findings. To everyone, feel free to share your insights. -Mikko
-
Hi @David DeLisser , thank you for posting in the community! Please allow some time for the gurus/members to check on your concern and get back with more information. Hi @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , any thoughts on this?? To everyone, feel free to share your ideas. -Mikko
-
Could you clarify what is the one time password you mentioned? Have you look into this article: Creating the Token Password and see if this answers your question? -Mikko
-
Hi @kevin.coleman , do you still need assistance on this matter? -Mikko
-
Are you able to create a Saved Search Folder on the UI using the same role on the Web Service? If yes, try to load the Saved Search on your Web Service. -Mikko
-
Hi @Dwight Schrute , it would be possible. You may refer them on this article. They could use the function on the article to detach a file on a record. -Mikko
-
Hi @User756403-Oracle , if you are talking about fixes, we do have 3 types: Major Releases which you already know and the other 2 namely, E-Fix and Hot pushes. There are no specific dates to which it will be deployed. It will also depend on how critical the issues are. See article for more information. -Mikko
-
Hi @markival , could you confirm if this is different from this post. SCS/SCA When to Invalidate Cache. -Mikko
-
Hi @markival , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. Hi @Leonard Mallare-Oracle , any thoughts on this? ? To everyone, feel free to share your ideas. -Mikko
-
Upon testing based from sample codes provided, I could not reproduce the same error as parseInt return an integer correctly. For additional testing, what does the following parameters return: ifData.item_sublist[lineIdx].quantity qty itemData.custitemozlink_cartoncount itemData To add, please do reply if you receive an…
-
Hi @iecpradeep_14007 , this is currently a system limitation. However, multiple recipient is achievable. I would advise you to submit an enhancement request for this concern or visit SuiteIdeas. -Mikko
-
Thank you for clarifying and let us know when you finish what you are working for the example. If possible, could you also share the calcCartonCount function? I noticed that it return a none whole number value. Also, the feedback regarding the code block on comment has been relayed to the respective team. -Mikko
-
Hi @JohanvL , you may choose cash on the payment method on the Sales Order record. Sample syntax: <paymentMethod xsi:type='platformCore:RecordRef' internalId='(internal id of cash)'/> -Mikko
-
Hi @Vernita , you can use a client script that has the window.close function on pageInit and call it on your Suitelet on the post method context. -Mikko
-
Hi @VirtusX , the quantityallocated is not exposed on Records Browser thus it is not advisable to use on your script as this might changed in the future without prior notice. Additionally, the Allocated Supply is not scriptable as of the moment and would advise to submit an enhancement request for this or visit SuiteIdeas.…
-
It won't prevent IF from shipping as long as the status is pending fulfillment. Additionally, there is a related enhancement that you could vote # 461203 Sales Order > Ability to Have Release Date field > Disallow Item Fulfillment for Sales Orders with Release Date set as Future Date. -Mikko