Hey Everyone, I am getting this error using SuiteQ...
# suiteql
f
Hey Everyone, I am getting this error using SuiteQL:
Copy code
Search error occurred: Field 'custcol_ihm_order_price' for record 'transaction' was not found.
custcol_ihm_order_price is custom coumn field in the transaction record. var weeklyScheduleQuery = query.create({                 type: "customrecord_ihm_weekly_schedule"             });             var transactionJoin = weeklyScheduleQuery.joinTo({                 fieldId: "custrecord_ihm_ws_sales_order",                 target: query.Type.TRANSACTION             });             weeklyScheduleQuery.columns = [ transactionJoin.createColumn({                     fieldId: "custcol_ihm_order_price"                 }), ];