Hello Everyone, I want to send data from a pop-up ...
# suitescript
n
Hello Everyone, I want to send data from a pop-up suitelet to it’s parent suitelet in 2.0 Kindly help me here if you have any resource!'
b
Window.opener allows access to opening window
notably you can use window.opener.require to access suitescript modules
wow 1
n
Copy code
window.opener.nlapiSetFieldValue ('custpage_getfromchild',nlapiGetFieldValue('custpage_passthisvalue'));
Instead of this code in 1.0 what can i use in 2.0 as window.opener does not work in 2.0 client script
b
what did your attempt to use it look like
n
it is in 1.0!!! to set value from child to parent suitelet