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
I just helped a customer in setting up the PPM timesheet in CA Agile Central(On-Premises). The customer could not see the config gear for the custom app and the browser developer tools' was stating that the SDK could not be found.
Then the settings gears was available so the customer could proceed with the configuration. As a suggestion, we should either change the app source code to include a fixed version of the SDK, or the PPM configuration instructions to help customers understand that they may need to change the source code of this app to reflect the version of the SDK.
Thanks,
Hugo
The text was updated successfully, but these errors were encountered:
Hi Kristy,
I just helped a customer in setting up the PPM timesheet in CA Agile Central(On-Premises). The customer could not see the config gear for the custom app and the browser developer tools' was stating that the SDK could not be found.
We replaced the following line:
<script type="text/javascript" src="/apps/x/sdk.js"></script>With a new line containing the version of the SDK:
<script type="text/javascript" src="/apps/2.0rc2/sdk.js"></script>Then the settings gears was available so the customer could proceed with the configuration. As a suggestion, we should either change the app source code to include a fixed version of the SDK, or the PPM configuration instructions to help customers understand that they may need to change the source code of this app to reflect the version of the SDK.
Thanks,
Hugo
The text was updated successfully, but these errors were encountered: