Hi @all,
we have developed some custom actions for our users, which will facilitate them their all-day-work. At the moment the users have to install and configure these custom actions for themself (with our help). So we now want to deliver these custom actions by a customized viewset, which the users could import from the server. No problem so far.
Now our question: some of these custom actions are little programs or scripts, and they have icons, and so on. Is it possible to store these scripts and icons at the server (maybe in the /data-directory)? I tried this first with an icon-file, which is stored at /data/public-html/icon.gif. So this icon is now reachable by a browser via http://<server>:<port>/icon.gif. I put this address into the custom action dialog, but it doesnt work:
I think the same problem will appear when i try to put my batch or script or program onto the server and want to use it in my custom action. Is this the case or are there some other options? We didnt want to deploy these files at every user-machine.
Thanks and kind regards, Jens