My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Hello @ImeldaSanchez, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hi @faisalabdulmoid_39498, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @Rosen Dash, Have you tried the example from SuiteAnswers Attach files to a Custom Transaction Record Type using SOAP Web Services? If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to help the community members…
-
Hi @Melanie Schaefer, While we wait for a response from @Alex_C, here's one SuiteAnswer article that might help you get started. Set the Workflow Field Value Based on the Role of the Current User via a Workflow This provides a step-by-step instruction to capture details of the current user. The sample uses the Role ID, but…
-
Hi @Dylan Moore, A gentle follow-up on this. Thank you!
-
Hello @Moe Bashir, Do you still need assistance regarding this concern?
-
Hi @Elizabeth Vance, Following up on this. This could be because you are using different roles or permission settings are not set the same way. Thanks!
-
Hi @KevinWong, The Calculate Use Tax Automatically checkbox is a custom body field with the field ID: custbody_ste_use_tax and, therefore is accessible via SOAP by default. I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the…
-
Hi @Dylan Moore, What were the results when you used item.quantityremaining and tranline.quantityremaining?
-
Hi @Elizabeth Vance, Are the configurations for the permissions different?
-
Hello @Moe Bashir, Back-end tables can be accessed via ODBC/JDBC Connections if you have the SuiteAnalytics Connect license. As of now, reports created within NetSuite UI cannot be extracted via this connection. Instead, you have to build your reports within the third-party application using SQL queries. To get started,…
-
Hi @Owen Ramirez, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hi @User_WM3MD, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support.
-
Hello @User_ETZRS, A gentle follow up on this.
-
Hello @User_ETZRS, Please provide a copy of the saveRecord function of the Client Script: customscript_14552_entity_details_cs so that we can provide further support. Thank you!
-
Hi @Fabss, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @User_76ANW, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Hello @gbradley, Good day! Please follow these steps: Double click State 1. There should be an action called "Set Field Value" for the field Memo there. Click on its Name column to open the action. Under condition, input the following values: Record = Customer (this is equivalent to join, so that it is sourcing the…
-
Hello @User_7NEDX, Did the solution I provided in the previous comment work?
-
Hello @User_7NEDX, This message could be prompted by either a client script or a workflow. You can check which scripts and workflows are running for the JE Record by navigating to Customization / Scripting / Scripted Records. If client scripts are present, look for alert() functions within the script. If via workflow, look…
-
Hi @RS_RS, We can't provide a script from scratch but you can use this SuiteAnswer Article Detect Duplicate Items in Sales Order via Script as reference. function beforeSubmit(scriptContext) { //load current record, and get item count var rec = scriptContext.newRecord; var counter = rec.getLineCount({ sublistId: 'item'…
-
Thanks for responding, @CDuf!
-
Hello @User_FL4CK, Thank you for posting in NetSuite Support Community. Can you please provide more details?
-
Hello @Nickey, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter.
-
Hello @JohnnyF, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Thank you @Edwards_05 for your quick response!
-
Hi @FazeprooF, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @Sven VdB, I believe @CDuf is right. I tested this via workflow but it doesn't set the field to mandatory. It isn't possible via script unless you're opening a record in edit mode and you get the record's field values in the beforeLoad function and set it to mandatory at that point. Otherwise it isn't possible. I…
-
Hello @User_FHYZH, Apologies for the delay. Upon further checking, custom item number fields are not yet exposed for SuiteAnalytics Connect. It has already been requested as an enhancement under 668218 SuiteAnalytics: Connect > Records Catalog > Visibility of custom fields on Serial/Lot Number (inventoryNumber) table. To…
-
There doesn't seem to be a native way to do this as of now. There is also no existing enhancement for this so feel free to file it as a SuiteIdea if you please. Thanks!
-
Hi @gbradley, Do you still need assistance regarding this concern?