Hello,
I'm trying to create a link for the web client targeting to a tenant profile and getting an error:
Something went wrong Ein Profil mit der ID XXXXX im Bereich System wurde nicht gefunden.
Selecting the profile manually within BC works with no problems and the profile of the extension is shown as tenant.
https://docs.microsoft.com/en-us/dynami ... lient-urls
Specifies the ID of the profile to open, such as accountant or order processor.
It's possible for two or more profiles have the same ID. Profiles can have a scope of either system or tenant. Also, tenant profiles can be either user-defined (added by using the Profiles page in the client) or extension-based (added by an extension). Among these different types, the IDs of some profiles might be the same. If there's more than one profile with the same ID as you provide, the profile is selected as follows:
If there's a matching system profile, it's used.
If there's a matching user-defined tenant profile, it's used.
If there's only one matching extension-based profile, it's used.
If there are two or more extensions-based profiles with the same ID, then the error message More than one profile has the ID '<ID>' within the Tenant scope. appears. In this case, you can't use the profile parameter for this profile.
Any ideas why this is not working?
Kind regards
Chris