ChuanYun's collection of practical skills
50+ Practical skills · Best practices · Double efficiency
Form design tips
✓ Recommended practices
Leave days field identification: leave_days (instead of "leave days")
Formula reference: SUM(leave_days) ← Clear and easy to understand
✓ Recommended layout
- 📋Basic information: applicant, department, application date
- 📅 Leave information: leave type, start and end time, number of days of leave
- 📝 Additional instructions: reasons for requesting leave and uploading attachments
✓ Setting method
Form Design → Layout Settings → Mobile Layout → Select "Single Column Display"
✓ Examples of commonly used formulas
NETWORKDAYS(start_date, end_date)
// Convert the amount from lower case to upper case
NUMBERSTRING(amount, 1)
// Get the current user name
CURRENTUSER()
✓ Application scenarios
Select "Sick Leave" → Display the "Sick Leave Certificate" upload field
Select "Personal Leave" → Hide the "Sick Leave Certificate" field
Setting method: Field properties → Show and hide rules → Add conditions
Process design skills
✗ Not recommended
Approver: Zhang San (if Zhang San resigns, the process will be interrupted)
✓ Recommended
Approver: Submitter’s supervisor (automatically matches organizational structure)
✓ Optimization example
- • Amount ≤ 1000 yuan: Supervisor approval → End
- • 1000 < 金额 ≤ 5000:主管 → 部门经理 → 结束
- • Amount > 5000: Supervisor → Department Manager → General Manager → End
✓ Recommended settings
Timeout: 24 hours
Reminder method: DingTalk message + site message
Remind: Approver + Approver supervisor
✓ Recommended configuration
Allow rejection to: submitter/previous node
Maximum number of rejections: 2 times
After the number of times is exceeded: the process is automatically terminated and needs to be resubmitted.
Data management skills
✓ Recommended filters
- • My application: submitted by = current user
- • Awaiting my approval: Approver = current user and status = Approval in progress
- • Data for this month: submission date = this month
- • Exception data: Process status = terminated
✓ Archiving strategy
Archiving the previous quarter's data quarterly
Export Excel backup before archiving
Archived data can still be queried, but is not displayed by default.
✓ Backup frequency recommendations
- • Core business data: Back up once a week
- • General data: Backup once a month
- • Major nodes (such as the end of the year): full backup
Performance optimization tips
✗ Not recommended (nested too deeply)
✓ Recommended (split calculation)
Field 1: conditions for judging A and B
Field 2: Condition for judging C
Field 3: Comprehensive calculation result of field 1 and field 2
✓ Optimization plan
If you need deeply related data, consider adding redundant fields to the source table
Or use automated rules to sync data regularly
✓ Split plan
Split a large order into multiple sub-orders
Use master-child table association instead of a large number of details in a single table
User experience skills
✓ Example
Reimbursement amount: Please fill in the actual expenditure amount (accurate to the minute, such as: 198.50)
Contact number: Please fill in 11 mobile phone number (for example: 13812345678)
✓ Identification method
ChuanYun automatically adds a red * mark to required fields
It is recommended to set core fields as required to avoid incomplete data
✓ Status ID
- 🟢 Passed: Green
- 🟡Pending approval: yellow
- 🔴Rejected: red
- ⚪ Draft: Gray
Security and Permissions Tips
✓ Desensitization example
ID card: Displayed as 320***********1234
Mobile phone number: Displayed as 138****5678
Setting method: Field attributes → Data desensitization
✓ Permission classification
- Ordinary employees: can only view and submit their own data
- Department manager: can view all data of the department
- Administrator: can view all data + configure applications
Recommended practical tools
browser plug-in
ChuanYun Developer Tools - Formula Tips, Code Snippets
Excel template
Requirements documents, test cases, training manual templates
code base
Commonly used formula code snippets and front-end event examples
More practical tips: Join Knowledge Planet
New skills updated every week + skill video tutorials + expert Q&A