profile
셀포합니다

AuraEnabled methods do not support return type of Map<String,Set<String>>

@AuraEnabled public static Map&lt;String, Set> makeTimeCycleCombobox(String node, String application){} Set -> List로 변경

2023년 4월 28일
·
0개의 댓글
·

배포

Ant 배포

2023년 3월 2일
·
0개의 댓글
·

Continuation 클래스

Continuation 클래스를 사용하여 SOAP 또는 REST 웹 서비스에 대한 콜아웃을 비동기식으로 만듭니다.

2023년 2월 28일
·
0개의 댓글
·

@salesforce Modules

lwc @salesforce module 정리

2023년 2월 27일
·
0개의 댓글
·

Render Lists

for:each iterator

2023년 2월 27일
·
0개의 댓글
·

LWC에 라이브러리 붙이기

LWC에 라이브러리 붙이기

2023년 2월 27일
·
0개의 댓글
·

REST API를 활용해 Postman-SF 연동정리

How to Connect Salesforce and Postman using REST API In Salesforce, navigate to Setup→Build→Create→Apps Then go to Connected Apps for creation. Now c

2023년 2월 27일
·
0개의 댓글
·

Apex 동적 DML

2023년 2월 20일
·
0개의 댓글
·

Maintenance (Winter '23) Dev/App Builder

Platform Developer Assert Test 형식 바뀜 System.assertEquals -> Assert.isTrue(obj, msg) System.Domain 형식의 Domain 정보 가져올 수 있음 LWC LightningAlert, Lightni

2023년 2월 8일
·
0개의 댓글
·

Async/Await 공부

Async/Await

2023년 2월 1일
·
0개의 댓글
·

anotation 정리

anotation

2023년 1월 12일
·
0개의 댓글
·

Apex Practice Site

Apex Practice Site : https&#x3A;//www.apexsandbox.io/

2023년 1월 10일
·
0개의 댓글
·

싱글톤 패턴(Singleton )

싱글톤

2023년 1월 6일
·
0개의 댓글
·

Composition 예제

Composition 예제

2023년 1월 4일
·
0개의 댓글
·

합성(Composite) 관계

합성

2023년 1월 4일
·
0개의 댓글
·

Virtual/Abstract/Interface

virtual abstract interface

2023년 1월 3일
·
0개의 댓글
·

TriggerHandler 참고

TriggerHandler 참고

2023년 1월 2일
·
0개의 댓글
·

Dynamic calling of static APEX methods in Salesforce

Callable interface 사용https&#x3A;//nextian.com/2021/10/21/dynamic-calling-of-static-apex-methods-in-salesforce/

2022년 12월 27일
·
0개의 댓글
·

virtual class

Animal Class Dog class 실행 방법 => Animal fish = new Animal('goldfish', 1, 5); fish.move(); Animal dog = new Dog('Nacho', 5,4, 'Origen', 'Tan'); dog.

2022년 12월 27일
·
0개의 댓글
·

Type Class

Type ClassType.forName의 활용

2022년 12월 27일
·
0개의 댓글
·