Application Title When Entering Through Different Methods

From a list view, I have two different application links targeting the same application:

  1. Create Override to enter the header/detail view
  2. Double-click Override to enter the header detail view

However, I would like:

  1. when I enter the application from the Create Override, for the application Title to say New Form
  2. When I enter the application from the Double-click Override, for the application Title to say View Existing

How do I achieve this?

You would need two different app links and you would data map the different titles in those separate app link. The source would be a constant and the destination would be title.

2 Likes

@joeyates23 got it! There is a dedicated ā€œTitleā€ selection when creating mappings through an app link. On the Actions tab of the application builder, you can select the ā€œCreate Mappingsā€ or ā€œEdit Mappingsā€ for the app link and establish a title in addition to any other data mappings from the source to target app.

2 Likes