J
James
The following works reading a Task Entity but not a Resource Entity:
ecfReferenceIndex = FieldNameToFieldConstant("ECF name")
testStr = CustomFieldGetFormula(ecfReferenceIndex)
How do I read the formula for a Resource ECF?
ecfReferenceIndex = FieldNameToFieldConstant("ECF name")
testStr = CustomFieldGetFormula(ecfReferenceIndex)
How do I read the formula for a Resource ECF?