Importing application settings
Hello all,
When importing an application on our production environment, we would like to have 2 settings set differently than we have them now.
1. "Enable advanced mode to provide more granular control over the import process" button is default not selected, whe would like to have this one default SELECTED.
2. Import Aged Updates is default set ON, we would like to have this one by default SET OFF.
Is it possible to do this?
Kind regards,
Arjan Maus
I do not have a specific answer, but here's how I would investigate if I were commissioned to do so:
1) Trace the launching of the import screen.
2) Find in the trace the relevant rules that set those values (granularity and age-handling). Best is if you find a data transform that sets the values.
3) See if there's a non-final relevant rule that you can modify to do what you want. Note that you'll probably want to conditionalize it to only do the modifications if the particular app is being imported for which you want the values to be changed.
/Eric