Dear colleagues,
I have this extract of piece of code
const runProcessRequest = Ext.create("Terrasoft.RunProcessRequest", {
// El nombre del Proceso
"schemaName": "NdosGeneracionMasivaNC_PRP",
When I save a new version of the process, the name changes, in my case from NdosGeneracionMasivaNC_PRP to NdosGeneracionMasivaNC_PRPNCSNdosNotasCredyDeb_011,
The question is I must be concerned to those changes, to modify each schema code page where calling those processes?
I.e. change the code to:
const runProcessRequest = Ext.create("Terrasoft.RunProcessRequest", {
// El nombre del Proceso
"schemaName": "NdosGeneracionMasivaNC_PRPNCSNdosNotasCredyDeb_011",
Thanks for your support
Regards
Julio Falcón