티스토리 뷰
Salesforce admin 공부 03 - ~ / Lightning Experience Customization
monimoni 2023. 1. 13. 15:3601. 권한 집합 그룹 ( Permission set groups )
- 권한 집합 그룹을 사용하면, 직무에 따라 권한 집합을 함께 묶을 수 있습니다.
- With permission groups, you can bundle permission sets together based on a job function.
- 권한 집합 그룹에는 권한 집합의 모든 권한이 포함됩니다.
- A permission set group includes all permissions in the permission sets.
- 다양한 직무에서 수행하는 작업을 기반으로 사용자에게 권한을 부여하는 것이 훨씬 간단해집니다.
- Granting permissions to user based on the tasks they perform in their different job function becomes much simpler.
- 권한집합 그룹에서 권한을 음소거하면 음소거는 권한 집합 그룹 외부의 권한 집합에 직접 할당된 사용자가 아니라 권한 집합 그룹에 할당된 사용자에게만 영향을 미칩니다.
- When you mute a permission in a permission set group, the muting affects only users assigned to the permission set group, not user assigned directly to a permission set outside of the permission set group.
02. 개체의 종류
- 1 ) 기본 개체 ( Standard objects )
- Salesforce에서 기본적으로 포함되어 있는 개체이다.
- Standard objects are objects that are includes with salesforce.
- 계정, 연락처, 리드 및 기회 같은 일반적인 비즈니스 개체는 모두 기본 개체이다.
- Common business objects like account, contracts, lead, and opportunity are all standard objects.
- 2 ) 맞춤형 개체 ( Custom objects )
- 사용자의 회사 또는 업종에 대한 특정 정보를 저장하기 의해 만드는 개체입니다.
- Custom objects are objects that you create to store information that’s specific to your company or industry.
03. 개체 관계 ( Object Relationships )
- 1 ) 룩업 관계 ( Lookup Relationships )
- 룩업 관계는 근본적으로 개체 하나를 다른 가체의 연결된 항목에서 ‘룩업’할 수 있도록 두 개체를 연결합니다.
- A lookup relationship essentially links two objects together so that you can “look up” one object from the relationship items on another object.
- 룩업 관계는 일대일 또는 일대다 관계일 수 있습니다.
- Lookup relationship can be one-to-one or one-to-many.
- 2 ) 마스터 – 세부 정보 관계 ( Master-Detail Relationships )
- 룩업 관계는 느슨한 편이지만, 마스터-세부 관계는 좀 더 엄격합니다.
- While lookup relationships are fairly casual, master-detail relationships are a bit tighter.
- 이 관계 유형에서는 개체 하나가 마스터이고 다른 개체가 세부 정보입니다.
- In this type of relationship, one object is the master and another is the detail.
04. 개체별 작업 ( Object-specific Actions )
- 개체별 작업은 다른 레코드에 대한 자동 관계를 가지며 사용자는 특정 개체의 컨텍스트에서 레코드를 빠르게 생성 또는 업데이트하고, 통화를 기록하고, 이메일을 보내는 등의 작업을 수행할 수 있습니다.
- Object-specific Actions have automatic relationships to other records and let users quickly create or update records, log call, send email, and more, in the context of a particular object.
- 개체별 작업에는 몇가지 유형이 있습니다.
- 1 ) 생성 ( create )
- 관련 레코드와 자동으로 연결된 레코드를 생성합니다.
- Create action create records that are automatically associated with related records.
- 2 ) 레코드 업데이트 ( update a records )
- 사용자가 레코드를 쉽게 편집할 수 있습니다.
- It easy for users to edit records.
- 업데이트에 사용할 수 있는 필드를 정의할 수 있습니다.
- You can define the fields that are available for update.
- 3 ) 통화 기록 ( Log a call )
- 사용자는 특정 레코드와 관련된 통화, 회의 또는 기타 상호작용에 대한 메모를 입력할 수 있습니다.
- Let user enter notes about calls. Meeting, or other interactions that are related to a specific record.
'[세일즈포스 개발자]' 카테고리의 다른 글
[세일즈포스 개발자] Salesforce admin 오답정리 - Dump 01 (7) | 2023.02.06 |
---|---|
[세일즈포스 개발자] Salesforce admin 공부 05 (0) | 2023.01.20 |
[세일즈포스 개발자] Salesforce admin 공부 04 (0) | 2023.01.16 |
Salesforce admin 공부 02 - User Management / Customize an Org to Support a New Business Unit / Identity Basics (0) | 2023.01.12 |
Salesforce Admin 공부 01 - Salesforce Platform Basic / Prepare Your Salesforce Org for Users (0) | 2023.01.11 |