
Announcements
I know how to set and change the environment variables manually, however I'm not able to view them in a deployed managed solution to ensure they are correct. The values get truncated after so x number of characters.
Any ideas or work arounds to verify the values that I input?
For example, I want to verify that I set the current value to the correct SharePoint site, but I cannot as the value is truncated.
You won't be able to access the managed components from the solution in your production environment directly. However, there's a workaround you can employ. Look for the Default solution and search for the environment variable within it. This should display all environment variables available in your environment. From there, you can view and modify them. Keep in mind that this approach will create an unmanaged layer on top of your managed layer.