Custom Suppression Forecast Work Order Form using eam_outstanding_work_orders_v
Dear Experts
In EAM there is a forecast form where forecast work orders are shown. There is a view called eam_outstanding_work_orders_v which holds data for those work orders and shows in Forecast work orders form. I want to hide some records from eam_outstanding_work_orders_v to be shown on form. To achieve this functionality I have created a custom table and I am inserting all data from eam_outstanding_work_orders_v into my custom table. Then I delete some records in my custom table according to some conditions and remaining rows are being shown in form.