본문 바로가기

전체 글199

Intermediate Day 3 + 시험 준비 보호되어 있는 글 입니다. 2023. 6. 2.
HyperSql in Mendix SELECT * FROM "PUBLIC"."intranet$employee" where "employeeid" = 'S0001' "속성"='문자열' 2023. 5. 18.
Mendix 암호화 https://apidocs.rnd.mendix.com/8/runtime/com/mendix/core/Core.html  public java.lang.Boolean executeAction() throws Exception { // BEGIN USER CODE IUser user = Core.getUser(getContext(), userName); return user != null && Core.authenticate(getContext(), user, password); // END USER CODE }public static boolean authenticate​(IContext context, IUser user, java.lang.String password) throws CoreExcept.. 2023. 5. 18.
네이버워크플레이스 연동 방법 1. 네이버 워크플레이스 콘솔로 이동한다.Services > Business Application > Workplace를 누르고 WORKPLACE에서 Developer로 들어간다.API 연동 순서는 직급/ 직책 연동 -> 부서 연동 - >사원 연동 순으로 가야하므로 직급으로 이동한다.https://guide.ncloud-docs.com/docs/ko/mediaconnectcenter-organizationrelevance템플릿 파일을 다운받은 후 external key를 입력한뒤 파일을 다시 업로드한다. 직급의 컬럼을 바꾸고 싶으면 admin계정으로 워크플레이스에서 진행해야 하며, 임의로 템플릿을 바꿔도 업로드는 되지 않는다.직급 api 가이드 : https://api.ncloud-docs.com/doc.. 2023. 5. 4.
API 에러 모음 1. http 안써서 생긴 문제 M : Target host is not specified T: Error calling REST service 2. json type으로 call 해놓고 xml로 결과값 가져오면 charactor > 어쩌구 에러남 2023. 5. 2.
Mendix에서 줄바꿈 쓰는 방법 String type 에서 줄 바꿈 사용하려면 \n이 안먹힘 아래 포럼 참고 https://forum.mendix.com/link/space/connectors/questions/101543 https://forum.mendix.com/link/space/microflows/questions/90904 2023. 4. 18.