Clickable links within an inline table on a form

Hello. 

I have a form that contains an inline table. Within that table exists several links that open a browser outside of the app to salesforce. The point of these links is to help a user collect information for the form itself.

I understand that normal clickable links on a form don't work correctly, and that I should "Create a show column with the type of URL, and the URL should be within the content field of the show column", as mentioned here (https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Is-there-a-way-to-have-URL-links-in-a-form-view...)

However, when I created a show column, that column is not displayed inside the inline form at all. 

Here is a screenshot of the virtual column, with a type of SHOW 

chrismiller015_1-1701276997825.png

Here is a screenshot of the view column order, displaying that field in the 3rd position, but when you look at the table, the show column is not displayed

chrismiller015_2-1701277083439.png

 

For context, here is that SAME inline table NOT within a form (its in a normal detail view), and the show column is still not displaying

chrismiller015_3-1701277175502.png

Here is what I see when I click the "view button"

chrismiller015_4-1701277203693.png

Here is what I see when I click the ADD button (and the link is clickable)

chrismiller015_5-1701277288181.png

In conclusion, I am seeing that a clickable link is possible in a form utilizing a show column with a type of URL. However, show columns are not displaying within inline tables. Am  I missing something? Is this on purpose, or is it a bug?

 

 

 

 

0 2 160
2 REPLIES 2

This is by design. To have a link available in an inline table view, you will need to follow a couple steps.

1. create a virtual column in your table of type text. You may want to apply the following condition to the show if: NOT(CONTEXT("ViewType") = "Form"
2. create a new action that opens an external link. Supply your URL in the space provided and mark the display prominence to ' Display inline' and select your new virtual column as the column to attach the action to.

Landan_QREW_0-1701279059234.png

3. You will need to add this new virtual column to any table view you want to have the link.

This is already complete.

You can see I'm already doing this if you review the screenshot of the inline table outside of the form (the third image down). That button opens the links correctly. However, when viewing this table on a form, it instead strips out that action, and shows a flat text, non-clickable version of this link

chrismiller015_0-1701279905647.png

What you are describing is the functionality I'm attempting to re-create on the form, but doesn't work.

 

Top Labels in this Space