1.

If There Is A Display Session Having An Enum Field. On Changing The Enum Value How To Filter The Current Showing Records.?

Answer»

Assuming the enum field is not a primary KEY of the table. Write the logic to filter the RECORDS based on the enum value in main.table.io section, and subsection before.read. if the VALUES does not fall in the RANGE then use skip.io.

Assuming the enum field is not a primary key of the table. Write the logic to filter the records based on the enum value in main.table.io section, and subsection before.read. if the values does not fall in the range then use skip.io.



Discussion

No Comment Found