pxIsEditable

Can someone explain to me when or where the value is set to pxIsEditable, to manipulate it?

@PabloF16964498

. If I understand your meaning then this is how my embedded Sections are already set up. See my Section chain below.

  1. All the fields are already set up to use Auto for the Edit Option. There are no issues with the input fields. The issue is with Links and Buttons because pxIsEditable does not work properly in my experience.

  2. This is how it is currently set up. There are no issues with the input fields. The issue is with Links and Buttons because pxIsEditable does not work properly for repeating layouts.

  3. There are no issues with the input fields. The issue is with Links and Buttons because pxIsEditable does not work properly for repeating layouts (or at all it seems, see below).

In other words, in one embedded Section I have an input text field and a button. The text field is ready only but the button is still visible even when I use “pxIsEditable” as the Visibility When condition on it. Note, I’ve also tried copying the condition from the When rule directly in to the Visibility for the field and got the same result.

Actually I just tried debugging by using pxIsEditable to display a label and it also never worked. No matter how the calling Section was configured pxIsEditable always resolved to false, even in the top-most/first embedded Section.