Customizing links options for the mobile application

3 Years Ago
JorgeR
HOW TO'S

Summary

In Bizagi it is possible to configure how to open links when they are accessed from a mobile device: they can be opened directly in the Bizagi’s app or from the web browser. In order to perform this procedure add a specific line into the web.config file, according to your requirements.

Applies to

All versions

What you need to do?

1. Open the web.config file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication) using the text editor of your choice.

2. Within <AppSettings> section, locate the BehaviorCaseLinkInMobile key and change its value according to your needs

<add key="BehaviorCaseLinkInMobile" value="AlwaysAskAndRemember"/>

  • AlwaysWeb: The links will be opened with the web browser.
  • AlwaysApp: The links will be opened with Bizagi’s application.
  • AlwaysAsk: The user can choose how to open links every time those links are accessed.
  • AlwaysAskAndRemember: The user can choose how to open links for the first time. The selection is saved.

 

Rate this Article:

Details

Last Modified:3 Years Ago
Last Modified By: Andread
Type: HOWTO
Level: Beginner
Rated 5 stars based on 1 vote
Article has been viewed 8.7K times.

Options