How to debug the custom scripts for CX Sales Mobile?
Hi..
I'm developing a custom script to validate Address object in which I have written some debug script like
let cxCoreLogger = getCXCoreLogger().getLogger();
cxCoreLogger.setLogLevel("info");
cxCoreLogger.info ("On create event executed")
Where can view the runtime log info which has been logged using the above script?
Regards,
Sakthi