Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
When we create app in Personal Space the folder connection looks like .
lib://Datafiles
However when the app is moved or published to shared or Managed spaces it looks like-
lib://SpaceName:Datafiles
So when the app is published from Personal to any other space then it requires manual changes in folder connection code in script. Is there way we can handle such cases to make dynamic script which works in all spaces ?
Hi,
Yiu can use Lib://:DataFiles (note the : before DataFiles), the, it should use the DataFiles of the current space.
Regards
Hi,
Yiu can use Lib://:DataFiles (note the : before DataFiles), the, it should use the DataFiles of the current space.
Regards
Thanks a lot it helped !!
Wlcm