Jump to content
  • Case Management Accelerator works with 4.3


    Vikas Kumar 9

    As with TIBCO ActiveMatrix BPM 4.3 some Angular.JS Libraries have been updated to newer Versions.

    To get the Case Management Accelerator working with TIBCO ActiveMatrix BPM 4.3 the following two lines of the "index.html" & "login.html" need to be adjusted. The "login.html" is important to be fixed in case of URL redirect Issues.

    Screenshot of the "index.html" - New Version vs. Old Version

    cma-working-with-amx-bpm4-3.thumb.png.041905d04a2fb7594ef6182b88bce5e4.png

    Code Sample from the "login.html" - Old Version:

     <script type="text/javascript" language="javascript" src="/apps/logincomponent/logincomponent.nocache.js"></script> <script type="text/javascript" src="../../../app-cdn/jquery/jquery-2.1.3.js"></script> <script src="../../../app-cdn/angular/angular.min.js"></script>

     


    New Version:

     <script type="text/javascript" language="javascript" src="/apps/logincomponent/logincomponent.nocache.js"></script> <script type="text/javascript" src="/apps/app-cdn/jquery/jquery-3.3.1.js"></script> <script src="/apps/app-cdn/angular/1.7.5/angular.min.js"></script> 

     

    Full Path of the "index.html"

    Case_Management_Accelerator_2.0.2.zip\AppDev\CaseManager.app.zip\index.html

    Full Path of the "login.html"

    Case_Management_Accelerator_2.0.2.zip\AppDev\CaseManager.app.zip\components\login\login.htlml

    Hint: When you re-zip your App use the same folder Structure then the Original "CaseManager.zip" has. The App Zip can be uploaded afterwards using the Application Management UI (APA)

    Main Page > Case-Management-Accelerator


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...