Come for answers. Stay for best practices. All we’re missing is you.
We need to convert the Migrated workplace EntryTemplate to ICN EntryTemplate. As of now, We are doing using a manual process- Right click the EntryTemplate and then convert .But we have lot of entry templates so need to have some automated script. Any suggestion would be appreciated like how we can achieve this using API or something else or we need to do manually?
Hi,
There is no automated script to do the conversion. You may call ICN REST APIs to do the conversion. Use a dev tool to capture ICN REST API calls and refer to the parameters and response. Basically you need to login ICN via /jaxrs/logon request, get the security_token from the response, then retrieve the entry templates and save them via a program.