KingswaySoft: How to parameterize the values for user Multiplexing in CDS/CRM user connection

Happy to connect again in this quick blog post.

Recently, we had a request from community that how to parameterize the values for user Multiplexing in the KingswaySoft CDS/CRM connection.

If you are wondering, What is User Mutliplexing?  Please go through this official link.

Like below, you can find the option to add more than 1 Client credentials to the connection manager. 

How to pass these values dynamically or parameterize it? We could see that how are they storing this in the code file or from the UI


Refer below screenshot. the Client App Id has been seperated by | symbol. Was wondering how to do Client Secret?

I could not find any reference for that in official docs, but guessed that it should be same as client app Id.

Parameterize the client secret with | symbol.

Ex.

ClientAppId=97bee339-31b3-451f-be81-2762f3e76b78|97bee339-31b3-451f-be81-2762f3e76b78;

ClientAppId=clientAppId1|clientAppId2|clientAppId3

ClientSecret=clientSecret1|clientSecret2|clientSecret3

https://www.kingswaysoft.com/blog/2019/11/14/Parameterizing-CDSCRM-Connection-Manager

Happy to share this findings with all of you. 

As always, Please do share the feedback and reach out to me if you need any assistance.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.