Hi ,
I am working on Infor EAM 11.4 upgrade from Infor EAM 11.1. In infor eam 11.1, we are having custom js file (extensible framework) under E:InforEAMjbossshareddeployweb.warappcustom folder and these custom js file is calling another custom jsp files ( E:InforEAMjbossshareddeployweb.warcustom)
For example
customerfilelist.js
external_sspart.js
Now In Infor EAM 11.4 , i understand that we cant have custom js file . we need to use extensible framework ( Administration->Screen configuration->Extensible Framework).
So , i have created a new function in External framework page. just copy and paste the external_sspart.js into new fucntion.
But Our Function is calling another custom JSP File ( Ext.Ajax.request({....}). Now i dont know the place to store the custom jsp files in infor eam 11.4.
because we need to update the proper path to Ext.Ajax.request({....}) Method.
The new extensible framework function is not able to find our custom jsp file. so its giving error.
please help me on this.
Thanks!