[중요] Rocket chat 가입시 소속부서 & 직책 추가하기 !!
## 관리 ==> Workspace ==> 설정 ==> 계정 ==> 등록 (JSON 형태 추가) { "소속부서": { "type": "select", "options": ["부서명1", "부서명2 ", "부서명3", "부서명4", "부서명5"], "required": true, "modifyRecordField": { "array": true, "field": "Roles" } }, "직책": { "type": "select", "options": ["직책1", "직책2", "직책3", "직책4", ""], "required": true, "modifyRecordField": { "array": true, "field": "Roles" } } }
2025. 3. 19.