Configuration, Extensibility and branding

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?

  Discussion posts and replies are publicly visible

Parents
  • 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)
Reply
  • 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)
Children
No Data