일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- salesforce
- sharing
- Too many DML statements
- apex
- dump
- chatter user profile
- difference with java
- DML Statement
- BASIC
- Database Methods
- deactivate record type for chatter user profile
- platform developer1
- sales cloud consultant
- System.LimitException
- object setting
- google extension
- development link
- sObject
- Administrator
- apex class
- VARIABLE
- Too many SOQL queries
- service cloud consultant
- developer console
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