Hi All,
What's the best way to include custom files in a ViewApp object and make sure it is available for use from all workstations? I have an XML file I need to access on each workstation. Is this possible?
Regards,
Rooz.
Hi All,
What's the best way to include custom files in a ViewApp object and make sure it is available for use from all workstations? I have an XML file I need to access on each workstation. Is this possible?
Regards,
Rooz.
One method you can use is to create an Object with the Application Object Toolkit and include the Files as a part of the deployment package of the object. Then assign an instance of this object to platform/Appengine/Area to get a copy of this file on each plaform.
One method you can use is to create an Object with the Application Object Toolkit and include the Files as a part of the deployment package of the object. Then assign an instance of this object to platform/Appengine/Area to get a copy of this file on each plaform.