
Hi Anthony!
I cannot really see the error message or the back trace? Can you attach that please?
// Carl-Fredrik
Not sure why were receiving this exception error. Any ideas? Where trying to filter for results for a specific domain and status that equals active.
var notificationfilters = new Dictionary<string, object>
{
{"Domain",new MailAddress(App.Current.Properties["user_Email"].ToString()).Host},
{"Status","Active" }
};
PodioAPI.Utils.PodioCollection<PodioAPI.Models.Item> itemCollectionNotifications = podio.ItemService.FilterItems(15069505, 10, null, notificationfilters);
Please sign in to leave a comment.
Hi Anthony!
I cannot really see the error message or the back trace? Can you attach that please?
// Carl-Fredrik
Hi Anthony,
I've updated your ticket and waiting for some info from you.
Best,
Domenico
Hi Anthony,
Could you please attach error message.
We're good as this has been solved. The issue was in our code. Thanks.