Having an issue when attempting to configure cmgt studio portal module.Errors are:
Incompatible function used. Refactor the portal object precedents to only use functions compatible with portals. Incompatible functions will not work in a published portal. The following precedents use an incompatible function: CMGT_UTIL_SystemTimezone [usertimezone].
Discussion posts and replies are publicly visible
Yes, this is an expected limitation with Appian Portals. Since they run in an unauthenticated context, functions like usertimezone() and plug-ins (Content Tools, Appian Solutions) aren’t supported.
You can replace usertimezone() with now() or pass values from the backend, and use a!fileuploadField() for uploads.
now()