skorpionkz
Well-known Member
- Joined
- Oct 1, 2013
- Messages
- 1,171
- Office Version
- 2016
Hi guys,
does any one work with Alfresco?
I am trying to adjust my code to work in it, but unsuccessful so far...</SPAN>
problem is that code cannot find location. The code working fine with MS Share Point, but as company made decision to switch to Alfresco now I need to adjust my Code.
the location I have is:
the code I am using :
Obviously I should change something but not sure how.
Any sugestion?
does any one work with Alfresco?
I am trying to adjust my code to work in it, but unsuccessful so far...</SPAN>
problem is that code cannot find location. The code working fine with MS Share Point, but as company made decision to switch to Alfresco now I need to adjust my Code.
the location I have is:
Code:
http://mylocation/page/site/asset-strategy/documentlibrary#filter=path%7C%2FDatabookDVS
the code I am using :
Code:
Set objFolder = objFSO.GetFolder("//mylocation/page/site/asset-strategy/documentLibrary/DatabookDVS/")
Obviously I should change something but not sure how.
Any sugestion?