Does anyone have a trick to use multiple same type...
# suitescript
c
Does anyone have a trick to use multiple same type of formulas within a map/reduce script? I have a input search with multiple formulanumeric. Is the only possible way to create my own object or ...?
b
use a name like formulanumeric_1 when defining your columns
wow 1
i dont think you have many options if you reference an existing search, create your own in code
c
I'm creating the search within my getInputData stage but didn't know I could give my own name
b
its not documented
c
Thanks, that works!