Precaninvoke getfieldvalue issue
Hi Guys,
Is it possible to use getfieldvalue on a calc field on the precaninvoke? I tried it in debug and it just stops and exited.
Also is there a way to get MVL value through getfieldvalue on the precaninvoke method? To be more spcific the MVL field was used in the calc field with the count methdo to count and I was wondering if there is any way to get the content of the MVL field or the calc field that used it. below is the calc field that counts the MVL
IIF((Count("Count Heads") > 0),'Y','N')