On Field Update Set n user porp 'condition' is not working from interface
Hello,
Maybe someone has come across issue like this and can give me a tip, where could be cause.
I have created BC User Prop like this:
On Field Update Set 1
"MyFieldToCkeck", "MyFieldToSet", "IIF([SomeField] = ""Y"", LookupValue(""SOME_LOV_TYPE"",""Interaction""), """")", "(GetProfileAttr(ActiveViewName) = 'My Active View Name')"
It works just fine from UI:
1) If I change MyFieldToCkeck from view = 'My Active View Name' it updates MyFieldToSet
2) If I change MyFieldToCkeck from view <> 'My Active View Name', MyFieldToSet is not updated
And here is the problem: If I update MyFieldToCkeck with interface (WF), it still updates MyFieldToSet, even thou ActiveViewName should be null.