im geting this error - Search Filter Removed :Filt...
# suitescript
s
im geting this error - Search Filter Removed :Filter expecting numeric value was removed, as non-numeric value 'New Hire' was provided but code is working fine it will affect to the flow in future
b
the error is warning you that one of your filters in your search is being ignored
if your code works the same without it, just remove the filter
s
@battk if i pass the parameter as internal id in function, it wont give that error but if i pass the text it will give the error for exa= (getMappingNsMapping('Hire Date'))--err (getMappingNsMapping(1))-- wont give err i have taken this field value from type dropdown free form text
b
this sounds like you dont know how filters work
the filter expects either a number or text depending on the type of the filter
dont use plain text when a number is expected