Symptoms

An APS 1.2 application has default parameters specified in the APP-META.xml file of its package, but when changing these parameters in newer versions of the package and update the application, those are not updated in OA .

See the below example for illustration:

A package initially had the following section in its APP-META.xml:

<settings>
  <setting id="SUBTYPE" type="enum" visibility="hidden" default-value="TRIAL">
    <name>Subscription type</name>
    <choice id="TRIAL">
      <name>Trial version</name>
    </choice>
    <choice id="FULL">
      <name>Full Version</name>
    </choice>
    </setting>
<settings>

In the next version of the application it was decided to change the default parameter from TRIAL to FULL, however after the newer version of the package with the new settings is imported, the parameter still the same TRIAL.

Cause

Such behavior is known as the software issue APS-13734.

Resolution

Please contact your Technical Account Manager in order to clarify the current status of the issue. In order to apply a workaround, please contact Odin Technical Support.

Internal content

Link on internal Article