Hi,
This is what I am looking at (MS2012).
I am to create a validation rule to the product and create some maintenance form for these rules.
I am using cases for this.
It is ok having like a query where you can "filter" the different table-fields, but how do I create and use this in like a "Validate" button from release products? Maintenance by admin for the "filters".
I have added a new record to table EngChgCaseCategoryRule and connected this to a new
case process and category in validation rules and this works fine. The question is how to use it and create/modify rules for this.
I am thinking something like this.
1. Lookup table for tables (how can I get all tables to select from in a drop-down list?).
2. Lookup table for fields (how can I connect this to my lookup table for tables and get a list of fields for the tables?).
3. Validate table where I connect tables and fields from my 2 lookup tables.
4. Make a query from the Validate table where I can set the conditions (if table1.field1 = "A" and table1.field2 != "4" and table2.field1 = "100" or table1.field1 = "B"...).
5. Use this "query" on buttons from different forms (released product etc.) like a check if the settings for this product is ok.
Have someone done something similar?
/Fredrik.
*This post is locked for comments