Is it possible to call remoteObject multiple times. This number would be based on the number of records in an arrayCollection.
This calls it only for the first record.
for (var i:int = 0; 1 < departmentlist.length; i++)
{
delagateService.setDelegateAssignment({ProfileID:profileid,GLString:departmentlist.getItemAt(i).DATA,AddRemove:isselected})
{
index = i;
break;
}

