10-05-2010, 05:04 PM
Hi,
Adding the objects available in table to OR is not correct procedure, You have to add the table to OR... during run time get the row count and proceed with your requirement.
1. get the row count of the table dynamically
2. loop for all the rows with desired column on required product in your case
3. break the loop once you found the product in any row
4. Check your desired cell in that row with your validations
Descriptive way is helpful here to handle your requirement.
Adding the objects available in table to OR is not correct procedure, You have to add the table to OR... during run time get the row count and proceed with your requirement.
1. get the row count of the table dynamically
2. loop for all the rows with desired column on required product in your case
3. break the loop once you found the product in any row
4. Check your desired cell in that row with your validations
Descriptive way is helpful here to handle your requirement.