How to set a column value to another column value using Workflow Rules

SOLVED

Hi,

I am trying to set a column value for a date field in a workflow rule, to another field in the same record.

Set Column Value : visi_start_date

In the CreateScript I have : 
DefaultType = 1;
DefaultValue = '01/01/2020';

Hardcoding the value as above works but I am trying to reference another date field in the same entity, without success. I have tried

DefaultValue = '#visi_planned_start_date#'

DefaultValue = Values('visi_planned_start_date')

Neither of these is working, so what am I doing wrong ?

Thanks

Chris

Parents Reply Children
No Data