This topic is locked
[SOLVED]

 How to change detailkey

9/4/2012 10:00:13 AM
PHPRunner General questions
W
wpl author

Hello list,
I need some help to achieve the following: I've got a master-detail relationship where I need to change the detailkey of a record

while editing exactly this record (after following the details link which later will be the only way to reach this record). In other words,

I would like to link the active detail record to a different master record using a lookup wizard with existing masterkeys. Unfortunately,

the field is not accessible in this situation.
Thanks in advance

Sergey Kornilov admin 9/4/2012

You can create an additional custom view to make link field editable. You can also set it up as a Lookup wizard.

W
wpl author 9/4/2012



You can create an additional custom view to make link field editable. You can also set it up as a Lookup wizard.


Thanks,
that did the trick.