Classic Update to correct DCM

Hello!

I am trying to update Case DCM to the correct one, but it reverts to the initial status for that DCM instead.

I have this code we used before, but is not working properly now.

Anyone have any idea how to achieve this?

const request = Ext.create("Terrasoft.ChangeToAppropriateDcmInstanceRequest", {
	entitySchemaName: this.entitySchemaName,
	recordId: recordObj.Id
,
	currentStageId: recordObj.StageId.value
});
request.execute(scope);
Like 0

Like

0 comments
Show all comments