Closed earocorn closed 4 months ago
Implemented system select field generator in GenericFormConfig so that you can have a system UID selector in any config.
This can be used with the SYSTEM_UID FieldType.
@DisplayInfo.FieldType(DisplayInfo.FieldType.Type.SYSTEM_UID) @DisplayInfo(label = "System UID") public String systemUID;
Implemented system select field generator in GenericFormConfig so that you can have a system UID selector in any config.
This can be used with the SYSTEM_UID FieldType.