I'm a bit stumped from an invalid field error.
I've created a derived user field and I'm getting an invalid field error when reference on a form of same business class. I've tried different things but same issue.
I'm Stumped
Thanks
What is the LPL for Utest?
Also if UGLCompany is just the Employee field, why not have the when value changed LPL be:
Utest = Employee
Can you test that with another DerivedField vs. PersistentField? Wondering if it's the field type causing the issue?
I'm wondering if the UTest = UGlCompany needs to be addressed within the derived field rather than the form. Just a thought.
Something like "return UTest" after an if statement.
I was testing to see what is the actual issue,.... Is it the field itself or what it is returning? And it looks like it is the field and not what it is returning.
wonder if you kept that syntax as shown above in the screenshot but add this to the form somewhere:visible when (false) UGlCompany
Could be that the form needs to be aware of that field.
It complains about that piece of code being invalid as well