Overview
The Object Business Handler is a logical unit designed for processing object-related business operations. The PaaS platform encapsulates the complete workflow for creating and editing object data into a series of business handlers. Users can implement custom business handlers through APL to extend the business logic for creating and editing object data.
Note: This capability requires applying for the grayscale feature ["Button Business Chain Orchestration Capability"] to be supported.
# Scenarios
# Create Button
If the grayscale feature ["Standardized Create/Edit Buttons"] is enabled, it will be displayed as the ["Create & Save"] button; otherwise, it appears as the ["Create"] button. This button is bound to a series of predefined business handlers from the PaaS platform. By editing the button's bound actions, users can implement custom business handlers through APL to extend the business logic for creating object data. The most common use case is validating data legitimacy before saving.
# Edit Button
If the grayscale feature ["Standardized Create/Edit Buttons"] is enabled, it will be displayed as the ["Edit & Save"] button; otherwise, it appears as the ["Edit"] button.
This button is bound to a series of predefined business handlers from the PaaS platform. By editing the button's bound actions, users can implement custom business handlers through APL to extend the business logic for editing object data. The most common use case is validating data legitimacy before saving.