Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNSUPPORTED_API_VERSION: The API version that was specified (20.0) is below the minimum supported (21.0 #156

Open
Snatchio opened this issue Jun 27, 2022 · 1 comment

Comments

@Snatchio
Copy link

Within a Project Detail Page, when trying to move a milestone timeline by grabbing and sliding in the Gantt view, I get the following error;

An error has ocurred:: {faultcode:'sf:UNSUPPORTED_API_VERSION', faultstring:'UNSUPPORTED_API_VERSION: The API version that was specified (20.0) is below the minimum supported (21.0). Change the version number and run the request again.', detail:{UnexpectedErrorFault:{exceptionCode:'UNSUPPORTED_API_VERSION', exceptionMessage:'The API version that was specified (20.0) is below the minimum supported (21.0). Change the version number and run the request again.', }, },
Screen Shot 2022-06-27 at 1 09 15 PM
Screen Shot 2022-06-27 at 1 09 15 PM
}

I attached a screenshot.

@alexleduc-acc
Copy link

I was able to have the error disappear after I changed all the Apex Class version to 21.0 and...changed line 16 in the Milestone1_Charts_GanttComponent from
<apex:includeScript value="/soap/ajax/20.0/connection.js"/>
to
<apex:includeScript value="/soap/ajax/21.0/connection.js"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants