I'm trying to pass a value to another form, and I don't have clear why is not working (probably because I'm not doing correctly).
I have an input button with this onclick code.
Code: Select all
let reto_id = nuGetProperty('record_id');
nuSetProperty('reto_id', reto_id, 1); //tried with global scope and without it
nuForm('6644927de3c6f5e',-1,'','', '0' );
What I'm doing wrong?