Configured Field formula
Hi all,
I have a configured field (UDF) that's the following formula to help some sorting issues with Finish Milestones:
if (object.Activity_activityType=="Finish Milestone") { object.Activity_finishDate } else { object.Activity_startDate }
But not always the field is calculated. How can I force OPC to (re)calculate the field?
0