Hello,
we use to call the ECHO fonction to display the execution result of custom script (for instance, a specific action required to init some records with values required for a new feature.
So basically, we create a custom HOOK or JOB or code to handle the feature, but it requires to init the records. To do that, we create a custom action that must be run once (or maybe more for error management etc.).
It is really important for that kind of script to follow the execution, understand what the script is doing etc. (same way that the module loader or quick repair are displaying a real time summary of the execution).
The problem is that echo canno't be use anymore for cloud instance (for most of the context).
Of course we can log this in Sugarcrm.log but it is less comfortable.
So is there a nice alternative to ECHO for cloud instance ?
Best regards,
Fred