K
ks
I'm trying to write a macro where I get information from one custom,
project-level field, a string, and place it in another custom,
project-level field which is also a string.
So far, the way I've been able to access the value is by storing
Project.Task.field_one in a string variable I've already declared.
However, when I try to write Project.Task.field_two = string_variable,
I get an error message saying "The argument value is not valid".
Any thoughts?
project-level field, a string, and place it in another custom,
project-level field which is also a string.
So far, the way I've been able to access the value is by storing
Project.Task.field_one in a string variable I've already declared.
However, when I try to write Project.Task.field_two = string_variable,
I get an error message saying "The argument value is not valid".
Any thoughts?