티스토리 뷰
1. Salesforce관련 용어 알아보기
- 1 ) app
- App은 비즈니스 프로세스를 지원하는 개체, 필드 및 기타 기능의 집합입니다.
- An app in salesforce is a set of objects, fields, and other functionality that supports a business process
- 사용중인 앱을 확인하고 앱 시작 관리자를 사용하는 앱 간에 전환이 가능합니다.
- You can see which app you’re using and switch between apps using the App Launcher
- 2 ) Objects ( 개체 )
- 특정 종류의 정보를 저장하는 Salesforce 데이터베이스 테이블입니다.
- Objects are tables in the Salesforce database that store a particular kind of information
- Objects에는 custom objects와 standard objects로 구분이 가능하다.
- 3 ) Records ( 레코드 )
- 레코드는 개체 데이터베이스 테이블의 행입니다.
- Records are rows in object database tables.
- 레코드는 개체와 연결된 실제 데이터입니다.
- Records are the actual data associated with an object.
- Ex. 211 Charles street
- 4 ) Fields ( 필드 )
- 필드는 개체 데이터베이스 테이블의 열입니다.
- Field are columns in object database tables.
- 표준 및 맞춤형 개체에는 모두 필드가 있습니다.
- Both standard objects and custom objects have fields.
- Ex. Property 개체에는 주소 및 가격과 같은 필드가 있습니다.
- 5 ) org ( 조직 )
- 사진에 담기 어려운 또다른 중요한 용어는 org( 조직 )입니다.
- Another important terms that’s hard to capture in a picture is org.
- Org는 조직의 약자로 Salesforce의 특정 인스턴스를 나타냅니다.
- Org is short for Organization, and it refer to a specific instance of Salesforce.
- 기업에는 하나 이상의 조직이 있을 수 있습니다.
- Your company can have one or multiple orgs.
'[세일즈포스 개발자]' 카테고리의 다른 글
상위 5개의 Setup 페이지 목록 (0) | 2023.03.03 |
---|---|
Salesforce Architecture (0) | 2023.03.03 |
Salesforce의 비즈니스 활동 및 제공 기능 (0) | 2023.03.03 |
SQL과 SOQL의 차이점 (0) | 2023.03.03 |
Force.com Objects (0) | 2023.03.03 |