Adobe Connect User Community
Menu

#1 2010-04-16 10:54:45

**_vitand_**

sco creator

Is it possible somehow through the API to get information about who actually created specific sco,
whether it is meeting/content/course or anything. Using sco-info I can retrieve only general info but nothing about the author

Offline

#2 2010-04-16 12:23:16

**_tlchurch_**

Re: sco creator

I'm pretty sure this is only available via a database query --

SELECT OWNER_PRINCIPAL_ID FROM PPS_ACLS WHERE ACL_ID=@MeetingScoId

Offline

#3 2010-04-16 12:29:09

**_vitand_**

Re: sco creator

tlchurch wrote:

I'm pretty sure this is only available via a database query --

SELECT OWNER_PRINCIPAL_ID FROM PPS_ACLS WHERE ACL_ID=@MeetingScoId

Thanks, I am still thinking what is better to use for a custom report, direct database access or API, I went with API initially since database structure potentially can be changed in the new version and there is lack of information about database tables/views. But I see that API puts some limits on your possibilities.

Offline

Board footer