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 166
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