Yes these values are necessary. This is a readonly system parameter and cannot be modified or removed by the users.
Hi
You should not touch those values and they are read-only values. From the Technical documentation you have the following description.
SERVER_CAPABILITIES | This is used to enable new server capabilities that are added for a new IFS Cloud Release, so app client can read the parameter value and enable it, if server is newer and has that capability. This is a read only parameter. | ConnectMedia^ |
What this means is that when certain new server capabilities are added to an app, those are added to this parameter. Observe that the server capabilities are different for the different apps.
Regards
Johan
Hi @JOOLSE, @Dar
Thanks for your quick response.
Can you explain what exactly the ConnectMedia, Syncfusion, EnhancedMedia values are for?
Best Regards
Hi
ConnectMedia^ : Checks if server allows connecting media (default filetypes: ".PNG", ".JPG", ".JPEG", ".BMP", ".GIF", ".TIF" ) Pre-cloud functionality
EnhancedMedia^ : Checks if server allows extra filetypes eg videos, audio etc supported by Cloud
Syncfusion^ : Relates to the use of the image editor
Observe that not all of the apps has the same values as well as it might differ on which cloud versions as well, depending on when they were introduced. This is a way to keep backwards compatibility on new features as it requires server changes.
Regards
Johan