Action to LINKTOFORM not taking the right KEY value

Hi!
I had a parent tables with 2 child tables.
When the user opens to complete the form of the parent table and finish completing, I create and action at parent table, that shows a special detail view, where this action is shown, so the user can click the button and opens the first child form pulling the KEY value from the parent FORM that they just completed, they complete the FORM of this first child table, and then it show a similar DETAIL view with a similar action that opens the form of the second child table, that supposses to get the KEY value from the parent table.

Action 1:
Parent table
App: go to another view within this app
Target: LINKTOFORM(โ€œForm_Eval_Pro_Inter_Formโ€ , โ€œDt_Form_Pdv3โ€ ,[_THISROW].[Dt_Form_Pdv])
Behavior: CONTEXT(โ€œViewโ€)=โ€œActionDetailFormProInterโ€

And this first child action works fine, but the second action for the second child table is not gettin the KEY from the parent table, is taking the KEY from the previous ROW form the parent table.

Action 2:
Parent table
App: go to another view within this app
Target: LINKTOFORM(โ€œForm_Medic_Cobertura_Formโ€ , โ€œDtFormPdv2โ€ ,[_THISROW].[Dt_Form_Pdv])
Behavior: CONTEXT(โ€œViewโ€)=โ€œActionDetailFormMedicCobertโ€

What am I missing?

0 11 568
11 REPLIES 11
Top Labels in this Space