Siebel OpenUI 8.1.1.11 comes more more systematic way to manifest the custom JavaScript.
In the Administration level, we have options to add files as well as map those files with applets/views/Applications.
First we need to add our custom files in Manifest files
Now we can map those files with our Application /Applet
In the Administration level, we have options to add files as well as map those files with applets/views/Applications.
First we need to add our custom files in Manifest files
Now we can map those files with our Application /Applet
So I have added the file tthrough the file manager as per your first screenshot, and went into the manifest manager, added a line for the applet I want to connect my JS file to, then added an object expression (desktop, 1 were the only two params i used) and then added the file to that expression. Upon clearing cache and doing a hard reload, my file still does not show. What am I doing wrong?
ReplyDeleteDid you check the Browser - inspect element ->sources to make sure that the file is not coming from server?
Delete