Mi contenido
Comentarios
-
Hi @NitinEOH , Thank you for posting again in the community! Please allow some time for the gurus/members to look into your concern and get back with more information. Hi @Michelle Jabanes-Oracle , any ideas for this one? ? To everyone, feel free to share your thoughts. -Mikko
-
Hi @PaulFleetwood , thank you for posting again in the community! Our gurus/members will check this for you and update for any findings. To everyone, feel free to share your insights. -Mikko
-
Hi @PaulFleetwood , have you tried the post sourcing function? -Mikko
-
A possible cause of this is that there is a script/wf that is calling a Saved Search that is not visible to the user or is not present in the account. Things you could check: On test/SB account, try to undeploy script/wf on the Sales Order and test for error. Check the Saved Search if present/visible. -Mikko
-
Hi @JPrice , Thank you for posting in the community! Please allow some time for the gurus/members to check your concern and update for any findings. Hi @Leonard Mallare-Oracle , any tips to share? ? To everyone, feel free to comment your ideas. -Mikko
-
Hi @Martha Hakes , Thank you for posting in the community! Our gurus/members will look into it and get back with more information. Hi @Kristoffer Viray-Oracle /@Joahnna Given Uy-Oracle /@Jack Daryl Espiel-Oracle , any idea to share?? To everyone, feel free to comment your thoughts. -Mikko
-
Hi @User_ANG38 , 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 @User_RHKAB , thank you for posting in the community and John @John Griffin for sharing your insights. This topic is related to an enhancement regarding to customization(#582404 Customization > Entry Forms > Customize Group Item Form > Subtabs > Manufacturing is not Listed). -Mikko
-
Hi Loran @Loran Matulessy-Oracle , Thank you for posting in the community! Please allow some time for the gurus/members to check on your concern and update for any findings. Hi @Micah Timbol-Oracle /@Katerina Winklerova-Oracle , any ideas came to mind?? To everyone, feel free to comment your insights. -Mikko
-
Hi @Curtis Beene , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. Hi @Joy Noreen Magoling - Oracle-Oracle /@Ivy Lopez-Oracle ,any thoughts on this?? To everyone, feel free to share your insights. -Mikko
-
Hi @howie1980 , Thank you for posting in the community! Our gurus/members will look into your concern and get back with more information. Hi @Kristoffer Viray-Oracle /@Jack Daryl Espiel-Oracle /@Joahnna Given Uy-Oracle , any thoughts on this? ? To everyone, feel free to share your ideas. -Mikko
-
Hi @RichardMc , Thank you for posting again in the community! Please allow some time for the gurus/members to look into your concern and update for any findings. Hi @Joy Noreen Magoling - Oracle-Oracle /@Ivy Lopez-Oracle , any tips to share? ? To everyone, feel free to share your insights. -Mikko
-
Hi @Rick M H , It's nice to see you again and thank you for posting! Our gurus/members will check it for you and get back with more information. Hi @Kristoffer Viray-Oracle /@Jack Daryl Espiel-Oracle /@Joahnna Given Uy-Oracle , any thoughts on this one? ? To everyone, feel free to share your ideas! -Mikko
-
Hi Lily @lilywu , does the custom role has the permission Employee? If not, could you try to add it with View permission and see if the error persists. Also, would you be able to share the script that's affecting the fields? -Mikko
-
Hi @PaulFleetwood , it seems that postSourcing function is your friend in this case. Since changing Customer field value sources value for other fields, you may want to wait for the sourcing to finish before executing your function on your script. -Mikko
-
Upon further checking, the Carrier Packaging is not included in the Record Browser thus it is unlikely to be scriptable. The value is changing to Parcel is because it is the default value on the shipping preference. You can check this by navigating to Setup -> Accounting -> Shipping then under Preferences subtab look for…
-
@Asher_123 , have you tried the javascript function? -Mikko
-
Hi @User_RHKAB , did we answer your question? -Mikko
-
Hi @User_K5YSB , Apologies for the delayed response. I haven't reproduced the same error although I received different errors while trying to deploy the project provided. Can you confirm if the project provided is when you enabled the multi-language feature? I noticed that there are translation collection objects included.…
-
Glad to help! Please do click the Yes on "Did this answer the question" on the comment that helps you. It would make other members find the answer quickly. -Mikko
-
Hi Vibeka @User_FJJCU , Thank you for posting again in the community! Please allow some time for the gurus/members to look into your concern and get back with more information. Hi @Leonard Mallare-Oracle , any ideas to share? ? To everyone, feel free to comment your thoughts. -Mikko
-
@Sivasubramaniam , have you try checking if there are other script/workflow deployed on the Item Fulfillment Record? If possible, try to undeploy them first before testing your UE Script/changing values in the UI. -Mikko
-
You are correct also that this could happen when setting value that is different from the value on the list. You could get the value(E.g Yes) and convert it to similar value to the receiving field. Try to make a list of values for comparison. E.g(Yes = 1, No=2) . You can check the setText/setValue function because…
-
Not possible on NS/WF functions. However, you could make use of native javascript function "document.getElementById("myBtn").click();" and search for the id of the button. -Mikko
-
Hi Snir @User_XUX5V , Your concern is related to an enhancement 259404 Login Audit trail Saved Search > Ability to source for the Password Expiration data found at the My Login Audit Portlet on the Saved Search. You could submit a case to support team to add a vote or visit SuiteIdeas. You could also submit a specific…
-
Hi @Jeff Byttow , Thank you for posting again in the community! You could check the role if it has "OAuth 2.0 Authorized Applications Management" permission. You could check this article for more information. -Mikko
-
Hi Darren @User_RHKAB , There is no such option for RESTlet. However, SOAP Web Service do have the same option. You could make use of this integration if it is feasible on your end. For RESTlet, I would advise you to submit an enhancement request or visit SuiteIdeas for it. -Mikko
-
Could you confirm if the item is not in an inactive status? This could also be a factor for the error. -Mikko
-
@Vernita , I still couldn't reproduce the scenario. Could you please try eliminating some functions on the script to narrow down the cause(this is for testing purposes). Please try removing the loading and record.submit.promise of the Custom Record. -Mikko
-
This would not be possible. However, you could copy the function of the third party script and insert on your new script or vice versa. -Mikko