Get data from OTRS UserManagementClient to map
- Get some information we were missing from
CustomerUser().get_data()
, like nationality, province or corporate name, when building MM accounts. - Use
CustomerUser
id from OTRS requests instead of DF['correuElectronic'] - Separate the Account.py logic into two methods: _get_MM_account or _create_MM_account
- Rename all OTRS_df to df
Edited by Administrator