본문 바로가기

728x90

Salesforce

(46)
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/
Salesforce 프로필 사진 URL 세일즈포스 클라우드 서비스를 이용 하다보면 내 프로필의 썸네일 사진이 필요 할 때가 있는데 세일즈포스에서 여러가지 크기의 썸네일 이미지를 요청하는 URL에 따라 다양한 크기로 리턴해 줍니다. 그래서 이번 시간에 그 URL들을 정리 해봅니다. 참고로 *** 부분은 사용자 ORG마다 다르니 맞는 주소를 넣어주시면 됩니다. 350 x 350 https://***.content.force.com/profilephoto/***************/C 320 x 320 https://***.content.force.com/profilephoto/***************/I 200 x 200 https://***.content.force.com/profilephoto/***************/F 160 x ..
Salesforce Org 속도 및 성능 확인 Salesforce Org 속도 및 성능 확인을 할 수 있습니다. Salesforce Org에 로그인 후 아래와 같은 URL로 접속하세요. https://[YourOrgDomain].my.salesforce.com/speedtest.jsp 예) https://sample.my.salesforce.com/speedtest.jsp My Domain 이 설정된 Org에서만 접근이 가능합니다.
[링크] Salesforce 관련 링크 Salesforce Basicshttps://developer.salesforce.com/trailhead/module/lex_implementation_basics Salesforce Platform Basicshttps://developer.salesforce.com/trailhead/module/starting_force_com Service Cloud Basicshttps://developer.salesforce.com/trailhead/module/service_basics CRM Basicshttps://developer.salesforce.com/trailhead/module/admin_intro_crm_basics [all document]https://developer.salesforce..

728x90