How to create a new record same as old one on button click using Addins
Content
I need to create a new asset record on button click from the original one. All the details have to copy to the new one including ID but revision number has to increment by 1 for the new one.
I used Editor command Copy but it is not copying all the fields and also the name of the new record is appending with text(Copy)
Please help me on this.
ThanksInAdvance
Code Snippet
_recordContext.ExecuteEditorCommand(RightNow.AddIns.Common.EditorCommand.Copy);
0