J
jparker
Hi all,
I'd like to automatically populate a custom task field based on the value of
another field.
Specifically, I basically want this to happen when creating or modifying a
task:
if "Due Date" == None {
"Due Date Exists" = No;
}
So then I can sort based on this field.
Any suggestions on how to get started? How do I go about creating the code
to do this? I'm just looking for a kick in the right direction here.
Thanks.
I'd like to automatically populate a custom task field based on the value of
another field.
Specifically, I basically want this to happen when creating or modifying a
task:
if "Due Date" == None {
"Due Date Exists" = No;
}
So then I can sort based on this field.
Any suggestions on how to get started? How do I go about creating the code
to do this? I'm just looking for a kick in the right direction here.
Thanks.