English
Overview
About 194 wordsLess than 1 minute
2026-01-09
Business Button
Used for data operations or third-party system data synchronization.
Return type: String.
- When the return value is a valid URL, clicking the button will redirect to the corresponding URL.
- When the return value is a non-empty string, clicking the button will display a prompt dialog.
- Returning no content or an empty string indicates successful execution.
Common Use Cases: Querying related object data based on current object data, then performing updates or creating new records according to business scenarios, or synchronizing data with third-party systems.
UI Button
Unlike business buttons, UI buttons primarily handle frontend (UI) data processing or trigger specific components.
- OpenDialogAction: An action that loads custom components in either dialog or full-screen mode
- WebAction: Loads preset Web components (currently supports form components for new pages and print preview components)
- AppAction: Loads preset mobile App components (currently compatible with existing mobile link capabilities)
- AlertAction: System preset notification component for displaying system messages after clicking UI buttons
- URL: Redirects to a specified page
Common Use Cases: Used for page navigation, where clicking the button redirects to another page (equivalent to a hyperlink).
