Skip to content

Commit f1ccb0e

Browse files
authored
Create README.md
1 parent 41d2d10 commit f1ccb0e

File tree

1 file changed

+34
-0
lines changed
  • Client-Side Components/UI Actions/Field Review of User Record when on form using action button

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## Field Review of User Record when on form using action button
2+
3+
Displays informational messages suggesting improvements to field formatting on the User Table (**sys_user**) form when the **Fields Check** button is clicked.
4+
5+
- Helps maintain consistency in user data by checking capitalization of names and titles, validating email format, ensuring phone numbers contain only digits, and preventing duplicate phone entries.
6+
- Also suggests users not to leave the **user_name** field empty.
7+
- Shows Info messages below each field highlighting fields that may need attention.
8+
- Simple Prerequisite is that: when form loads give Info message to check **Field Check** button to bring user's attention
9+
- Uses a Client-side UI Action (**Fields Check**) that to review entered data and display friendly suggestions
10+
- Name: Fields Check
11+
- Table: User (sys_user)
12+
- Client: true
13+
- Form button: true
14+
- Onclick: onClickCheckDetails()
15+
16+
---
17+
18+
### Grab user's attention on Field Check Button using Info message at top
19+
20+
![Field Review on User Table_1](Field_Review_userTable_1.png)
21+
22+
---
23+
24+
### After clicking Field Check Button where suggestions are displayed below fields
25+
26+
![Field Review on User Table_2](Field_Review_userTable_2.png)
27+
28+
---
29+
30+
### When user fixes the suggested issues and click the **Fields Check** button again, a message confirms that all fields are correctly formatted
31+
32+
![Field Review on User Table_3](Field_Review_userTable_3.png)
33+
34+
---

0 commit comments

Comments
 (0)