My Stuff
Comments
-
Hi @User_TWSVV , any additional information regarding the error? E,g error name or is there any error id? Copying the code provided, line 144 is blank. Could you include what is the line 144 in your editor. -Mikko
-
Hi @Jenny_LN , it seems you cannot pass nlobjrecord directly on the parameters. What I can think of is to pass the stringify object from the UE then parse it on the Scheduled script and work your way to get the line count by manipulating the JSON object or you can pass the lineItemCount directly from the UE to scheduled…
-
Hi @Lafi Abdellatif , kindly double check the id parameter in the record.load function. That is where the error is pointing out. Try to log first the id if it is returning any value and then double check on the UI if it actually has record with the id and with same record type. -Mikko
-
Hi @Railz Dev , I would suggest create a Saved Search via UI and load it in your Web Service using search operation then make use of the record type search advance and input the script id of the created Saved Search in the UI. -Mikko
-
Hi @User_SZ0C3 , this is a duplicate of this thread. In addition to already discussed, you may want to explore combining scripting with web service since the Invoice Group is exposed to scripting. -Mikko
-
Hi @Jenny_LN , what role are you using when running the Saved Search? Could you please try to add the role in the custom field -> Access tab and set both Access Level and Level for Searching/Reporting to Edit. -Mikko
-
Hi @User_H3JQ6 , how's it going? It seems TransactionAccountingLine table works for @Prtk . You may want to consider exploring the table as well. -Mikko
-
Do you still need assistance on this concern, @Benjamin Paul - USA ? -Mikko
-
Hi @Manu Antony Vadassery , do you still need assistance on this concern? -Mikko
-
Hi @User_B6T7M , do you still need assistance on this concern? -Mikko
-
Hi @JohanvL , you may want to check the addList operation where you can add multiple records in one call or upsertList where you can add or update multiple records in one call as well. For the second one, what operation are you using? Please take note that response from an add operation could not be modified. -Mikko
-
Hi @Neo_Suite , have you tried creating Sales Order then use attach operation in SOAP Web Service? -Mikko
-
Hi @Eric Cooper , kindly check the Login Audit Trail and include the Details, Request URI in the results. It will give you additional details on why you encountered invalid login attempt. Some cases because of signature. Please double check on how you created the Signature. Take note that the algorithm must be HMAC-SHA256.…
-
Hi @User_VUSFS , would you be able to submit a support case so they could further check your account if this could be a potential defect. -Mikko
-
Hi @User_PRTRT , if you have a way to source/store the values on a Custom Field then you can retrieved it in ODBC. -Mikko
-
Hi @User_B6T7M , may we ask if you are trying to get the value from a Saved Search or are you trying to create a static value? For Static field, here is an example: Let us know if this helps. -Mikko
-
Hi @Sivasubramaniam , may I ask what context are you using and what record? Could you please try using the xedit context in your script when the user is editing the checkbox in the Saved Search. Also, make use of the newRecord in the aftersubmit function. See article for reference. -Mikko
-
Hi @JohanvL , do you still need assistance on this concern? -Mikko
-
Hi @Sivasubramaniam , do you still need assistance on this concern? -Mikko
-
Hi @Sivasubramaniam, do you still need assistance on this concern? -Mikko
-
Hi @Rick Baaten , do you still need assistance on this concern? -Mikko
-
Hi @lilywu , do you still need assistance on this concern? -Mikko
-
Hi @User_B6T7M , this article should give you more information regarding the fields in the screenshot. Just to clarify, are you updating the mobile app after customizing the pages? -Mikko
-
@User_B6T7M , thank you for clarifying. The script Id and Deployment Id can be found on the script record. You can navigate to Customization -> Scripting -> Scripts and look for the RESTlet script. -Mikko
-
Hi @Jeffrey Klayman, thank you for clarifying. To members who have experience in integrating App Store to NetSuite, we encourage you to share your insights! -Mikko
-
Hi @hunter , I understand that you already looked in the Setup -> Company -> Sent Email List or Sent Email Search. Did you see if it is from a workflow? Or what additional Details you saw on the list? -Mikko
-
I do not have sample script for this but you may check this article to start exploring for this objective. You may also use the 'Submit form' action to integrate your script for the saving process. -Mikko
-
You may use the type of Saved Search in the UI to your Web Service.(E.g Inventory Number Saved Search) For WS, it would be InventoryNumberSearchAdvanced then include the internal id or scriptId of the Saved Search. You may also check this article for reference on loading the Saved Search. This will return an XML response.…
-
Hi @Manu Antony Vadassery , what script function/workflow have you tried and have you check the System Notes on what updated the field mentioned? -Mikko
-
Hi @Keith Boatner , Thank you for posting 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