Lock Procedures
The procedure locking feature can be used to protect procedures from accidental changes by non-admin users, while retaining the ability to adjust exposed parameters.
This feature is suitable for the following scenarios:
-
Standard module reuse: After R&D encapsulates and locks a complex process, it can be delivered to engineers for use.
-
Intellectual property protection: Hide implementation details when delivering projects externally.
-
Project maintenance: Regular engineers can complete debugging by adjusting parameters only, reducing the risk of misoperations.
Prerequisites
-
The Solution Access Control feature is enabled.
-
The currently logged-in user has administrator permissions.
Operation Guide
Lock Procedures
-
In the project editing area, right-click the procedure to protect.
-
In the shortcut menu, select Lock Procedure (Administrator).
After locking, the procedure enters protected status.
|