Case Management Studio Portal Issue

Certified Senior Developer

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].

Incompatible plug-in(s) detected Refactor the portal object precedents to only use plug-ins compatible with portals. Using incompatible plug-ins can cause the published portal to error. Precedent(s) containing incompatible plug-in(s): CMGT_Document_Sub_UploadDocument [Content Tools], CMGT_UTIL_LoadBrandingMap [Appian Solutions Plugin]

Also CMGT_Portal_Case_IntakeForm is missing from the portal module, is this a known issue?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    This is an expected limitation with Appian Portals. Since portals run in an unauthenticated and restricted environment, functions like usertimezone() (which depend on logged-in user context) and plug-ins such as Content Tools or Appian Solutions are not supported.

    You can replace usertimezone() with now() or pass values from the backend, and use native components like a!fileuploadField() along with Web APIs for document handling.

Reply
  • 0
    Certified Senior Developer

    This is an expected limitation with Appian Portals. Since portals run in an unauthenticated and restricted environment, functions like usertimezone() (which depend on logged-in user context) and plug-ins such as Content Tools or Appian Solutions are not supported.

    You can replace usertimezone() with now() or pass values from the backend, and use native components like a!fileuploadField() along with Web APIs for document handling.

Children
No Data