All (120) 썸네일형 리스트형 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.. What is difference between Visualforce Components and lightning components? Q : What is difference between Visualforce Components and lightning components? Q : Visualforce 구성 요소와 번개 구성 요소의 차이점은 무엇입니까? A : Visualforce components are page-centric and most of the work is done on the server. Lightning is designed from the component up, rather than having the concept of a page as its fundamental unit. Lightning Components are client-side centric, which makes them more dynami.. 이전 1 ··· 6 7 8 9 10 11 12 ··· 15 다음