Skip to main content
June 13, 2023
Question

Options for triggering startProcessLinks

  • June 13, 2023
  • 4 replies
  • 0 views

I am looking for ways besides cards to initiate startProcessLink from a UI. Initially I was trying to replicate the look of Card Record Actions, but when I use a card layout I run into issues on mobile or smaller screens where the card becomes hard to read, or a scroll bar appears. Card choice field does not support links.

Or is there a way to remove the scrollbar from cards?

4 replies

mathieud0001
Brainy
June 13, 2023

You don't necessarily need a card unless you wanted to simulate a button. Otherwise, either a linkField or richTextItem should do the trick.

harshitb6843
June 14, 2023

Set the card height to auto. Other than this, there are several components that support links - Rich Text, Image, Icon, stamp etc. 

stefanhelzle0001
Brainy
June 14, 2023

Did you consider using record actions?

walkersAuthor
June 21, 2023

That is actually what I am trying to get away from :D. Slow to load for me. Thanks everyone for the suggestions!