You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Describe the bug
User prompt says "Field Schema Name" but entering the schema name does not work.
📋 To Reproduce
Scenario 1: field exists, but schema name uses Upper/lower case and search provides no useful feedback
Open a form
Select PowerPane/Find field in form
Enter schema name as prompted
No feedback to user
Scenario 2: field is read only
Open a form
Select PowerPane/Find field in form
Enter schema name of a read-only (lock icon) field
User gets response "Focused on the ___ field." but field cannot accept focus so user does not see where the field is.
💭 Expected behavior
Should provide a "field not found" or highlight the field that is found
📷 Screenshots
⚡ Product Version
2021 release wave 2 enabled
Server version: 9.2.22022.00137
Client version: 1.4.3983-2202.3
Power pane Version 1.2.2
🌍 Environment
Chrome Version 99.0.4844.82
ℹ️ Additional context
You prompt the user for Schema name, but the fields on the form use the Logical Name. Recommend you convert the users input to lower case before you search. That would provide users to use either the logical name or the schema name when searching.
If the field is read-only (lock icon) and is found, the field cannot receive focus. Recommend changing the style of the field to have square outline around the field.
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
User prompt says "Field Schema Name" but entering the schema name does not work.
📋 To Reproduce
Scenario 1: field exists, but schema name uses Upper/lower case and search provides no useful feedback
Scenario 2: field is read only
💭 Expected behavior
Should provide a "field not found" or highlight the field that is found
📷 Screenshots
⚡ Product Version
2021 release wave 2 enabled
Server version: 9.2.22022.00137
Client version: 1.4.3983-2202.3
Power pane Version 1.2.2
🌍 Environment
Chrome Version 99.0.4844.82
ℹ️ Additional context
The text was updated successfully, but these errors were encountered: