I would like to have Copy function .
A Copy function button will apear in the window next to Save
The code for this extention is very simple for things like:
Items Triggers Actions.
If you edit a record in a window you have the option
to "Save" your record as normal
or "Copy" will Insert the record as a new item.
To make a Copy for "Hosts" is a bit more work as it will need extra code
to copy also the details one by one.
A Copy function button will apear in the window next to Save
The code for this extention is very simple for things like:
Items Triggers Actions.
If you edit a record in a window you have the option
to "Save" your record as normal
or "Copy" will Insert the record as a new item.
To make a Copy for "Hosts" is a bit more work as it will need extra code
to copy also the details one by one.
Comment