<@UT9U38BNX> you have two formulacurrency and two ...
# suitescript
s
@Nilesh Patil you have two formulacurrency and two formulanumeric search columns. Adding the formula and label when calling getValue here doesn’t do anything, it doesn’t help Netsuite differentiate which formula to retrieve. You can add a suffix to the formula column name when defining it, for example:
formulacurrency_abcd
,
formulanumeric_wxyz
,
formulanumeric_pqrs
, and
formulacurrency_xyzd
Then you’ll be able to identify them uniquely. This won’t work if you are loading a pre-defined saved search, though, as you can’t change the suffix through the search UI. In that case, you can either re-define the search in code, or you can retrieve the columns by index number instead.