I have carefully followed https://forums.nubuilder.cloud/viewtopic. ... ton#p21823 and https://forums.nubuilder.cloud/viewtopic. ... 12&p=15332 and https://forums.nubuilder.cloud/viewtopic. ... ter#p23787I and https://forums.nubuilder.cloud/viewtopic. ... ICK#p23794.
I have applied variations of all of the above topics and have applied the code below. I can either A) Bring up the targeted Object ID screen showing a summary of all records but it does not filter to the #RECORD_ID# and B)I can bring the Edit screen but it always appears blank.
The code I have added onto the button onclick is:
Code: Select all
var id = event.target.parentNode.id;
var pk = $('#' + String(id)).attr('data-nu-primary-key');
nuPopup('60d4980f32da524', pk, '#RECORD_ID#');
To try something different, I have also used for the button onclick:
Code: Select all
openInterface(event);
Code: Select all
function openInterface(event) {
var et = $(event.target);
var interfaceID = $('#'+et.attr('data-nu-prefix') + 'isv_interfaces_id').val();
nuPopup('60d4980f32da524', interfaceID, '');
}
By the way, both of your Sample Code demos on your https://wiki.nubuilder.cloud/ ... and_Videos are displaying and "invalid login" messages.