Skip to main content
February 22, 2022
Question

Configuration, Extensibility and branding

  • February 22, 2022
  • 1 reply
  • 0 views

Does Appian support changing configuration settings without downtime?

Does Appian support existing database components like stored procedure for querying data?

Can we implement custom styling for existing Appian UI components?

    1 reply

    harshitb6843
    February 22, 2022

    Hi there,

    1. It depends on the type of configurations you want to change. eg. if it is DNS changes, env upgrade, or any similar type of activity, it will require downtime but if it is as simple as it could be done from the admin console, then it won't require a downtime. 
    2. Yes. You can connect existing databases to Appian (if it is from the supported list) and then use a!queryEntity() or executeStoredProcedure() to perform the respective actions. 
    3. You have very limited control over the styling of the UI components (eg. making the edges rounded and changing the font style)