Nov 22, 2022 05:52 AM
I have a linked field in my Customer’s Table called services. On the interface page I want to show the notes of those services. Currently I have a Gallery View, but you can only show 4 lines of the field. Is there any way to show more information without having to click and open the Service?
Or is there another way to show this data?
Thank you,
Nov 22, 2022 06:56 AM
If you place the long text field itself on your interface (outside of the gallery element), it will actually expand vertically to show you the full contents of the field.
Nov 22, 2022 07:15 AM
How would I do that with a linked field (there are more than one services per client)
Nov 22, 2022 07:44 AM
There are at least 2 different ways of doing it with a linked record field (and there might be more that I’m not thinking of at the current moment):
Two-page solution: You can click on the linked record field and then choose the option to “Allow Users To Open Record Details”. Then, configure the record details and make sure the long text field is visible. It will automatically expand to show you everything.
One-page solution: You can drag a record picker element onto your screen to pull data from your services table, and have it linked to either your ENTIRE services table (showing all services in your entire base), or you can filter it by linking it to a previous record picker that you have already placed on your screen for your customers (which would only show you services for the currently-selected customer). Then, drag the notes field onto your screen, which will show up as one of your element choices that are linked to your new record picker. That notes field will automatically expand to show you all of the notes.
Nov 22, 2022 09:18 AM
Thanks for these ideas, however each one of these is a two step solution. I’m guessing there is no way to have it look like the gallery view, but have more lines of a single field
Dec 12, 2023 05:40 PM - edited Dec 12, 2023 05:41 PM
@Devorah_Mandelb, I'm so curious. Did you find a solution to this? I'm trying to do something 'directionality' similar. And/or how would you achieve this...