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

How to set Hybris update system default values?

Former Member
0 Likes
2,148

Hi all!

Does anyone know, how to preset default values for system update page? For example, if I want to disable essential data toggle, or enable projectdata for some particular extensions?

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Dear Aleksandr,
there is no easy achievable solution to modify the Update page default values,
however you can prepare *.json configuration file based on your values and use it when calling update from Command Line.

To obtain the configuration file simply select desired checkboxes on update page and save the content shown by pressing Dump configuration button as a json file.
To execute update with new configuration enter the location $HYBRIS_HOME_DIR/hybris/bin/platform and run following command ant updatesystem -DconfigFile=pathToConfigFile.json.

The whole procedure is described over here SAP Customer Experience Help

Best regards,
Jarosław Bartoszuk