- Print
- DarkLight
M3 Login and user management
When creating applications against M3 (or Movex) there are a set of features in Comflow that simplifies the management of logging into and handling user information.
API login
When M3 api's are called, it is always the logged on user that is performing the update in M3 and thereby setting the value to Created by and Changed by fields. Thereby it is recommended that the actual user is logging on to the api.
API login troubleshooting
The technology behind the actual login into M3 and via api's are not really the same. Thereby you can end up with issues where the user can log on to M3, but not via api's.
Most commonly the problem is that the user has not valid characters (non en_US) in the password. M3 login via MS AD allows that, but not the api entry. - To resolve this, ask the user to change the password.