You are viewing limited content. For full access, please sign in.

Question

Question

Export the list of Forms Participants?

asked on July 6, 2016

Hi,

We have 400 LF forms participants licenses. We are using AD groups to apply to users. Issue is we have 600 users that belong to the AD group. Therefore 200 will not be granted the license. In order to help work out who is getting the licenses it would be ideal to be able to export the forms Participants licensed users.

I can't seem to find a way to do this. I am looking in the Forms Administration | System Security | Participants tab. 

cheers

Grant

 

0 0

Answer

SELECTED ANSWER
replied on July 6, 2016 Show version history

There is not user interface provide such functionality, you can run following query on the Forms database instead:

SELECT *  FROM [dbo].[cf_users] where user_type=4 and is_activated=1

is_activated=1 means the user has been granted license.

4 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.