I’m creating a dynamic GET function that uses a custom record to find the fields to search for. However, as this tries to cover multiple record type I sometime hit the wrong field, basically over extending the search. I want to filter out fields (columns) that doesn’t exist before running the search. Is there something like the record browser, but in JSON format or a SuiteQL query to run to get this information and prevent the SSS_INVALID_SRCH_COL error?