Content Management and Capture

Content Management and Capture

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
Expand all | Collapse all

Automated script to convert Migrated Workplace Entry Template to ICN entry template

  • 1.  Automated script to convert Migrated Workplace Entry Template to ICN entry template

    Posted Thu August 12, 2021 12:37 AM

    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?



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration


  • 2.  RE: Automated script to convert Migrated Workplace Entry Template to ICN entry template

    Posted Thu August 12, 2021 02:32 AM

    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.



    #IBMContentNavigator(ICN)
    #Support
    #SupportMigration