본문 바로가기

728x90

Salesforce/Links

(9)
Salesforce 개발자의 시작 : Developer Edition 계정 만들기 Salesforce 개발을 익히기 위해서 Salesforce에서 무료로 제공하는 Developer Edition 계정 만드는 방법을 알아보겠습니다. 아래의 순서대로 진행하시면 됩니다. 1. https://developer.salesforce.com 접속 후 Sign Up 버튼을 클릭합니다. Sign Up 버튼이 안 보일 경우 https://developer.salesforce.com/signup 로 직접 접속합니다. 2. 필수 정보를 입력 및 동의 체크를 하고 Sign me up 버튼을 클릭합니다. Email은 암호 설정을 위해서 유효한 Email을 입력해야 합니다. Username은 로그인 시 아이디로 사용되며 이메일 형태로 입력합니다. Email과 Username은 같지 않아도 됩니다. 3. 입력한 ..
My Domain 해당하는 InstanceKey 조회 My Domain에 해당하는 InstanceKey를 조회할 수 있는 Rest API 입니다. 아래와 같이 MyDomain 부분에 해당 도메인을 입력해서 호출하면 결과를 얻을 수 있습니다. https://api.status.salesforce.com/v1/instanceAliases/[MyDomain] 예) https://api.status.salesforce.com/v1/instanceAliases/sample 2019/11/26 - [P. Language/Salesforce] - Salesforce Org 속도 및 성능 확인
인쇄 미리보기(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..
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에서만 접근이 가능합니다.

728x90