For each third-party type (Customer, Supplier, Employee), this service indicates whether the code must be entered manually by the user or is automatically generated by the system.
This information is primarily intended for user interface logic, enabling applications to dynamically adapt the behavior of the Code field during third-party creation or edition.
Typical use cases include:
- displaying the Code field as editable or read-only
- enforcing mandatory input when manual mode is enabled
- hiding or disabling the field when the code is auto-generated
Functionality
- Indicates whether Customer, Supplier, and Employee codes are manual or automatic
- Enables UI-driven behavior without exposing internal numbering rules
- Ensures consistent third-party creation across applications