Hello everyone!
I'm trying to figure out how to use SuiteScript 2.X inside extensions, does anyone know if its possible to add a new field to the responde from the profile model/service from SS2.X?
The SS1 code would be something like:
Copy code
Application.on('after:Profile.get', function beforeProfileModelGet(Model, response) {
response.property = value;
});