
Stephen Lemp
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Votes on activity by Stephen Lemp-
This flow is throwing an error: "Composite Operation failed due to the following error(s)\nRequired fields are missing: [PricebookEntryId] for OrderItem[0]" for me. I have a ticket in with support,...
-
What is the proper syntax for the {{else_if}} block?
-
Tom Santiago, thanks for responding. So my follow up question would be, how does a space affect concurrency lock id? Does the Lock ID allow for spaces?
-
If I'm using a string for my concurrency ID which may have spaces, do I need to include quotes around the template? For example, would this work: '{{{customer_name}}}' Instead of: {{{customer_n...
-
In the context of a NetSuite Saved Search, when I select "Group Rows", am I guaranteed that all rows from the Saved Search will be included in that group, or is it possible that the lines will be b...
-
Stephen Brandt Thank you so much - that's exactly what I needed! I had resorted to getting the number of keys (number_of_keys) with JavaScript and printing the comma if @index != number_of_keys. Yo...
-
Hi Stephen, I missed an important note in the documentation: "The first and last steps of iteration are noted via the @first and @last variables when iterating over an array. When iterating over an...
-
The behavior of @last with objects seems to be the negative of @first. I.e. An object with 3 keys will return true for @last for the 2nd and 3rd key. Is that expected?
-
Are there any details related to the Items : Create Line mapping that could be shared?