Published at: 2026-09-17
Object plugin management overview
Bind standard or custom plugins to object fields to support advanced business logic and user interactions.
Business value
ShareCRM provides common capabilities for most business logic. Object plugin management extends fields for specific enterprise requirements:
- Extend native capabilities: Add map positioning, scan recognition, or external service interactions.
- Configure by Record Type: Apply different plugin logic to different Record Types on one object.
- Manage reusable components: Inject custom-developed logic through a unified plugin mechanism.
Core concepts
| Concept | Definition | Related item |
|---|---|---|
| Object plugin | A standard or custom extension for specialized UI, interactions, or server-side logic. | Custom and standard objects |
| Record Type binding | Specifies the Record Types where a plugin applies. | Record Type |
| Field mapping | Maps plugin inputs and outputs to physical object fields. | Object fields |
Use case
A sales representative may need a third-party map service in an on-site check-in field. A Sales Order may require automatic tax conversion and validation. An administrator binds the appropriate plugin to the field, and users access it while entering data.