Configuring picker list using tws rules lookup
Last updated
Last updated
This configuration will enable to load data for picker list from dataset. Advantage of this approach is that it allows to manage regularly the values in pickers.
Prepare csv file picker.csv with data for pickers, it should be list of values in which all rows are ended with comma.
Copy file picker.csv to bin directory of ProcMan . Load the values from file using command line utility tws_rules_lut.cmd . Run command
You should see message
To PHP process config file to module m_tws_ad_appl_load interface i_tws_ad_appl_mod add the option picker_conf. The setting picker conf is list (associative array). Array key is name PIF name of field in AD picker (possible key values adcal,adgrpdef,adgroup,adowner) , array value is name of tws rules lookup in database. To enable lookup with id picker to calendar picker list add
When your press modify button it in the activity with module m_tws_ad_appl_load you should see following dialog.