I am receiving the following error in my script: {...
# suitescript
d
I am receiving the following error in my script: {“type”“error.SuiteScriptError”,“name”“SSS_INVALID_SRCH_COL”,“message”:“An nlobjSearchColumn contains an invalid column, or is not in proper syntax: custrecord_mro_pricing_pm_dfltpricelevel.“,”stack”: This is a field that I have recently removed from a record, is there some update process I need to perform to remove this field from the SCHEMA? This error occurs on both record load and search.
b
probably need to pay more attention to the stack
one of your customizations is still using the deleted field
d
@battk I have traced the code and there is NO mention to that field AT ALL
b
what does your script look like