티스토리 뷰
01. Lightning App Builder ( 라이트닝 앱 빌더 )의 기능
- 1 ) 표준 페이지로 드릴 다운하는 단일 페이지 앱
- Single-page app that drill down into standard pages.
- 2 ) 해당 분기의 주요 영업 전망 또는 주요 잠재 고객을 추적하는 앱과 같은 대시보드 스타일 앱
- Dashboard-style apps, such as apps to track top sales prospects or key leads for the quarter.
- 3 ) 사용자가 비용을 입력하고 제출한 비용을 모니터링할 수 있는 비용 앱과 같이 특정 작업을 해결하기 위한 “포인트”앱
- “Point” apps to solve a particular task, such as expense app for users to enter expense and monitor expenses they’ve submitted.
- 4 ) 사용자의 요구사항에 맞게 조정된 개체에 대한 사용자 정의 레코드 페이지
- Custom record pages for your objects, tailored to the needs of your users.
- 5 ) 사용자가 가장 많이 사용하는 구성 요소 및 기능이 포함된 사용자 지정 홈페이지
- Custom Home pages containing the components and features that your user use most.
- Lighting 페이지는 Salesforce 모바일 앱 또는 Lighting Experience에서 사용할 페이지를 디자인할 수 있는 사용자 정의 레이아웃입니다.
- A Lighting page is a custom layout that lets you design pages for use in the Salesforce mobile app or Lighting Experience.
02. 라이트닝 페이지의 구성요소 ( Lightning pages components )
- 1 ) 표준 구성 요소 ( Standard Components )
- 표준구성요소는 Salesforce에서 구축한 Lightning 구성 요소입니다.
- Standard components are Lightning components builts by Salesforce.
- 2 ) 사용자 정의 구성 요소 ( Custom Components )
- 사용자 정의 구성 요소는 귀하 또는 다른 사람이 만든 Lightning 구성요소입니다.
- Custom components are Lightning components that you or someone else have created.
- Lightning 앱 빌더에서 작동하도록 사용자 정의 Lightning 구성 요소를 구성할 수 있습니다.
- You can configure custom Lightning components to work in Lightning App Builder.
- 3 ) AppExchange의 타사 구성 요소 ( Third-Party Components on AppExchange )
- AppExchange는 Lightning 구성 요소에 대한 마켓 플레이스를 제공합니다.
- The AppExchange provides a marketplace for Lightning components.
03. 수식 디버깅 ( Debug Formulas )
- 1 ) 괄호 누락 ( Missing parentheses )
- 이 오류는 여는 괄호와 닫는 괄호의 개수가 일치하지 않을 경우 자주 발생합니다.
- This error most often occurs when the number of opening parentheses doesn’t math the number of closing parentheses.
- 함수의 2개 매개변수 사이에 쉼표를 잊어버린 경우에도 이 오류가 발생합니다.
- You also see this error if you forget a comma between two function parameters.
- 2 ) 잘못된 매개변수 유형 ( Incorrect parameter type )
- 함수가 텍스트를 예상할 때 숫자 매개변수를 제공하면 이것이 표시되는 오류입니다.
- If you give a function a number parameter when it expect text, this is the error you see.
- 3 ) 함수에 대한 잘못된 매개변수 개수 ( Incorrect number of parameters for function )
- 함수에 너무 많거나 너무 적은 매개변수를 입력하면 해당 오류가 나타납니다.
- If you input too many or too few parameters into function, the syntax checker alerts you.
- 4 ) 수식 결과가 수식 반환 유형과 호환되지 않음 ( Formula result is incompatible with formula return type )
- 수식 필드를 만들 때 하나의 데이터 형식을 선택했지만, 다른 데이터 유형을 반환하는 수식을 작성하면 이 오류가 표시됩니다.
- You see this error if you select one data type when creating the formula field but write a formula that returns a different data type.
- 5 ) 필드가 존재하지 않음 ( Field doesn’t exist )
- 이 오류는 개체가 지원하지 않는 필드가 수식에 포함된 경우 발생합니다.
- This error indicates that you’ve included a field in your formula that your object doesn’t support.
- 6 ) 알 수 없는 함수 ( Unknown function )
- 이 경우 Salesforce에서 사용 중인 함수를 지원하는지 확인합니다.
- In this case, check that Salesforce supports the functions you’re using.
04. 롤업 요약 필드란? ( Roll-Up Summary Fields )
- 수식 필드는 단일 레코드 내 필드를 사용하여 값을 계산하는 반면 롤업 요약 필드는 관련 목록에 있는 집합과 같은 레코드 집합에서 값을 계산합니다.
- While formula fields calculate values using fields within a single record, roll-up summary fields calculate values from a set of related records, such as those in a related list.
- 세부 레코드의 레코드 갑을 기반으로 마스터 레코드 값을 자동으로 표시하는 롤업 요약 필드를 생성할 수 있습니다.
- You can create roll-up summary fields that automatically display a value on a master record based on the values of records in a detail record.
05. 유효성 검사 규칙이란? ( Validation Rules )
- 유효성 검사 규칙은 사용자가 레코드에 입력한 데이터가 저장하기 전에 지정한 표준을 충족하는지 확인합니다.
- Validation Rules verify that data entered by user in records meets the standards you specific before they can save it.
06. Service Cloud란?
- Service Cloud는 뛰어난 서비스를 제공하고 추적하는데 도움이 될 수 있는 사용이 편리한 고객 서비스 애플리케이션입니다.
- Service Cloud is an easy-to-use customer service application that can help you provide and track excellent service.