65
Points
Questions
8
Answers
7
-
I am attempting to get the difference in Time (Hours) between two dates. I am running a Transaction Search with …
- 498 views
- 0 answers
- 0 votes
-
I’m trying to pass some information into a Custom template using the following, var items = getBulkItems(parameters); renderer.addCustomDataSource({ alias: “ITEMS”, …
- 703 views
- 1 answers
- 0 votes
-
I am running a User Event Script on Assembly Build create. The User Event creates an Inventory Adjustment and returns …
- 771 views
- 1 answers
- 0 votes
-
How can I track or create by-product as a result of a work order? Rough Example: We run Raw Material …
- 878 views
- 1 answers
- 0 votes
-
Is there something special required to create an Email Template and send it via workflow for Custom records? I’ve tried …
- 813 views
- 1 answers
- 0 votes
-
The documentation on N/serverWidget is incorrect or misleading. /app/help/helpcenter.nl?fid=section_4321345532.html My attempt to implement a simple Suitelet with one field. function …
- 2K views
- 1 answers
- 0 votes
-
When creating a Search with the following filters, var invoiceSearch = searchModule.create({ type: “invoice”, filters: …
- 3K views
- 3 answers
- 0 votes
-
var start = new Date(2019, 0, 1); var end = new Date(2019, 0, 31); var itemsSearch = searchModule.create({ type: ‘salesorder’, …
- 2K views
- 2 answers
- 0 votes