본문 바로가기

728x90

All

(121)
Which interface we are supposed to implement so that a lightning component can be used as quick action? Q : Which interface we are supposed to implement so that a lightning component can be used as quick action? Q : Lightning 구성 요소를 빠른 작업으로 사용할 수 있도록 어떤 인터페이스를 구현해야 합니까? A : We need to implement the following "force: lightningQuickAction" so that we can use the component as a Quick Action A : 컴포넌트를 빠른 동작으로 사용할 수 있도록 다음과 같은 "force : lightningQuickAction"을 구현해야 합니다.
What are the basic differences between Application Event and Component Event? Q : What are the basic differences between Application Event and Component Event? Q : 응용 프로그램 이벤트와 구성 요소 이벤트의 기본 차이점은 무엇입니까? A : Component events are used to do communication between child and parent. They use bubbling and capture same as used in DOM events. A change in a child component can be communicated to the parent component via component event. Application events are used to communicate a..
What are the type of events into Salesforce Lightning component? Q : What are the type of events into Salesforce Lightning component? Q : Salesforce Lightning 구성 요소에 대한 이벤트 유형은 무엇입니까? A : Application Event Scope of this event is throughout the lightning App and any component which has registered for this event would get a notification. Component Event Scope of this event is within itself or the parent component of this event, all the components declared withi..
What is the use of lightning in Salesforce? Q : What is the use of lightning in Salesforce? Q : Salesforce에서 Lightning을 사용하는 것은 무엇입니까? A : Lightning makes it easier to build responsive applications for any device. Lightning includes these technologies: Lightning components give you a client-server framework that accelerates development, as well as app performance, and is ideal for use with the Salesforce mobile app and Salesforce Lightnin..
What is renderer in lightning component? Q : What is renderer in lightning component? Q : Lightning 구성 요소의 렌더러 란 무엇입니까? A : When a component is rendered or rerendered, the aura:valueRender event, also known as the render event, is fired. Handle this event to perform post-processing on the DOM or react to component rendering or rerendering. The event is preferred and easier to use than the alternative of creating a custom renderer. A : ..
What is OData in Salesforce? Q : What is OData in Salesforce? Q : Salesforce에서 OData 란 무엇입니까? A : Lightning Connect enables your users to view and search records that are stored outside Salesforce, such as data in an enterprise resource planning (ERP) system. To connect to an external data source, Lightning Connect uses the Open Data Protocol (OData) A : Lightning Connect를 사용하면 ERP (Enterprise Resource Planning) 시스템의 데이터와 같..
How do I turn on lightning in Salesforce? Q : How do I turn on lightning in Salesforce? Q : Salesforce에서 Lightning을 켜려면 어떻게 해야 합니까? A : From Setup in Salesforce Classic, click Get Started in the Migration Assistant tile at the top of the menu. On the Turn It On tab in the Migration Assistant, click the button to switch it to Enabled. A : Salesforce Classic의 설정에서 메뉴 상단의 마이그레이션 지원 타일에서 시작을 클릭합니다. 마이그레이션 지원 도구의 사용 설정 탭에서 버튼을 클릭하여 사용으로 전환합니다.
What is lightning connect? Q : What is lightning connect? Q : Lightning connect란 무엇입니까? A : Lightning Connect lets you seamlessly access data from external sources, side-by-side with your Salesforce data. You can pull data from legacy systems such as SAP, Microsoft and Oracle in real time, without making a copy of the data in Salesforce. A : Lightning Connect를 사용하면 Salesforce 데이터와 나란히 외부 소스의 데이터에 원활하게 액세스 할 수 있습니다. Salesf..

728x90