전체 글 275

[Admin Beginner] Lightning Experience Customization -Customize Record Details with Page Layouts

Customize Record Details with Page Layouts 페이지 레이아웃으로 레코드 세부 사항 사용자 정의 https://trailhead.salesforce.com/content/learn/modules/lex_customization/lex_customization_page_layouts Lightning Experience 사용자 정의 코드 작성없이 Lightning Experience 사용자 인터페이스 사용자 정의 trailhead.salesforce.com You can customize and personalize many things on a given object record page using page layouts. There are two ways to custom..

Salesforce/Admin 2023.01.01

[Admin Beginner] Lightning Experience Customization - Customize Record Highlights with Compact Layouts 과제

https://trailhead.salesforce.com/content/learn/modules/lex_customization/lex_customization_compact_layouts?trail_id=force_com_admin_beginner Lightning Experience 사용자 정의 코드 작성없이 Lightning Experience 사용자 인터페이스 사용자 정의 trailhead.salesforce.com 만드는 방법 만들기 소형 레이아웃으로 레코드 하이라이트 사용자 정의 First, find and open the compact layouts node in Setup for Energy Audit. From Setup, click Object Manager. Click Energy ..

Salesforce/Admin 2023.01.01

[Admin Beginner] Lightning Experience Customization - Create and Customize List Views 과제

Create a Custom List View Lance Park, one of Ursa Major Solar’s sales reps, wants to see a list of opportunities that are in the late stages of negotiation or have high probability to close, or both. Step into Lance’s shoes and make that happen. Use the App Launcher to open the Sales app Create an Opportunity list view: List Name: High Probability Opportunities List API Name: High_Probability_Op..

Salesforce/Admin 2023.01.01

[Admin Beginner] Lightning Experience Customization - Create and Customize Lightning Apps 퀴즈 정답

[Admin Beginner] Lightning Experience Customization What Is a Lightning App? Lightning apps give your users access to sets of objects, tabs, and other items all in one convenient bundle in the navigation bar. Lightning apps let you brand your apps with a custom color and logo Lightning apps can be animated GIFs Each Lightning app has a navigation bar at the top of the page, letting your users: F..

Salesforce/Admin 2023.01.01

[Admin Beginner] Lightning Experience Customization - Set Up Your Org

https://trailhead.salesforce.com/content/learn/modules/lex_customization/lex_customization_custom_objects?trail_id=force_com_admin_beginner Create a Custom Object → From the Object Manager in Setup, click Create | Custom Object. In the Search Status section, select Allow Search. Select Launch New Custom Tab Wizard after saving this custom object. Create a Custom Object Tab 내 과제 Create a Custom O..

Salesforce/Admin 2023.01.01

[Admin Beginner] Data Management - Import data & Export Data (과제 및 Quiz정답)

Data Management 데이터 관리 Salesforce에서 데이터를 가져오고 내보내는 방법을 알아보세요. trailhead.salesforce.com Module Data Management Learn how to import and export data in Salesforce. 1. Import data Supported data sources include any program that can save data in the comma delimited text format (.csv). CSV : 몇 가지 필드를 쉼표(,)로 구분한 텍스트 데이터 및 텍스트 파일 . Data Import Wizard lets you import data in common standard objects, such..

Salesforce/Admin 2023.01.01

[Admin Beginner] Salesforce Platform Basics

자격증을 대비하려면 한국어보다는 영어로 보는게 좋다고 해주셨다. 그래서 영어페이지랑 한국어페이지 동시에 켜놓고 이해안되는 것은 한국어페이지 보고 이해하는 방식으로 공부하고 있다. 1. Get Started with the Salesforce Platform Salesforce is just a CRM? → NO! Install the DreamHouse App Salesforce Platform Basics > Discover Use Cases for the Platform You need to:So we give you: Sell to prospects and customers Leads and Opportunities to manage sales Help customers after the sale ..

Salesforce/Admin 2023.01.01

JAVA 기술 면접 기출, 자바 개발자 질문

실제 받았던 기술면접 질문들 정리 + 인터넷에서 긁어온 질문들 모음 자바 기술면접 기출 ⭐ Java의 특징? Java는 객체지향 프로그래밍 언어입니다. 기본 자료형을 제외한 모든 요소들이 객체로 표현되고, 객체 지향 4대 특성인 캡슐화, 상속, 추상화, 다형성이 잘 적용된 언어입니다. 장점 JVM(자바가상머신) 위에서 동작하기 때문에 운영체제에 독립적이다. GabageCollector를 통한 자동적인 메모리 관리가 가능하다. 단점 JVM 위에서 동작하기 때문에 실행 속도가 상대적으로 느리다. 다중 상속이나 타입에 엄격하며, 제약이 많다. ****⭐ **** OOP의 네가지 특징 객체지향의 4대 특성으로, 캡슐화 상속 추상화 다형성이 있습니다. 캡슐화 데이터 캡슐화를 통해 필드와 메서드를 하나로 묶고, 접..

카테고리 없음 2022.12.23

JSP 면접 질문, JSP 개발자 기술면접

JSP 기술면접 질문들 정리 실제 기술면접 기출 ⭐JSP와 스프링 차이 사용자가 모두 같은 화면을 보는, 동적인 처리를 해주는 _> 동적 데이터를 처리하는 CGI! : 웹서버와 프로그램 사이의 규약 동적 웹페이지로 바뀜! CGI 사용자 증가! 리퀘스트가 들어올때마다 프로세스가 생성 프로세스는 메모리에 적ㅈ된 프로그램, 실행중인 프로그램 인스턴스(프로세스는 메모리를 통으로 가지는데 스레드는 한프로세스 내의 동작 흐름으로 공유되면서 사용) 개선점 : 프로세스에서 쓰레드로 바꿔야함 가같 같은 구현체라도 스레드가 다르다면 각각의 구현체로 만들어짐 개선점 : 여러 인스턴스에서 싱글톤으로 바꿔줘야 → 그래서 나온게 서블릿! CGI를 보완하여 나온게 서블릿이다. 거기다가 웹어플케이션 서버가 나옴 동적데이터 처리 웹컨..

카테고리 없음 2022.12.23