socialprofile EntityType
This entity is used to store social profile information of its associated account and contacts on different social channels.
- Entity set path:
- [organization URI]/api/data/v9.2/socialprofiles
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Social Profile
- Primary key:
- socialprofileid
- Primary name column:
- profilename
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
blocked | Edm.Boolean |
Identifies if the social profile has been blocked. Display name: Blocked
Default options
|
||||||||
community | Edm.Int32 |
Identifies where the social profile originated from, such as Twitter, or Facebook. Display name: Social Channel
Default options
|
||||||||
createdon | Edm.DateTimeOffset |
Date and time when the record was created. Display name: Created On Read only
|
||||||||
exchangerate | Edm.Decimal |
Shows the conversion rate of the record's currency. The exchange rate is used to convert all money fields in the record from the local currency to the system's default currency. Display name: Exchange Rate Read only
|
||||||||
importsequencenumber | Edm.Int32 |
Unique identifier of the data import or data migration that created this record. Display name: Import Sequence Number |
||||||||
influencescore | Edm.Double |
Shows the score that determines the online social influence of the social profile. Display name: Influence Score |
||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the record was modified. Display name: Modified On Read only
|
||||||||
overriddencreatedon | Edm.DateTimeOffset |
Date and time that the record was migrated. Display name: Record Created On |
||||||||
profilefullname | Edm.String |
Shows the display name of the customer on this social profile. Display name: Full Name |
||||||||
profilelink | Edm.String |
Shows the customer that this social profile belongs to. Display name: Profile Link |
||||||||
profilename | Edm.String |
Shows the name of the social profile on the corresponding social channel. Display name: Profile Name |
||||||||
socialprofileid | Edm.Guid |
Unique Identifier of the social profile name. Display name: Social Profile ID |
||||||||
statecode | Edm.Int32 |
Status of the Social Profile Display name: Status
Default options
|
||||||||
statuscode | Edm.Int32 |
Reason for the status of the Social Profile Display name: Status Reason
Default options
|
||||||||
timezoneruleversionnumber | Edm.Int32 |
For internal use only. Display name: Time Zone Rule Version Number |
||||||||
uniqueprofileid | Edm.String |
Unique ID of the Profile ID Display name: Unique Profile ID |
||||||||
utcconversiontimezonecode | Edm.Int32 |
Time zone code that was in use when the record was created. Display name: UTC Conversion Time Zone Code |
||||||||
versionnumber | Edm.Int64 |
Version number of the social profile. Display name: Version Number Read only
|
Lookup properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the record. |
_customerid_value | customerid_account customerid_contact |
Shows the customer that this social profile belongs to. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the record. |
_ownerid_value | ownerid |
Shows the user or team that is assigned to manage the record. This field is updated every time the record is assigned to a different user. |
_owningbusinessunit_value | owningbusinessunit |
Unique identifier for the business unit that owns the record |
_owninguser_value | owninguser |
Unique identifier of the user who owns the contact. |
_transactioncurrencyid_value | transactioncurrencyid |
Choose the local currency for the record to make sure budgets are reported in the correct currency. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name | Type | Partner |
---|---|---|
createdonbehalfby | systemuser | lk_SocialProfile_createdonbehalfby |
customerid_account | account | Socialprofile_customer_accounts |
customerid_contact | contact | Socialprofile_customer_contacts |
modifiedonbehalfby | systemuser | lk_SocialProfile_modifiedonbehalfby |
ownerid | principal | owner_SocialProfile |
owningbusinessunit | businessunit | business_unit_socialprofiles |
owninguser | systemuser | socialProfile_owning_user |
transactioncurrencyid | transactioncurrency | transactioncurrency_SocialProfile |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name | Type | Partner |
---|---|---|
SocialProfile_AsyncOperations | asyncoperation | regardingobjectid_socialprofile |
socialprofile_connections1 | connection | record1id_socialprofile |
socialprofile_connections2 | connection | record2id_socialprofile |
SocialProfile_DuplicateBaseRecord | duplicaterecord | baserecordid_socialprofile |
SocialProfile_DuplicateMatchingRecord | duplicaterecord | duplicaterecordid_socialprofile |
socialprofile_principalobjectattributeaccess | principalobjectattributeaccess | objectid_socialprofile |
SocialProfile_ProcessSessions | processsession | regardingobjectid_socialprofile |
Socialprofile_SocialActivities | socialactivity | postfromprofileid |
SocialProfile_SyncErrors | syncerror | regardingobjectid_socialprofile_syncerror |
Operations
The following operations can be used with the socialprofile entity type.
Name | Binding |
---|---|
GenerateSocialProfile | Bound to Collection |
GrantAccess | Not Bound |
ModifyAccess | Not Bound |
RetrievePrincipalAccess | Not Bound |
RetrieveSharedPrincipalsAndAccess | Not Bound |
RevokeAccess | Not Bound |