46
Points
Questions
16
Answers
4
-
How on earth do I get the values of the addressee and addrphone fields from an address record?I’m starting from …
- 69 views
- 8 answers
- 0 votes
-
The NS account I’m looking at has Item Fulfillment statuses Picked, Packed and Shipped. Is it possible to add additional …
- 124 views
- 1 answers
- 0 votes
-
Is there a way to reference an inactive record? By which I mean, to set the value of a List/Record …
- 162 views
- 0 answers
- 0 votes
-
I’m trying to transform a sales order to an item fulfillment using a SS 2.0 button event handler. As simple …
- 645 views
- 2 answers
- 0 votes
-
This works: var dt = format.format({type: format.Type.DATE, value: new Date()}); search.create({ type: “supportcase”, filters: [[‘lastmodifieddate’, search.Operator.AFTER, dt]], columns: [“internalid”] }).run().getRange(0, …
- 1K views
- 1 answers
- 1 votes
-
Anyone know how to hide the Script ID field on a custom record form?
- 865 views
- 1 answers
- 0 votes
-
I want to give the user a list so that they can choose an item. I would also be happy …
- 430 views
- 1 answers
- 0 votes
-
Is it possible to make a Suitelet with a custom UI that has a list on it which shows data …
- 469 views
- 1 answers
- 0 votes
-
“Data can be manipulated for records created in beforeLoad user events.” This is from the following help pages: SS2: /app/help/helpcenter.nl?fid=section_4407991781.html …
- 1K views
- 1 answers
- 0 votes