My attached graphic shows the edit section of a Browse and Edit form (Vendor Detail). At the bottom of it, I have a Run object with another Browse and Edit form (Partner List - OLD).
Question. What is the JavaScript needed on the Custom Code so if I were to click on any record from the Run object, it can bring the record on a nuPopup frame rather than the normal edit-breadcrumb?
I have tried the following custom code
Code: Select all
if(nuFormType() == 'browse'){nuPopup('myformid', 'pk', '');}
I have looked through the forums and tried different JavaScript functions, but I cannot get the record to do a popup.
Thank you for your help.