Hello everyone,
I want to add a checkbox in the detailview of a module, which should only be visible when a record is Saved and I click on that record in listview to get the detailview.
What i want is that I save a record(which is done in EditView) and then when I click on the record, there should be some checkboxes which may/may not be checked by me. I don’t want these checkboxes to be visible in EditView, because the record is being created there.
Pls point me in the direction, or maybe any more information that I need to provide.
Thanks