nuSetProperty() behaviour changed
Posted: Fri Feb 02, 2018 11:28 pm
I was using nuSetProperty to set a hash cookie on the main form. Then i was using this value on a browsedit form displayed within an iFrame.
So on the main form i used.
var p = nuCurrentProperties()
nuSetProperty('CurrentCompanyEditID',p.record_id);
then within the iFrame form i used
var p = nuCurrentProperties()
p.hash.CurrentCompanyEditID
to access this variable.
During some recent update the hash section on the properties has disappeared and now i cannot access the variable.
So on the main form i used.
var p = nuCurrentProperties()
nuSetProperty('CurrentCompanyEditID',p.record_id);
then within the iFrame form i used
var p = nuCurrentProperties()
p.hash.CurrentCompanyEditID
to access this variable.
During some recent update the hash section on the properties has disappeared and now i cannot access the variable.