You need to sign in to do that
Don't have an account?

Error (-369530101)
Greetings we have a task to query activies but sometime we are getting this error, so i really appreciate you help! Thank you.
Error al realizar la consulta en salesforce. UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1172594993-1078047 (-369530101) SQL: SELECT What.Name, What.Id, Type, ActivityDate, Account.Name, Subject FROM Task WHERE ActivityDate = THIS_MONTH AND What.Name != Null AND Owner.Userrole.Name LIKE '%EV-Network%' AND WhatId in (SELECT id FROM Opportunity) AND Status = 'Completada' ORDER BY ActivityDate ASC
Error al realizar la consulta en salesforce. UNKNOWN_EXCEPTION: An unexpected error occurred. Please include this ErrorId if you contact support: 1172594993-1078047 (-369530101) SQL: SELECT What.Name, What.Id, Type, ActivityDate, Account.Name, Subject FROM Task WHERE ActivityDate = THIS_MONTH AND What.Name != Null AND Owner.Userrole.Name LIKE '%EV-Network%' AND WhatId in (SELECT id FROM Opportunity) AND Status = 'Completada' ORDER BY ActivityDate ASC
This kind of exception should be handled gracefully so you can get a better error message. If you file a case with Salesforce someone can dig into what's going on when this error occurs.