Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

API Execution command for export and import package

Avatar

Level 2

Is there and API executable command for importing packages and exporting packages. I am looking for something like nl.execute command.

Thanks

Saurabh

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Saurabh,

If you want to automate the package migration process based on API executable commands. you need to create one new schema and expose two methods for export and import  and then create JS to write logic for both functions

like for Import will be

     a. Saving incoming request in schema for tracking

     b.  Retrieve the filename and folder value

     c.  create XML object using above details

     d.  use xtk.builder.InstallPackage function to install that XML

If Using API is not mandatory then use below link to design workflow which will export the package directly.

How to export packages automatically

Hope this helps !

Thanks,

Kapil

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi Saurabh,

If you want to automate the package migration process based on API executable commands. you need to create one new schema and expose two methods for export and import  and then create JS to write logic for both functions

like for Import will be

     a. Saving incoming request in schema for tracking

     b.  Retrieve the filename and folder value

     c.  create XML object using above details

     d.  use xtk.builder.InstallPackage function to install that XML

If Using API is not mandatory then use below link to design workflow which will export the package directly.

How to export packages automatically

Hope this helps !

Thanks,

Kapil