-
How to add the "Date" Filter as a field on a custom form?
Hello, I am working on a custom form as you can see below. I have added the "From" and "To" as ServerWidget date fields. When I add date as a filter option in a saved search there is an additional "Date" quick filter field that is added. See below Is there a way to add this to my custom form? (and add object references to…
-
Is it possible to filter the inventory item list in dropdown Select type in Suitelet?
Hello community, I have a Suitelet script that displays a form that was created using N/ui/serverWidget. As part of this form I have a dropdown where you pick an inventory item, this field is generated this way: form.addField({ id: 'custpage_p_' + id, label: 'Item ' + id, type: ui.FieldType.SELECT, container:…
-
context.response.write is not writing back to the sales order
Hi Guys, I'm trying to implement a suitelet pop from client script on the sales order and select an item, then write it back to the item on sales order lines. Based on the suite answer: 86121 But I'm having an issue writing back, popup goes blank after the item is selected and submit is clicked. The following HTML snippet…