The name of the file containing Aperio view links may be entered in dispatcher configuration panel at XT Admin:
Aperio view links files
Multiple files may be provided - names should be comma separted. Then all the files are merged as an outcome.
Different names might be used depending on the DC1 release. You can enter the full path to the file(s). If only the file name is given, the file is expected to exist in folder /XT/bin/config on XT Server which is the default location of the file(s).
Aperio view links files can be configured on both dispatcher and company level. Look at Links definition XML to see more information.
After configuration is finished, you can use apply option or restart the dispatcher.
The app folder name with relative path of mobile application for Aperio view may be entered in dispatcher configuration panel at XT Admin. Different names might be used depending on the DC1 release.
More about XT Dispatcher configuration for mobile apps may be found at Publishing
Forms for Aperio View are regular ones, but they are usually created with parameters listed in “params” property:
{
"text": "Sales info",
"params": ["item", "customer", "quantityInput", "unit", "order", "warehouse", "xt-atts"],
...
}
The form names and form input parameters must match those defined/used in Aperio View links file.