Mi contenido
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
Comentarios
-
Hi @FoxFoxFox , did we answer your question? -Mikko
-
Thank you for giving the solution you have found. Upon further checking, I can see that it is included in the Record Browser under Transaction Search join when you click the Search Data -> Transaction on the lowest part for Journal Entry. -Mikko
-
Hi @Karanjot Singh , how things going on your end? -Mikko
-
Thank you for providing the findings! I'm sure this would help other users that would encounter the same scenario. -Mikko
-
Hi @Tybrneryan , Thank you for posting again in the community! Our gurus/members will look into your concern and get back for an update. Hi @Jack Daryl Espiel-Oracle /@Joahnna Given Uy-Oracle /@Kristoffer Viray-Oracle , any tips to share? ? To everyone, feel free to share your ideas. -Mikko
-
Hi @User_FBQ8J , 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 @KNason76 , Thank you for posting in the community! Hi @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , any thoughts on this concern?? To everyone, feel free to comment your ideas. -Mikko
-
This works on my end. However, you may need to find an identifier to where the next/succeeding line on the second Custom Field starts. For my testing and based on the provided image, I tried including a condition if the array contains/starts with an integer then I will add "<br>" before including the next array. Let me…
-
Upon further checking, Validate Field, Field Changed, and Post Sourcing is not applicable for Address Subrecord. You can utilize the Custom Code on Custom Address Form. See article for reference. Another option I could think of is to create a custom field on the Address Subrecord(will serve as a validator) and retrieve it…
-
Hi @iecpradeep_14007 , would creating an array from the retrieved texts/string on the first custom field and setting the values with line breaks(<br>) on the second custom field be feasible on your end? I could think of splitting the string of the first custom field by line breaks(\r\n) then combining the arrays that…
-
Hi @FoxFoxFox , most of the search results can be exported and the details on the needed records are most likely available. Some limitation on the Save Search export can be seen on this article. For options in exporting aside from Save Search Export, you may check the integration article. Let us know if this answers your…
-
Hi @Martha Hakes , Thank you for posting again in the community! Our gurus/members will look into it and get back with more information. To everyone, feel free to share your insights. -Mikko
-
Hi Karan @Karanjot Singh , this would be possible through workflow as well. You need to create a workflow and deploy on work order completion record. It is just by system design that some fields does not have mandatory checkbox when customizing. You can also submit ideas for enhancement on SuiteIdeas or submit a case to…
-
Having said that and the fact that the Payment Method could not be set directly via REST API, do you still need further assistance on this matter? -Mikko
-
Hi @jb123 , are you still encountering the error? -Mikko
-
Hi @Johann Granados , have you considered combining script and REST web service on your objective? -Mikko
-
Hi @nag_m , did we answer your query? -Mikko
-
Hi @Strategit_Shunta4 , have you considered sourcing the memo field on a custom field? -Mikko
-
Hi @User_D81HB , could you confirm that you wanted to enable(check) the Residential Field on the Customer Address Sublist or do you have residential field on your Address Subrecord? I tested using validateLine function of client script and achieved your objective. -Mikko
-
Hi @Karanjot Singh , if you are familiar with scripting, you can set a condition for this field to not proceed with the process if this field is blank. Would this be feasible on your end? -Mikko
-
Hi @User_RHKAB , Thank you for posting in the community! Our gurus/members will look into your concern and update for any findings. To everyone, feel free to share your insights. -Mikko
-
Hi Andy @User_YR88J , Thank you for posting in the community! Our gurus/members will look into it and get back with more information. Hi @Dominica Sevilla-Oracle /@Ely Gulen-Oracle , any ideas to share? ? To everyone, feel free to share your thoughts. -Mikko
-
Hi @Johann Granados , Payment Method is not included in the Sales Order Record available fields in the REST API Browser. However, creating a script that will set the value of the Payment Method when processed on REST Web Service would be feasible on your end? -Mikko
-
Hi @jb123 , Thank you for posting in the community! Could you please tell us exactly what you are doing before you encountered this error? What features are involve in the process? E.g Web Service/RESTlet/etc. What Record/s affected during the process? -Mikko
-
Hi @nag_m , you need to install the latest Connect driver before you can start your queries. For the full guide on the prerequisites, you may check the this article. If you already have Microsoft Excel, you may use it for testing your queries. Let us know if this answers your question. -Mikko
-
For the Journal Entry, I advise to submit a case to support team as this might be a potential defect. However, would creating a custom field to source the value on memo body field be feasible on your end? -Mikko
-
Hi @NitinEOH , Thank you for posting in the community! Our gurus/members will check on this and update for any findings. Hi @Joy Noreen Magoling-Oracle /@Ivy Lopez-Oracle , any ideas? ? To everyone, feel free to comment your thoughts that can help. -Mikko
-
Hi @Rick M H , Thank you for posting in the community! Our gurus/members will look into it and get back with more information. Hi @Dominica Sevilla-Oracle /@Ely Gulen-Oracle , any thoughts? ? To everyone, feel free to share your insights. -Mikko
-
Hi Stan @S. van den Oever , how things going on your end? -Mikko
-
Hi @Strategit_Shunta4 , it is not possible to load locked record via SuiteScript. However, if you want to retrieve data from the locked record, I would suggest using search.lookupFields(options). -Mikko