Informational message about use of OnAssistEdit on page fields #1209
Closed
ernestasjuska
started this conversation in
New Rule
Replies: 1 comment
|
It seems that this is just buggy BC CU0. Ignore this. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
When page field is calculated using a function and it you want to use "assist edit" button the whole page field is hidden without any warning or error. You need to also add AssistEdit = true property to the field and then page field is visible again. That said this is very niche problem - I was testing on BC27.0 so maybe it is just CU0 bug and that's it.
Without AssistEdit property and OnAssitEdit trigger the field is not shown:


With AssistEdit property and OnAssistEdit trigger the field is shown:


It is really weird that BC can hide field without us explicitly asking for it using Visible = false.
Thanks.
P.S. Removing Visible = false from the next field makes the checkmark field visible again without the AssistEdit = true. Fun.
All reactions