I currently have this action and it works perfectly, I now need to open the form related to the field_detail
, I can’t seem to figure this out. when I navigate from one view to the other it gets me the correct customer, I just need to open the form thru the current action somehow. Thanks in advance
auto> LINKTOROW(> [Master ID],> "NAME OF THE FORM"> >
when I use the suggested it goes the the desired view/form, but its opens a new form instead of the customer being looked at in the other table, this is why i have the action to
You are the man, that did it, LINKTOROW( [Store Name], “Field_Form”)
Should I make the master id a key column in the pivot paste table instead just to be on the safe side?
Should I make the master id a key column in the pivot paste table instead just to be on the safe side?
There can be only one key column. If you have references from other tables to the Field table, changing the key column will break those existing references. In an ideal world, though, both tables would probably use Master ID as their key columns, yes.