cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Impex import while System Update

0 Likes
1,385

Hi All,

Is there any way to import impex automatically as part of System update (Like for initialization, We will setup in InitialDataSystemSetup.java)

Regards,
Devendra

Accepted Solutions (1)

Accepted Solutions (1)

pandeysuresh06
Participant
0 Likes

Use Coresystemsetup.java to imoort the impexes during system update.

You have to use the @SystemSetup(type = Type.ESSENTIAL, process = Process.UPDATE) method to import the data during system update.

0 Likes

Thanks Suresh.

Answers (1)

Answers (1)

0 Likes

This is the file which is responsible, for each release you can specify any configured folder which will responsible for the update impexes.