Editor - Hiding/showing and changing form fields on cases by case

Editor - Hiding/showing and changing form fields on cases by case

borconiborconi Posts: 56Questions: 19Answers: 1

I need to manipulate the displayed form based on some criteria.

For example if 2 of the table columns have different values I need hide/remove one of the form elements. From one of my previous questions I know that currently there isn't an option for hidden elements in the Editor construction, so I was thinking to implement my own function to listen on Open ? event.

I will need some confirmation please if it is possible:
The best place to access to data currently being edited is: editor.s.editFields right?

I see that the above object contains several objects (depending on how many I'm editing) and the naming format is row_x where if I understand correctly x is the primary key from the SQL table, is this correct?

Thank you.

This discussion has been closed.