aykut.boyraz Posted August 2, 2021 Posted August 2, 2021 Good morning, Can you please help clarify whether or not the SQL Contact Import process can be used to bulk import external users as Guest Accounts while setting their Logon IDs and confirming access to the relevant portal? I have taken a look through a number of Wiki pages but could not find a clear answer for this. Thank you, Aykut
Steve Giller Posted August 2, 2021 Posted August 2, 2021 The SQL Contact Import wiki page has a demo config file showing how to set these options. I believe the lines you are looking for are: "AttachCustomerPortal": true, /* options : true/false ; whether contact is allowed to enter the customer portal */ and, under "ContactMapping" "logon_id":"{{.FIELD1}}", 1
Martyn Houghton Posted August 2, 2021 Posted August 2, 2021 @aykut.boyraz As per @Steve Giller response, we regularly use the SQL Contact Importer to both import and also update external contacts including their setup/permission for access via the Customer Portal. We specify the the 'logon_id' field as their email address (note has to be unique). There are a number of settings at the top of the conf file to control the customer portal permissions. "AttachCustomerPortal": true, "CustomerPortalOrgView": true, "CustomerPortalOrgViewRevoke": false, Note, these permissions apply to all the contacts being imported, therefore if you have different sets of permissions, you need to do them a separate runs of the import tool. Cheers Martyn 1
aykut.boyraz Posted August 2, 2021 Author Posted August 2, 2021 Thank you both @Steve Giller @Martyn Houghton
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now