Looking at the source code, the description of the 2nd parameter (string2), should be changed to:
string2 = Object id of Lookup Object to populate
https://wiki.nubuilder.cloud/ ... etLookupId
nuGetLookupId(string1, string2)
Parameters
string1 = Primary Key
string2 = Primary Key of Lookup Object to populate
nuGetLookupId() function:
Code: Select all
function nuGetLookupId(pk, id){
$('#nuLookupList').remove();
var l = $('#' + id);