Hi,
I would like to create a task whenever an email is sent in a case. The task should have the case number in its name, e.g. Task for case 105
I cannot get this last part to work.
I've tried to use the formula:
but this results in the database ID, not the case number:
Any help would be appreciated.
Leon
I would like to create a task whenever an email is sent in a case. The task should have the case number in its name, e.g. Task for case 105
I cannot get this last part to work.
I've tried to use the formula:
Code:
name=string\concatenate('Task for case ', parentId);
but this results in the database ID, not the case number:
Any help would be appreciated.
Leon
Comment