# Migrating from IntalioDynamicForms 1.0.x to IntalioDynamicForms 1.2.x

## SystemConfig.json

### OtrsUrl

The parameter `OtrsUrl` has been changed to `SystemUrl`.

<p class="callout info">The parameter values have also been changed in the default configuration file: `OTRS_URL` -&gt; `XSYSTEM_URLX`</p>

#### XSYSTEM\_URLX

Is a parameter that will automatically be changed to the appropriate system url during package installation.

### SystemUrl\_DEV

Added `SystemUrl_DEV`, if running the development version, the shipping address is taken from here.

### Alias

This parameter stored the initial prefix to the forms system. Now its content has been changed from static `/otrs/route.pl/dynamic-forms/` to dynamic `XSYSTEM_ALIASX`

<p class="callout info">This parameter is automatically completed during package installation.</p>

## **Field config**

### Field ID and changing the values of the system fields

When you want to change a value in OTRS, previously this was done using e.g. `OTRS_Ticket_Queue`, `OTRS_Ticket...`, now you can use one of the three entries `OTRS_Ticket...` `OTOBO_Ticket...` `SYSTEM_Ticket...`

<p class="callout info">**SYSTEM\_TICKET** is good practice</p>

### otrs\_visible

the otrs\_visible parameter, from now on can be called either `otrs_visible`, `otobo_visible` or `system_visible`

<p class="callout info">Good practice is **system\_visible**.</p>

<p class="callout warning">By default, if someone does not fill in this field - it will be automatically set to "article".</p>

<p class="callout info">**FIX(1.2.x)** From now on the value "article" is assigned only to the article (this was not the case before)</p>

### PDF Field

The name of the printed PDF was taken from the field `OTRS_Ticket_Title`, now this field can be called both `SYSTEM_Ticket_Title` and `OTOBO_Ticket_Title`, if it is not, the pdf will be called **`IntalioDynamicForm`**

###  

### Additional information

1\. Translations in forms should not point to OTRS so we changed e.g. "OTRS rejected the form!" to "The system rejected the form!"