You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These days I'm continuously getting GACK error when I try to make a TOOLING API QUERY call.This used to work earlier.
/services/data/v33.0/tooling/query/?q=Select+Id%2C+FullName+FROM+ValidationRule+limit+100
gives error: An unexpected error occurred. Please include this ErrorId if you contact support: 1269173235-153226 (-6049864)
Am I missing something? or it's really a GACK ie salesforce issue around tooling api for ValidationRule?
The text was updated successfully, but these errors were encountered:
Ok in this case, that sounds like the REST API may have changed under the wrappers feet, though in theory the SF API backwards compatibility should avoid this. As its an undocumented error my recommendation is to reproduce the error, grab the actual URL from the debug log, reproduce it via Developer Work Bench REST tool, record the steps and send over to Salesforce Support. Reason i suggest this, is it avoids SF support focusing on the Apex wrapper side rather than the root cause. Keep me posted on what they say! 👍
These days I'm continuously getting GACK error when I try to make a TOOLING API QUERY call.This used to work earlier.
/services/data/v33.0/tooling/query/?q=Select+Id%2C+FullName+FROM+ValidationRule+limit+100
gives error: An unexpected error occurred. Please include this ErrorId if you contact support: 1269173235-153226 (-6049864)
Am I missing something? or it's really a GACK ie salesforce issue around tooling api for ValidationRule?
The text was updated successfully, but these errors were encountered: