Back to the Sobject Crusade list. Source: AccountShare This object allow a User that has access to the record to share the Account object directly to a User or a Group. To create such object you have to change the Account Sharing Settings to at least “Public Read Only” by clicking on Setp > Security […]
Tag: Salesforce
[Salesforce / Heroku] Salesforce as Identity Provider and Heroku as Service Provider
One year from my last SSO blog post (Implementing Delegated SSO) I’m still here playing with Single Sign On, this time using SAML 2.0. For a quick overview of the how SAML works, read SAML FEDERATION FOR DUMMIES and SAML for dummies. We have 3 actors: Client: this is your browser Service Provider: this is […]
[Salesforce] The Sobject Crusade: AccountOwnerSharingRule
Back to the Sobject Crusade list. Source: AccountOwnerSharingRule This object allows to manage the sharing rules for account, other than the owner. When an Account is owned by a User who is related to the group referenced in the GroupId field, than the sharing rule applyes to the User or Group defined in the UserOrGroupId. […]
[Salesforce] The Sobject Crusade: AccountHistory
Back to the Sobject Crusade list. Source: AccountHistory This object supports Field Tracking History on the Account object. To track fields on the Account object, go to Setup > Accounts > Fields and click the Set History Tracking button. Then click on the Enable Account History flag and select all fields to be tracked: From […]
[Salesforce] The Sobject Crusade: AccountFeed
Back to the Sobject Crusade list. Source: AccountFeed This represents a single feed item on the Account record detail page (chatter feed). It tracks different kind of feeds: ActivityEvent—indirectly generated event when a user or the API adds a Task associated with a feed-enabled parent record (excluding email tasks on cases). Also occurs when a […]
[Salesforce] The Sobject Crusade
Design by Davide D’Annibale In the past months I hit the severe wall of ignorance at least twice (with all my face), so I decided to start a personal crusade to cover all Salesforce Standard Objects, using the SOAP API Developer’s Guide and its list of Standard Objects. To support this research, I start by […]
The Sobject Crusade: AcceptedEventRelation
Back to the Sobject Crusade list. Source: AcceptedEventRelation This object is available in API versions 29.0 and later. The AcceptedEventRelation object the info about invitees who have accepted/refused the event. How to get to it? Go to an object standard layout where the Open Activities related list is available: Click on New Event: On the […]
The Sobject Crusade: Account
Back to the Sobject Crusade list. Source: Account Account object is the very first object you’ll see on the CRM, mostly because it is the first standard object tab you are presented when you open up a new Developer ORG: The Account object represents an organization or a person that is involved in your business […]
The Sobject Crusade: AccountCleanInfo
Back to the Sobject Crusade list. Source: AccountCleanInfo This object is related to Data.com features (access to a big DB of accounts and contacts). To enable this on your Developer Org, click on Setup > Manage Users > Users and search for your user. Click on Edit button/link and update the Data.com User Type field: […]
[Salesforce / Streaming API / On Demand] Streaming API Notification Lightning Component
UPDATE: With Winter ’15 you no longer can use a lightning context Session ID to make REST API calls, this component no longer works. Read Session Privilege Levels. Few weeks ago I asked the community this simple question: The Salesforce Community is awesome and suddenly I had cool answers. I concentrated on the first one: […]
