Edit a record on a nuPopup frame
Posted: Wed Aug 25, 2021 11:11 pm
HI
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 but when I click on any record on my Partner List - OLD run object, it does not do a popup, it just opens normally as a breadcrumb within the run object.
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.
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.