and thanks, I need to bring columns from a joining table in SS 2. The form that I am using for the column is searchModule.createColumn({ name: "class", join: "CUSTRECORD_NWP_ITMPRICE_ITEM" }), where the main table and the ancillary table are joined on the "item" column. I use a plugin to get the code for queries by creating a saved search and the plugin provides the code. It has always been correct but this time not so much. the saved search works fine but the code produces nulls for those columns. What is the correct form for creating join columns in SS 2?
thanks, any help is appreicated