Difference between revisions of "Cloning of records"
Jump to navigation
Jump to search
old>Admin |
m (5 revisions imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
=== Usage === | |||
This function will copy a record | |||
* All values are copied | |||
* Sub records will be copied | |||
* Files will NOT be copied | |||
=== Configuration guide === | === Configuration guide === | ||
Add a | Add a button with parameterized URL using: | ||
main?command=dk.tempusserva.codeunit.common.PageCopyStructure& | main?command=dk.tempusserva.codeunit.common.PageCopyStructure&SagID=999&DataID=[DataID] | ||
You will need to set up a group in the Entity configuration (use GroupID for reference). | You will need to set up a group in the Entity configuration (use GroupID for reference). | ||
AllowCloneGroup | AllowCloneGroup |
Latest revision as of 11:51, 10 December 2021
Usage
This function will copy a record
- All values are copied
- Sub records will be copied
- Files will NOT be copied
Configuration guide
Add a button with parameterized URL using:
main?command=dk.tempusserva.codeunit.common.PageCopyStructure&SagID=999&DataID=[DataID]
You will need to set up a group in the Entity configuration (use GroupID for reference).
AllowCloneGroup