How to restrict records in Order Summary
Dear All
I want to restrict records in Orders Summary such that if Order Status is "Draft" it should not appear in form. I have tried by applying condition in form source by giving condition in BLOCK: ORDERS_SUMMARY.STATUS NOT IN('Draft') but it is not working.