Adobe Connect User Community
Menu

#1 2009-02-12 12:13:57

**_bcaille_**

Fail to filter Custom Fields

Good Morning!

Has anyone been able to filter an entry using a custom field?  Is this even possible?  If not does anyone have a clue on how I could syncronize Moodle accounts to Connect Pro's account?  I created a moodle id custom field in Connect Pro but it doesnt accept filtering...

This is a sample url i'm using :

$url = $this->api_url ."?action=principal-list&filter-email=".$moodle_id."&session=".$this->session_cookie;

I guess I'll have to store Adobe's id into the Moodle database instead if no other solution are to be found.

Offline

#2 2009-02-12 13:21:12

**_tlchurch_**

Re: Fail to filter Custom Fields

We use ?action=principal-list-by-field&value=[Id]

I'm not familiar with Moodle, but if you're syncing manually, it can work. Not fool-proof, but you can parse the results programmatically to make sure it's the right field.

Offline

#3 2009-02-12 15:15:39

**_bcaille_**

Re: Fail to filter Custom Fields

Thank you.  This is exactly what I was looking for.

Offline

Board footer