Hi,
I'm working on a solution where we want to be able to have multiple users with the same external userid / customer number.
Lets say I have users with username UserA and UserB. They have different passwords but I want to send the same external userid / customer number to NAV. Is this somehow possible? I can see in the Helpers.cs file of the liveintegration project, that there is a CustomerIdentifier that looks at Contants.CustomFieldSettings.AllowMultipleContactsPerCompany. If this is true it returns the CustomerNumber (it can be the same across users) instead of the external userid (it has to be unique pr. user). Is this constant a variable I can set in DW Admin? Or do I have to change it in the Liveintration project and upload a new dll?