본문 바로가기

728x90

All

(120)
What are component in Salesforce Lightning? Q : What are component in Salesforce Lightning? Q : Salesforce Lightning의 구성 요소는 무엇입니까? A : Components is a piece of code(Building blocks of page) which helps to reusable to anywhere we want. A : 컴포넌트는 원하는 곳에서 재사용할 수 있도록 도와주는 코드 (빌딩 페이지 블록)입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn.salesforceqa
What is use of Lightning component framework ? Q : What is use of Lightning component framework ? Q : Lightning 구성 요소 프레임 워크의 사용법은 무엇입니까? A : Lightning component framework helps to design out of box components with rich ecosystem and high performance. It is also Event-Driven architecture. A : Lightning 구성 요소 프레임 워크는 풍부한 에코 시스템과 고성능으로 기본 구성 요소를 설계하는 데 도움이됩니다. 또한 이벤트 주도 아키텍처입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn..
What is Lightning component framework ? Q : What is Lightning component framework? Q : Lightning 구성 요소 프레임 워크 란 무엇입니까? A : Lightning component framework is UI framework which helps to design dynamic web apps to mobile and desktop with high responsive. A : Lightning 구성 요소 프레임 워크는 응답 성이 높은 모바일 및 데스크톱에 동적 웹 앱을 디자인하는 데 도움이 되는 UI 프레임 워크입니다. 참조 : https://play.google.com/store/apps/details?id=com.forcelearn.salesforceqa
인쇄 미리보기(Printable View) URL 모든 접근 가능한 레코드 Id를 알면 Printable View 화면을 볼 수 있습니다. https://[YourOrgDomain].my.salesforce.com/[RecordId]/p
Salesforce for Android 다운로드 링크 구글 플래이에 접속이 안 되는 사용자를 위한 안드로이드 앱을 다운로드할 수 있는 링크입니다. https://salesforce1android.herokuapp.com/ Salesforce for Android Salesforce for Android The new Salesforce mobile app is here! Run your business from your phone -- faster, easier, and with AI as your sidekick. The Salesforce mobile app unlocks a whole new level of productivity, personalization, and speed. Build mobile e salesforce1android.herok..
Custom Label Parameter Custom Label에서 파라미터를 사용하여 변수를 지정하여 사용 할 수 있습니다. Label name: MyTestLabel Label value: Thank you, {0}, for your feedback. List parameters = new List(); parameters.add('John'); String label = Label.MyTestLabel; String value = String.format(label, parameters); You can do it in one line like this as well: String.format(Label.MyTestLabel, new String[]{'John'}); String.format(Label.MyTestLabel, new Lis..
Salesforce 관련 파일 공개 링크 공유 URL 세일즈 포스 winter 18' 부터 제공되는 기능인 Upload File public link sharing의 URL과 File Download URL이 저장되는 위치 Object : ContentDistribution Query : select Id , ContentDocumentId , DistributionPublicUrl , ContentDownloadUrl from ContentDistribution where ContentDocumentId = ?
Salesforce lightning 기본 제공 아이콘 URL Salesforce lightning 기본 제공 아이콘 URL 주소입니다. 3가지 형태로 제공 합니다. 로그인 없이도 접근 가능합니다. https://[YourOrgDomain].my.salesforce.com/logos/ https://login.salesforce.com/logos/ https://test.salesforce.com/logos/ 예) https://sfdccode.my.salesforce.com/logos/

728x90