일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- deactivate record type for chatter user profile
- developer console
- BASIC
- development link
- object setting
- sales cloud consultant
- chatter user profile
- Database Methods
- sharing
- DML Statement
- Too many SOQL queries
- difference with java
- System.LimitException
- sObject
- apex class
- Too many DML statements
- Administrator
- VARIABLE
- service cloud consultant
- salesforce
- dump
- google extension
- apex
- platform developer1
Archives
- Today
- Total
목록VARIABLE (1)
어느 Salesforce Developer의 개발 성장기
Apex Programming Language는 C#, Java와 비슷하다.
Apex는 객체지향언어로 Lightning Platform에서 저장되고, 컴파일되며, 실행된다. Data Type: 모든 변수는 기본적으로 null로 초기화된다. - Integer - Double - Long - Date - Datetime - String - Boolean - ID Collection: List, Set, Map를 사용한다. List List myStrings = new List(); Apex에서 List는 배열과 거의 동일하게 작동하며, 서로 바꿔서 사용할 수 있다. String[] myStrings = new List(); add() 함수: List myStrings = new List {'String1', 'String2', 'String3' }; List myStrings = n..
Salesforce/Learning concept
2020. 3. 10. 23:41