Minha área
Comentários
-
Hi John @User_1J19L , could you share the deployment of the Suitelet script? Try to include the users using the script in the Audience Subtab of the deployment of the Suitelet. Also, what is the value on the "Execute as Role" field? -Mikko
-
Hi @US Water Systems, Inc. , Thank you for posting in the community! Please allow sometime for the gurus/members to look into your concern and get back with more information! To everyone, feel free to share your insights! -Mikko
-
Would it be possible to recreate the Customer Record that experiencing the error and see if the Request will push through. We could try this test since on some cases, this happened due to the Subsidiary selected on the Customer Record is no longer available. -Mikko
-
Have you tried using the same role/user on the Web Service vs the UI? Also, are you aware for any scripts/workflows running in the Customer Payment Record that could possibly override the discount amount based from context? Also, could you please try to include other details(E.g due(Amount Due)/total(Orig. Amount)) when…
-
Hi @Steven O . may we know what type of script are you referring to? Some script types can change the "Executed as Role" option to run for the current Role or to run as Administrator Role. Additionally, the CSV file response is not available when the CSV was ran via script. It is logged under Enhancement #…
-
Hi @Betsy Vance , this concern is related to enhancement # 79662 Transactions > Sales Orders > displayed Kit Available Quantity in the item machine. As of the moment, no alternate solution was mentioned. You could submit a case to support team or visit SuiteIdeas for additional vote on the enhancement. -Mikko
-
Hi @Vernita , the idea should be possible via scripting. Also, where would the price of the item came from? If that price would came from the Item Record, you can look on the form level fields if it is included so it wont be necessary to use search and just use the available fields on the form. -Mikko
-
Hi @User_T8134 . where did you open the XML file? Have you tried using another browser/editor? (E.g notepad++). -Mikko
-
Hi @User123554855 , 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 thoughts regarding the topic! -Mikko
-
Hi @User_ZCWF3 , Thank you for posting in the community! Please allow some time for the gurus/members to check on this and update you for any findings. To everyone, feel free to share your thoughts. -Mikko
-
Hi @Asher_123 , Good to see you again and thank you for posting! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts. -Mikko
-
Hi @Vernita , How's it going? Were you able to try the suggested idea? -Mikko
-
Hi @J Goldstein , thank you for updating. Would you mind to let the community know how you solved it? This would greatly help other members facing similar concern. -Mikko
-
Hi @User_UFOSV , how's it going? Do you still need assistance on this concern? -Mikko
-
Hi @Paul L. Walker , do you still need assistance on this concern? -Mikko
-
@Pervaz R. Allauddin , may we know if you are following a guide on how you setup the Visual Studio Code with SuiteCloud Extension? What step are you in? Please do make sure to read the Installation Prerequisites and Supported Versions in relation to the Account you are using. -Mikko
-
@User_B6T7M , good to know! 😄 Correct me if my understanding is not accurate, when you mentioned "We are not posting IR automatically" does this mean the process takes place on another time then you wanted to reference the created PO(previously/another time) to the IR to be posted in the future? If this is the case, you…
-
Hi @Nivz-Oracle NetSuite-Oracle , What is the result of this query and what are you expecting? Are you encountering any errors? What Standard Report are you trying to accomplish? -Mikko
-
Hi @User_SZ0C3 , have you tried to test this on the NetSuite application and not on the Web Service? This might be related to preference. See article for more information. Please do exclude confidential information when attaching screenshots.(E.g Account ID). -Mikko
-
Hi @Manu Antony Vadassery , it will depend on how you write the Custom Gl Script. For example, in the condition, the script add newlines when satisfied with the condition then it will add new line. For references see articles below: customizeGlImpact(transactionRecord, standardLines, customLines, book) Custom GL Lines…
-
Hi @Pervaz R. Allauddin, Thank you for posting in the community! Please allow some time for the gurus/members to look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Hi @User_R6WMC , Thank you for posting on the community! Our gurus/members will look into your concern and get back with more information. To everyone, feel free to share your thoughts! -Mikko
-
Think of the solution suggested as creating a Saved Search in the UI but with the "Use Expression" enabled. That is how we can achieve your goal. Let us know if you still need further assistance with regard to this concern. -Mikko
-
Would you be able to provide sample SOAP Request that encountered this error? Also, what other differences noticeable from the records that were successfully created? Would you be able to create the same SO with the details provided on the request via NetSuite UI with the same role used on the Web Service? -Mikko
-
The internal Id will only appeared once the IR was created. In this case, you should make the logic of the script after saving the IR or after submitting the form. Since the objective is to Save value on the Item Receipt Custom Field, the script should be incorporated in the post process of the Post Item Receiving. Please…
-
Thank you for the update, @User_B6T7M . You can click the "yes" button on the "Did this answer the question?". Also, we would appreciate if you could share how you sorted this out. It will be helpful for other members as well who will encounter the same situation. -Mikko
-
Hi @markival , Could you provide a sample of the SOAP Request you are working on?(Please exclude confidential information and try to make it simple as possible) As to what I understand, you are able to input the Landed Cost via Web Service(SuiteTalk) but you were not able to retrieve it? Upon testing, I was able to do add…
-
Apologies for the confusion. Contacts in the relationship Subtab cannot be directly access through Customer Records via Scripting. It is also not included on the Records Browser. However, you can make use of Search related functions to get the contact details. You may check this article for reference. -Mikko
-
Hi @GauravAgrawal , Currently, this is not possible via script. I would suggest submit an enhancement request for this concern or visit SuiteIdeas. However, if you could pull the data on the CTA Reports via Custom Saved Search. Then, I think the objective would be possible. -Mikko
-
Hi @Tessa L , Could you provide more information to what API Web Service are you using(E.g SOAP/REST), what operation are you using( E.g Add/update/updatelist/upsert/create/post/etc). Could you also check if the role used on the Web Service has access to the referenced record?(You can check this via UI if it has access…