has anyone encountered the error _TypeError: Canno...
# suitescript
i
has anyone encountered the error _TypeError: Cannot find function clone in object [object Object]. when trying to add filters to a searchObject after search.load?
b
it likely means you are not adding a search.Filter object. use search.createFilter
i
got that. 'twas my mistake. I just added the name operator and values lol.
thanks!