1. Create a new empty Start Center Template, Save and write down sctemplateid.
Now run these SQL queries and modify source and targetIds:
Now run these SQL queries and modify source and targetIds:
update MAXIMO.SCTEMPLATE
set presentation=(SELECT presentation FROM MAXIMO.SCTEMPLATE where sctemplateid=<SourceID>)
where sctemplateid=<TargetID>;
update SCTEMPLATE set PRESENTATION=replace(PRESENTATION,'startcenter contentuid="<sourceID>"','startcenter contentuid="<TargetID>"'), where sctemplateid=<new SCTEMPLATEID>;