Read environment variables from Alfresco Share (Community 5.2)

cancel
Showing results for 
Search instead for 
Did you mean: 
idebonis
Active Member II

Read environment variables from Alfresco Share (Community 5.2)

Hello,

I'm building a custom web-extension for Alfresco Share in Community 5.2. Most of the logic is done through the javascript controllers. Is it there a way to read environment variables from the controller?

Best Regards

1 Reply
sanjaybandhniya
Intermediate

Re: Read environment variables from Alfresco Share (Community 5.2)

I dont think you can read in Share because Share is client side part.

You can check from repository side. if it is possible then you can create custom webscript which will return required properties.

You can call that webscript from share side.