Mi contenido
Comentarios
-
Hi @SanjeevV, Thanks for the quick update. Upon checking, it appears that Custom Drop Ship Purchase Order Forms do not have those sublists listed. So, you currently cannot change their positions, unfortunately. I found the following related Enhancement Request filed to make the missing sublists available in the future:…
-
Greetings @SanjeevV, To make the Items sublist the first one shown and selected by default, move it to the top of the list under the Sublists subtab of the Custom Form settings using the ⫶⫶ handle. See the sample screenshot below: Hope this helps. If you find this reply to your question useful, others might be as well. By…
-
Greetings @User_B6T7M, Can you provide some screenshots of the fields that you are stuck with? Please redact/mask any sensitive information. -Jacken Input ID / Input Value Dropdown List? Comentario por Jack Daryl Espiel-Oracle Aug 25, 2022 5:29PM
-
Hi @JohanvL, Apologies, I forgot that the Description field ({description}) is already available in the lines of the current record. That's why the formula you have found worked. So, my statement in my previous post still holds true. To clarify and give an example, {description} will work, while {item.salesdescription}…
-
Greetings @JohanvL, Upon checking and testing, Formulas in Custom Transaction Line Fields can only access fields in the current record the line field is applied to and joins to other records such as accessing item fields is not yet supported. To get your desired result, use Workflow or SuiteScript instead. Related…
-
Greetings @User_F5KU8, Upon checking, the URL of the file selected in Document Fields is currently not exposed to Saved Searches. The following related Enhancement Request has been filed for the possibility of future implementation: Enhancement 280598: Lists > Search > Saved Searches > Transaction > Add a custom document…
-
Hi @Pervaz R. Allauddin, Have we provided what you are looking for? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the response post which will also help us and the other community members track replies that are meaningful and you will also…
-
Greetings @Pervaz R. Allauddin, According to SuiteAnswers Article 10305, the currently recommended IDEs for SuiteCloud are Visual Studio Code and WebStorm. However, you can use some other IDEs aside from those two but it will not be able to upload SuiteScript files into the NetSuite File Cabinet. For more details, see…
-
You're very welcome @User_HPB3I! Glad we could help 🙂. -Jack
-
Hi @User_HPB3I, Did the given solution above work on your end? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will also get…
-
Hi @Gaurav_NS, Did the given solution above help resolve your concern? If so, we would greatly appreciate you giving us an update and clicking the "Yes" button for “Did this answer the question?” for the solution post which will also help us and the other community members track replies that are meaningful, and you will…
-
That's great to hear @GLL! Glad we could help 🙂 -Jack
-
Greetings @User_HPB3I, To add the Quote Number to the Title of the Task to be created by the Create Record action, use a formula and reference the Quote # field with {tranid}. To associate the quote to the task, set the Transaction field to Current Record. See the sample screenshot below: Related SuiteAnswers Article:…
-
Greetings @User_CS3KK, Have you disabled the Store Value option in your Custom Field? If not, try doing so to see if the value will show up. Hope this helps. If you find this reply to your question useful, others might be as well. By clicking the “Yes” button for “Did this answer the question?” below, you’ll be able to…en Item availability on fulfillment form Comentario por Jack Daryl Espiel-Oracle Aug 18, 2022 1:19AM
-
Greetings @Gaurav_NS, To set the Type of Billing Schedule to Fixed Bid, Milestone in SuiteScript, assign the 'schedtype' URL parameter with the value of 'FBM' via the defaultValues parameter of record.create(). See the sample code snippet below: (Spoiler) As for the Project field, it cannot be assigned directly in the…
-
Hi @MichelCA, Have you already gotten started on this? As mentioned, we might be able to help you with specific concerns or inquiries in the course of the script development. Let us know if you have come across some roadblocks. -Jack
-
Greetings @GLL, To get the value of a Custom Item Field to be displayed in the Purchase Order Form, create a Custom Transaction Line Field and configure Sourcing to reference the value of the item field for the selected line item. See the screenshots below on setting this up: Related SuiteAnswers Articles: 10078: Creating…
-
Greetings @User_6MOF1, Upon checking, the option to customize the Allocation Schedule Form including adding Custom Fields and Segments is currently not available and is a limitation of NetSuite. The following related Enhancement Requests have been filed for a possibility of future implementation: Enhancement 145727:…
-
Greetings @Martha Hakes, Upon checking, the Shipping Carrier field in the Customer Record is not yet exposed to Workflows. The following related Enhancement Request has been filed for the possibility of making the field available in the future:: Enhancement 290230: Workflow> Customer / Transaction record> Ability to Expose…
-
Greetings @Sean-C, Upon checking, only scripts can control the availability and display type of the rollback/reverse payment buttons in the PFA record since they are also added to the form via script. Workflows can only remove some Standard buttons or functions and Custom Buttons added via Custom Form. Some of the standard…
-
Greetings @MichelCA, Upon checking, it appears that you can only attach a single file via Workflow currently. I found the following related Enhancement Request filed for possibility of future support for attaching multiple files: Enhancement 310966: Workflow > Send Email Action > Ability to Attach Multiple Files to Email…
-
That's great to hear @Dallas H! Glad we could help 😀 -Jack
-
Greetings @Dallas H, We are pleased to inform you that your desired result is possible using a Summary Saved Search with the NS_CONCAT function on which its result will be displayed in a Custom Field. See the screenshots below on how to set up the search and the custom field: Summary Saved Search: Custom Field: Expected…
-
Thank you for confirming @User_XXFI7. I'm now marking the reply here describing the workaround as correct. -Jack
-
Hi @User_XXFI7, Did the suggested workaround help resolve the error? @asha.jena, you may also try the Backend Suitelet method if it is applicable to your script as well. Let us know if you need further assistance. -Jack
-
No worries @paula.courtemanche. Just let us know if you need more help. Thanks for the update by the way. -Jack
-
Hi @paula.courtemanche , Do you still need further assistance with this inquiry? -Jack
-
Thanks for confirming @User_XXFI7. I was able to reproduce the issue in my test account. Here are the details of my findings: It seems that the error occurs at the part where any field in the Items sublist on the Item Receipt transformed from Purchase Order is set for the first time. In your case, it is the setting of the…
-
Greetings @GLL, Thank you for posting a new inquiry in NetSuite Support Community. Tagging our gurus @Joy Noreen Magoling-Oracle and @Ivy Lopez-Oracle who might be able to help you out on this one. To other members who have any ideas, feel free to share them here. -Jack
-
Greetings @LissaM, Upon checking, the fields you specified are not yet exposed on Saved Searches. I found the following related Enhancement Requests filed for the possibility of making the fields available in the future: Enhancement 369657: Saved Search > Workflows > Expose 'Enable Logging' as a Search Column/Filter…