LINKTOFORM action button not appearing in a view

In my case: action button doesn’t appear in table view.
Parent table is CRM System.
Child table is ZLECENIA_PODWYKONAWCY

Expression in action:
LINKTOFORM(“ZLECENIA_PODWYKONAWCY_Form”, “ID ZLECENIA”, [ID CRM], “ID DZIALANIA”, [ID DZIALANIA], “PODMIOT”, [NAZWA KLIENTA], “NR SERYJNY”,[NR SERYJNY],“ADRES DŹWIGU”,[ULICA],“MIASTO”,[MIASTO], “PRODUCENT”,[PRODUCENT],“ZAKRES ZLECANYCH PRAC”,[PRZEDMIOT ZGŁOSZENIA])

Thinking if that’s not related to a key id in both tables…

I’ll appreciate any help…

Radosław

0 6 157
6 REPLIES 6

3X_0_7_079168c5ae4f1fda3a666b2dd240a23b3ee0681f.png

“Prominent” Actions never display in table views, only inline-attached, or overlay do. A LINKTOFORM() Action like yours can’t be used as an overlay Action though, because it references value from a single record. Overlay Actions on table views are not run in the context of any single record.

Hi, Marc,

now I’ve realized that. I have changed that to Inline. Thank you.

Does it mean that this action cannot be fired from Detail view of a row?

No, it doesn’t mean that.

uffff, good

So I need to figure out how to place this action button in a detail view.

  1. Change “Prominence” param for action to “Display inline”
  2. Attach it to any Column which visibility not important (for exmpl _RowNumber or ID)
  3. Add that column to tableView
    and you wil get something like
    3X_c_6_c653e0cdb20f2e4a4db89003b2e885ca946f9108.png

PS
The answer to the question why it is necessary to use the “invisible” column for this can be found on the forum

Thank you, Andre.
Good instructions, I have followed (attached to _RowNumber) and of course it works as you described.
However, trying to have it in a Detail View, but there - RowNumber doesn’t let this action to be fired…

Top Labels in this Space