분류 전체보기 275

[Apex Basics & Database] - Manipulate Records with DML(DML로 레코드 조작하기) 세일즈포스 DML 레코드 조작

Salesforce - Apex DML 문 insert update upsert delete undelete merge (sObject 유형의 레코드를 최대 3개까지 하나로 병합 - 다른 레코드 삭제하고 관련 레코드 다시 상위항목으로 지정)) insert 하기 // Create the account sObject Account acct = new Account(Name='Acme', Phone='(415)555-1212', NumberOfEmployees=100); // Insert the account by using DML insert acct; sObject에서 ID가져오기 Account acct = new Account(Name='Acme', Phone='(415)555-1212', NumberO..

Salesforce 2023.01.24

[Apex Basics & Database] - Use sObjects (sObject 사용하기)

what is sObject? 데이터베이스 테이블의 개체 -> 즉 자바의 Object랑 비슷하다. Here are some common sObject type names in Apex used for standard objects. Account Contact Lead Opportunity sObject 변수 생성 Account acct = new Account(Name='Acme', Phone='(415)555-1212', NumberOfEmployees=100); Account acct = new Account(); acct.Name = 'Acme'; acct.Phone = '(415)555-1212'; acct.NumberOfEmployees = 100; 세일즈포스 API 이름 규칙 맞춤형 객체 및..

카테고리 없음 2023.01.24

Extend Your Reporting Strategy with AppExchange

https://trailhead.salesforce.com/content/learn/modules/lex_implementation_reports_dashboards/lex_implementation_reports_dashboards_appexchange?trail_id=force_com_admin_beginner Lightning Experience용 보고서 및 대시보드 Lightning Experience를 사용하여 실시간으로 주요 비즈니스 메트릭을 시각화하세요. trailhead.salesforce.com 내 과제 Install, copy, and customize a dashboard Maria Jimenez is looking for reports and dashboards to track he..

Salesforce/Admin 2023.01.01

Visualize Your Data with the Lightning Dashboard Builder

Visualize Your Data with the Lightning Dashboard Builder https://trailhead.salesforce.com/content/learn/modules/lex_implementation_reports_dashboards/lex_implementation_reports_dashboards_visualizing_data?trail_id=force_com_admin_beginner Lightning Experience용 보고서 및 대시보드 Lightning Experience를 사용하여 실시간으로 주요 비즈니스 메트릭을 시각화하세요. trailhead.salesforce.com Create an opportunities report and add it to a ..

Salesforce/Admin 2023.01.01

[Admin Beginner] Reports & Dashboards for Lightning Experience - Format Reports

Format Reports https://trailhead.salesforce.com/content/learn/modules/lex_implementation_reports_dashboards/lex_implementation_reports_dashboards_report_formats?trail_id=force_com_admin_beginner Lightning Experience용 보고서 및 대시보드 Lightning Experience를 사용하여 실시간으로 주요 비즈니스 메트릭을 시각화하세요. trailhead.salesforce.com Use Report Formats There are three report formats available: Tabular, Summary, and Matrix. ..

Salesforce/Admin 2023.01.01

[Admin Beginner] Reports & Dashboards for Lightning Experience - Create Reports with the Report Builder

Create Reports with the Report Builder 보고서 빌더로 보고서 작성 내과제 Create a report to show leads To try out the steps in this module, you need to create a new Trailhead Playground. Click Launch to get started, or click the name of your org to choose a different one. Note: Yes, we really mean a brand-new Trailhead playground! If you use an existing org or playground, you can run into problems completing t..

Salesforce/Admin 2023.01.01

[Admin Beginner] Reports & Dashboards for Lightning Experience - Introduction to Reports and Dashboards in Lightning Experience

Introduction to Reports and Dashboards in Lightning Experience https://trailhead.salesforce.com/content/learn/modules/lex_implementation_reports_dashboards/lex_implementation_reports_dashboards_overview?trail_id=force_com_admin_beginner Lightning Experience용 보고서 및 대시보드 Lightning Experience를 사용하여 실시간으로 주요 비즈니스 메트릭을 시각화하세요. trailhead.salesforce.com 1A dashboard is: A.A list of records that meet th..

Salesforce/Admin 2023.01.01

[Admin Beginner] User Engagement - Design a User Engagement Journey

Design a User Engagement Journey https://trailhead.salesforce.com/content/learn/modules/user-engagement/design-a-user-engagement-journey?trail_id=force_com_admin_beginner User Engagement 사용자가 Salesforce 앱을 최대한 활용할 수 있도록 앱 내 지침을 만듭니다. trailhead.salesforce.com 1What's the aha moment? A.The moment that you remember the name of that movie starring that actor from that TV show B.The moment that a use..

Salesforce/Admin 2023.01.01