I can use the duplicate button to copy the selected fields of a row but is that possible to copy entire record even I have only selected some fields for Editing?
You could use hidden to allow duplication of values without the end user seeing them. If you want Editor to submit a value, it needs to have a field defined for it.
Replies
You could use
hidden
to allow duplication of values without the end user seeing them. If you want Editor to submit a value, it needs to have a field defined for it.Allan