Difference between revisions of "Cloning of records"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
m (5 revisions imported)
 
(3 intermediate revisions 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 buttin with parametrized URL using  
Add a button with parameterized URL using:


   main?command=dk.tempusserva.codeunit.common.PageCopyStructure?SagD=999&DataID=[DataID]
   main?command=dk.tempusserva.codeunit.common.PageCopyStructure&SagID=999&DataID=[DataID]


You will need to set up a group in the Entity configuration named. Use GroupID to set a group.
You will need to set up a group in the Entity configuration (use GroupID for reference).


   AllowCloneGroup
   AllowCloneGroup

Latest revision as of 12: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