CData Sync App は、Certinia データをデータベース、データレイク、またはデータウェアハウスに継続的にパイプライン化する簡単な方法を提供し、分析、レポート、AI、および機械学習で簡単に利用できるようにします。
Certinia コネクタはCData Sync アプリケーションから使用可能で、Certinia からデータを取得して、サポートされている任意の同期先に移動できます。
Sync App にはWeb Services API が必要です。Web Services API はCertinia Enterprise、Unlimited、およびDeveloper エディションでネイティブにサポートされています。Certinia に連絡すると、追加料金でWeb Service API をProfessional Edition で有効にできます。Sync App のデフォルトはCertinia API バージョン40.0 です。前後のバージョンはAPIVersion プロパティで指定できます。
必須プロパティについては、設定タブを参照してください。
通常必須ではない接続プロパティについては、高度な設定タブを参照してください。
デフォルトでは、Sync App は本番環境に接続します。Certinia sandbox アカウントを使用するには、UseSandbox をtrue に設定します。User にsandbox のユーザー名を指定してください。
Certinia への接続に使用できる認証方法は以下のとおりです。
User およびPassword をログインクレデンシャルに設定します。さらにSecurityToken を設定します。デフォルトではSecurityToken が必要ですが、信頼できるIP アドレスの範囲を許可することで、オプションにすることができます。
セキュリティトークンを無効にするには:
セキュリティトークンを取得するには:
認証に関する2つの方法の違いは、カスタムOAuth アプリケーションを使用する場合に、2つの接続プロパティを追加で設定する必要があることだけです。
次の接続プロパティを設定して、接続してください。
接続すると、Sync App はデフォルトブラウザでOAuth エンドポイントを開きます。ログインして、アプリケーションにアクセス許可を与えます。
次の手順に従いパスワードグラントオプションを設定します。
この設定では、2つの別個のAzure AD アプリケーションが必要になります。
Azure AD に接続するには、AuthScheme をAzureAD に設定し、次のプロパティを設定します。
Azure AD を認証するには、これらのSSOProperties を設定します。
接続文字列の例:
AuthScheme=AzureAD;OAuthClientId=3ea1c786-d527-4399-8c3b-2e3696ae4b48;OauthClientSecret=xxx;CallbackUrl=https://localhost:33333;SSOExchangeUrl=https://domain.my.salesforce.com/services/oauth2/token?so=00D3000006JDF;SSOProperties='Resource=https://example.my.salesforce.com;AzureTenant=6ee709df-9de0-4cdf-10e6b7a51d95;AzureTenant=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx';
Okta に接続するには以下のプロパティを設定します。
Okta クライアントリクエストコンテキストをオーバーライドする信頼されたアプリケーションまたはプロキシのいずれかを使用する場合、またはMFA を設定している場合は、Okta を使用して認証するためにSSOProperties を組み合わせて使用する必要があります。必要に応じて、以下のいずれかを設定します。
接続文字列の例:
AuthScheme=Okta;SSOLoginURL='https://example.okta.com/home/appType/0bg4ivz6cJRZgCz5d6/46';User=oktaUserName;Password=oktaPassword;SSOExchangeUrl=https://domain.my.salesforce.com/services/oauth2/token?so=00D3000006JDF;
OneLogin に接続するには、AuthScheme をOneLogin に設定し、次のプロパティを設定します。
OneLogin への認証を行うには、次のSSOProperties を設定します。
次の例の接続文字列はOneLogin への接続にAPI Key を使います:
AuthScheme=OneLogin;User=OneLoginUserName;Password=OneLoginPassword;SSOExchangeUrl=https://domain.my.salesforce.com/services/oauth2/token?so=00D3000006JDF;SSOProperties='OAuthClientID=3fc8394584f153ce3b7924d9cd4f686443a52b;OAuthClientSecret=ca9257fd5cc3277abb5818cea28c06fe9b3b285d73d06;Subdomain=OneLoginSubDomain;AppId=1433920';
SSOLoginURL 用の相互SSL 認証(WS-Trust STS エンドポイント)を有効化するには、次の SSOProperties を設定します。
接続文字列の例:
authScheme=pingfederate;SSOLoginURL=https://mycustomserver.com:9033/idp/sts.wst;SSOExchangeUrl=https://us-east-1.signin.aws.amazon.com/platform/saml/acs/764ef411-xxxxxx;user=admin;password=PassValue;AWSPrincipalARN=arn:aws:iam::215338515180:saml-provider/pingFederate;AWSRoleArn=arn:aws:iam::215338515180:role/SSOTest2;
ADFS に接続するには以下のプロパティを設定します。
ADFS への認証を行うには、次のSSOProperties を設定します。
接続文字列の例:
AuthScheme=ADFS;User=username;Password=password;SSOLoginURL='https://sts.company.com';SSOExchangeUrl=https://domain.my.salesforce.com/services/oauth2/token?so=00D3000006JDF;SSOProperties='RelyingParty=https://saml.salesforce.com';
ADFS 統合フローでは、現在Windows にログインしているユーザーの資格情報を使用して接続します。 ADFS 統合フローを使用するには、User およびPassword を指定せず、それ以外の設定は上記のADFS に記載された手順に従ってください。
このセクションでは、Certinia Sync App の高度な機能を厳選して説明します。
Sync App はユーザー定義ビューの使用をサポートします。これは事前設定されたユーザー定義クエリによって内容が決定される仮想テーブルです。 このビューは、ドライバーに発行されるクエリを直接制御できない場合に有効です。 カスタムビューの作成と設定の概要については、ユーザー定義ビュー を参照してください。
SSL の設定 を使用して、Sync App が証明書のネゴシエーションをどのように扱うかを調整します。さまざまな証明書形式を選択できます。詳しくは、「接続文字列オプション」にあるSSLServerCert プロパティを参照してください。
Windows プロキシとHTTP プロキシを含むファイアウォールとプロキシ に合致するようSync App を設定します。トンネル接続を設定することもできます。
詳しくは、クエリ処理 を参照してください。
デフォルトでは、Sync App はサーバーとのTLS のネゴシエーションを試みます。サーバー証明書は、デフォルトのシステム信頼済み証明書ストアで検証されます。SSLServerCert 接続プロパティを使用して、証明書の検証方法をオーバーライドできます。
別の証明書を指定するには、SSLServerCert 接続プロパティを参照してください。
HTTP プロキシへの認証には、以下のように設定します。
次のプロパティを設定します。
Sync App を使用すると、アカウント内のすべてのテーブルを操作できます。Sync App は、Certinia に接続し、適切なWeb サービスを呼び出してテーブルのリストとテーブルのメタデータを取得します。Sync App を使用して接続すると、新しいテーブルの追加、新しい列の追加、列のデータ型の変更など、Certinia アカウントに対して行う変更は即座に反映されます。
Sync App はCertinia API をリレーショナルTables としてモデル化します。テーブル定義は動的に引用されます。ここではFinancialForce.com 開発環境に含まれるサンプルテーブル定義を表示します。
テーブルに加えて、Sync App は以下のストアドプロシージャとビューを備えています。これらにより、一括ジョブやカスタムレポートなど、Certinia API の他の要素を扱うことができます。
Stored Procedures は、Certinia のファンクションライクなインターフェースです。これらを使用して、Certinia 内の情報を検索、更新、および変更できます。
Views は、Certinia のいくつかの追加的なメタデータ情報を提供します。
Sync App はCertinia のデータを、標準のSQL ステートメントを使用してクエリできるリレーショナルデータベースのテーブルのリストとしてモデル化します。
| Name | Description |
| AcceptedEventRelation | This is a table representing the AcceptedEventRelation entities in FinancialForce. |
| Account | This is a table representing the Account entities in FinancialForce. |
| AccountContactRole | This is a table representing the AccountContactRole entities in FinancialForce. |
| AccountFeed | This is a table representing the AccountFeed entities in FinancialForce. |
| AccountHistory | This is a table representing the AccountHistory entities in FinancialForce. |
| AccountPartner | This is a table representing the AccountPartner entities in FinancialForce. |
| AccountShare | This is a table representing the AccountShare entities in FinancialForce. |
| ActivityHistory | This is a table representing the ActivityHistory entities in FinancialForce. |
| AdditionalNumber | This is a table representing the AdditionalNumber entities in FinancialForce. |
| ApexClass | This is a table representing the ApexClass entities in FinancialForce. |
| ApexComponent | This is a table representing the ApexComponent entities in FinancialForce. |
| ApexLog | This is a table representing the ApexLog entities in FinancialForce. |
| ApexPage | This is a table representing the ApexPage entities in FinancialForce. |
| ApexTestQueueItem | This is a table representing the ApexTestQueueItem entities in FinancialForce. |
| ApexTestResult | This is a table representing the ApexTestResult entities in FinancialForce. |
| ApexTrigger | This is a table representing the ApexTrigger entities in FinancialForce. |
| AppMenuItem | This is a table representing the AppMenuItem entities in FinancialForce. |
| Approval | This is a table representing the Approval entities in FinancialForce. |
| Asset | This is a table representing the Asset entities in FinancialForce. |
| AssetFeed | This is a table representing the AssetFeed entities in FinancialForce. |
| AssignmentRule | This is a table representing the AssignmentRule entities in FinancialForce. |
| AsyncApexJob | This is a table representing the AsyncApexJob entities in FinancialForce. |
| Attachment | This is a table representing the Attachment entities in FinancialForce. |
| AuthProvider | This is a table representing the AuthProvider entities in FinancialForce. |
| AuthSession | This is a table representing the AuthSession entities in FinancialForce. |
| BrandTemplate | This is a table representing the BrandTemplate entities in FinancialForce. |
| BusinessHours | This is a table representing the BusinessHours entities in FinancialForce. |
| BusinessProcess | This is a table representing the BusinessProcess entities in FinancialForce. |
| CallCenter | This is a table representing the CallCenter entities in FinancialForce. |
| Campaign | This is a table representing the Campaign entities in FinancialForce. |
| CampaignFeed | This is a table representing the CampaignFeed entities in FinancialForce. |
| CampaignMember | This is a table representing the CampaignMember entities in FinancialForce. |
| CampaignMemberStatus | This is a table representing the CampaignMemberStatus entities in FinancialForce. |
| CampaignShare | This is a table representing the CampaignShare entities in FinancialForce. |
| Case | This is a table representing the Case entities in FinancialForce. |
| CaseComment | This is a table representing the CaseComment entities in FinancialForce. |
| CaseContactRole | This is a table representing the CaseContactRole entities in FinancialForce. |
| CaseFeed | This is a table representing the CaseFeed entities in FinancialForce. |
| CaseHistory | This is a table representing the CaseHistory entities in FinancialForce. |
| CaseShare | This is a table representing the CaseShare entities in FinancialForce. |
| CaseSolution | This is a table representing the CaseSolution entities in FinancialForce. |
| CaseStatus | This is a table representing the CaseStatus entities in FinancialForce. |
| CaseTeamMember | This is a table representing the CaseTeamMember entities in FinancialForce. |
| CaseTeamRole | This is a table representing the CaseTeamRole entities in FinancialForce. |
| CaseTeamTemplate | This is a table representing the CaseTeamTemplate entities in FinancialForce. |
| CaseTeamTemplateMember | This is a table representing the CaseTeamTemplateMember entities in FinancialForce. |
| CaseTeamTemplateRecord | This is a table representing the CaseTeamTemplateRecord entities in FinancialForce. |
| CategoryData | This is a table representing the CategoryData entities in FinancialForce. |
| CategoryNode | This is a table representing the CategoryNode entities in FinancialForce. |
| ChatterActivity | This is a table representing the ChatterActivity entities in FinancialForce. |
| ClientBrowser | This is a table representing the ClientBrowser entities in FinancialForce. |
| CollaborationGroup | This is a table representing the CollaborationGroup entities in FinancialForce. |
| CollaborationGroupFeed | This is a table representing the CollaborationGroupFeed entities in FinancialForce. |
| CollaborationGroupMember | This is a table representing the CollaborationGroupMember entities in FinancialForce. |
| CollaborationGroupMemberRequest | This is a table representing the CollaborationGroupMemberRequest entities in FinancialForce. |
| CollaborationInvitation | This is a table representing the CollaborationInvitation entities in FinancialForce. |
| Community | This is a table representing the Community entities in FinancialForce. |
| Contact | This is a table representing the Contact entities in FinancialForce. |
| ContactFeed | This is a table representing the ContactFeed entities in FinancialForce. |
| ContactHistory | This is a table representing the ContactHistory entities in FinancialForce. |
| ContactShare | This is a table representing the ContactShare entities in FinancialForce. |
| ContentDocument | This is a table representing the ContentDocument entities in FinancialForce. |
| ContentDocumentFeed | This is a table representing the ContentDocumentFeed entities in FinancialForce. |
| ContentDocumentHistory | This is a table representing the ContentDocumentHistory entities in FinancialForce. |
| ContentDocumentLink | This is a table representing the ContentDocumentLink entities in FinancialForce. |
| ContentVersion | This is a table representing the ContentVersion entities in FinancialForce. |
| ContentVersionHistory | This is a table representing the ContentVersionHistory entities in FinancialForce. |
| Contract | This is a table representing the Contract entities in FinancialForce. |
| ContractContactRole | This is a table representing the ContractContactRole entities in FinancialForce. |
| ContractFeed | This is a table representing the ContractFeed entities in FinancialForce. |
| ContractHistory | This is a table representing the ContractHistory entities in FinancialForce. |
| ContractStatus | This is a table representing the ContractStatus entities in FinancialForce. |
| CronJobDetail | This is a table representing the CronJobDetail entities in FinancialForce. |
| CronTrigger | This is a table representing the CronTrigger entities in FinancialForce. |
| Dashboard | This is a table representing the Dashboard entities in FinancialForce. |
| DashboardComponent | This is a table representing the DashboardComponent entities in FinancialForce. |
| DashboardComponentFeed | This is a table representing the DashboardComponentFeed entities in FinancialForce. |
| DashboardFeed | This is a table representing the DashboardFeed entities in FinancialForce. |
| DeclinedEventRelation | This is a table representing the DeclinedEventRelation entities in FinancialForce. |
| Document | This is a table representing the Document entities in FinancialForce. |
| DocumentAttachmentMap | This is a table representing the DocumentAttachmentMap entities in FinancialForce. |
| Domain | This is a table representing the Domain entities in FinancialForce. |
| DomainSite | This is a table representing the DomainSite entities in FinancialForce. |
| EmailServicesAddress | This is a table representing the EmailServicesAddress entities in FinancialForce. |
| EmailServicesFunction | This is a table representing the EmailServicesFunction entities in FinancialForce. |
| EmailStatus | This is a table representing the EmailStatus entities in FinancialForce. |
| EmailTemplate | This is a table representing the EmailTemplate entities in FinancialForce. |
| EntitySubscription | This is a table representing the EntitySubscription entities in FinancialForce. |
| Event | This is a table representing the Event entities in FinancialForce. |
| EventFeed | This is a table representing the EventFeed entities in FinancialForce. |
| EventRelation | This is a table representing the EventRelation entities in FinancialForce. |
| FeedComment | This is a table representing the FeedComment entities in FinancialForce. |
| FeedItem | This is a table representing the FeedItem entities in FinancialForce. |
| FeedPollChoice | This is a table representing the FeedPollChoice entities in FinancialForce. |
| FeedPollVote | This is a table representing the FeedPollVote entities in FinancialForce. |
| FieldPermissions | This is a table representing the FieldPermissions entities in FinancialForce. |
| FiscalYearSettings | This is a table representing the FiscalYearSettings entities in FinancialForce. |
| Folder | This is a table representing the Folder entities in FinancialForce. |
| ForecastShare | This is a table representing the ForecastShare entities in FinancialForce. |
| Group | This is a table representing the Group entities in FinancialForce. |
| GroupMember | This is a table representing the GroupMember entities in FinancialForce. |
| HashtagDefinition | This is a table representing the HashtagDefinition entities in FinancialForce. |
| Holiday | This is a table representing the Holiday entities in FinancialForce. |
| Lead | This is a table representing the Lead entities in FinancialForce. |
| LeadFeed | This is a table representing the LeadFeed entities in FinancialForce. |
| LeadHistory | This is a table representing the LeadHistory entities in FinancialForce. |
| LeadShare | This is a table representing the LeadShare entities in FinancialForce. |
| LeadStatus | This is a table representing the LeadStatus entities in FinancialForce. |
| LoginHistory | This is a table representing the LoginHistory entities in FinancialForce. |
| LoginIp | This is a table representing the LoginIp entities in FinancialForce. |
| MailmergeTemplate | This is a table representing the MailmergeTemplate entities in FinancialForce. |
| MobileDeviceRegistrar | This is a table representing the MobileDeviceRegistrar entities in FinancialForce. |
| Name | This is a table representing the Name entities in FinancialForce. |
| Note | This is a table representing the Note entities in FinancialForce. |
| NoteAndAttachment | This is a table representing the NoteAndAttachment entities in FinancialForce. |
| ObjectPermissions | This is a table representing the ObjectPermissions entities in FinancialForce. |
| OpenActivity | This is a table representing the OpenActivity entities in FinancialForce. |
| Opportunity | This is a table representing the Opportunity entities in FinancialForce. |
| OpportunityCompetitor | This is a table representing the OpportunityCompetitor entities in FinancialForce. |
| OpportunityContactRole | This is a table representing the OpportunityContactRole entities in FinancialForce. |
| OpportunityFeed | This is a table representing the OpportunityFeed entities in FinancialForce. |
| OpportunityFieldHistory | This is a table representing the OpportunityFieldHistory entities in FinancialForce. |
| OpportunityHistory | This is a table representing the OpportunityHistory entities in FinancialForce. |
| OpportunityLineItem | This is a table representing the OpportunityLineItem entities in FinancialForce. |
| OpportunityPartner | This is a table representing the OpportunityPartner entities in FinancialForce. |
| OpportunityShare | This is a table representing the OpportunityShare entities in FinancialForce. |
| OpportunityStage | This is a table representing the OpportunityStage entities in FinancialForce. |
| Organization | This is a table representing the Organization entities in FinancialForce. |
| OrgWideEmailAddress | This is a table representing the OrgWideEmailAddress entities in FinancialForce. |
| Partner | This is a table representing the Partner entities in FinancialForce. |
| PartnerRole | This is a table representing the PartnerRole entities in FinancialForce. |
| Period | This is a table representing the Period entities in FinancialForce. |
| PermissionSet | This is a table representing the PermissionSet entities in FinancialForce. |
| PermissionSetAssignment | This is a table representing the PermissionSetAssignment entities in FinancialForce. |
| PermissionSetLicense | This is a table representing the PermissionSetLicense entities in FinancialForce. |
| PermissionSetLicenseAssign | This is a table representing the PermissionSetLicenseAssign entities in FinancialForce. |
| Pricebook2 | This is a table representing the Pricebook2 entities in FinancialForce. |
| Pricebook2History | This is a table representing the Pricebook2History entities in FinancialForce. |
| PricebookEntry | This is a table representing the PricebookEntry entities in FinancialForce. |
| ProcessDefinition | This is a table representing the ProcessDefinition entities in FinancialForce. |
| ProcessInstance | This is a table representing the ProcessInstance entities in FinancialForce. |
| ProcessInstanceHistory | This is a table representing the ProcessInstanceHistory entities in FinancialForce. |
| ProcessInstanceStep | This is a table representing the ProcessInstanceStep entities in FinancialForce. |
| ProcessInstanceWorkitem | This is a table representing the ProcessInstanceWorkitem entities in FinancialForce. |
| ProcessNode | This is a table representing the ProcessNode entities in FinancialForce. |
| Product2 | This is a table representing the Product2 entities in FinancialForce. |
| Product2Feed | This is a table representing the Product2Feed entities in FinancialForce. |
| Profile | This is a table representing the Profile entities in FinancialForce. |
| PushTopic | This is a table representing the PushTopic entities in FinancialForce. |
| QueueSobject | This is a table representing the QueueSobject entities in FinancialForce. |
| Quote | This is a table representing the Quote entities in FinancialForce. |
| QuoteDocument | This is a table representing the QuoteDocument entities in FinancialForce. |
| QuoteFeed | This is a table representing the QuoteFeed entities in FinancialForce. |
| QuoteLineItem | This is a table representing the QuoteLineItem entities in FinancialForce. |
| RecentlyViewed | This is a table representing the RecentlyViewed entities in FinancialForce. |
| RecordType | This is a table representing the RecordType entities in FinancialForce. |
| Report | This is a table representing the Report entities in FinancialForce. |
| ReportFeed | This is a table representing the ReportFeed entities in FinancialForce. |
| Scontrol | This is a table representing the Scontrol entities in FinancialForce. |
| SelfServiceUser | This is a table representing the SelfServiceUser entities in FinancialForce. |
| SetupEntityAccess | This is a table representing the SetupEntityAccess entities in FinancialForce. |
| Site | This is a table representing the Site entities in FinancialForce. |
| SiteFeed | This is a table representing the SiteFeed entities in FinancialForce. |
| SiteHistory | This is a table representing the SiteHistory entities in FinancialForce. |
| Solution | This is a table representing the Solution entities in FinancialForce. |
| SolutionFeed | This is a table representing the SolutionFeed entities in FinancialForce. |
| SolutionHistory | This is a table representing the SolutionHistory entities in FinancialForce. |
| SolutionStatus | This is a table representing the SolutionStatus entities in FinancialForce. |
| StaticResource | This is a table representing the StaticResource entities in FinancialForce. |
| Task | This is a table representing the Task entities in FinancialForce. To retrieve archived tasks, you must explicitly query for records with IsArchived set to True. |
| TaskFeed | This is a table representing the TaskFeed entities in FinancialForce. |
| TaskPriority | This is a table representing the TaskPriority entities in FinancialForce. |
| TaskStatus | This is a table representing the TaskStatus entities in FinancialForce. |
| Topic | This is a table representing the Topic entities in FinancialForce. |
| TopicAssignment | This is a table representing the TopicAssignment entities in FinancialForce. |
| TopicFeed | This is a table representing the TopicFeed entities in FinancialForce. |
| UndecidedEventRelation | This is a table representing the UndecidedEventRelation entities in FinancialForce. |
| User | This is a table representing the User entities in FinancialForce. |
| UserFeed | This is a table representing the UserFeed entities in FinancialForce. |
| UserLicense | This is a table representing the UserLicense entities in FinancialForce. |
| UserLogin | This is a table representing the UserLogin entities in FinancialForce. |
| UserPreference | This is a table representing the UserPreference entities in FinancialForce. |
| UserProfile | This is a table representing the UserProfile entities in FinancialForce. |
| UserRecordAccess | This is a table representing the UserRecordAccess entities in FinancialForce. |
| UserRole | This is a table representing the UserRole entities in FinancialForce. |
| Vote | This is a table representing the Vote entities in FinancialForce. |
| WebLink | This is a table representing the WebLink entities in FinancialForce. |
The Sync App can also expose custom entities on your Certinia account that are not mentioned in the Tables. You can query against these custom entities as with any other table. Additionally, you can query against custom fields of standard entities.
There is a naming limitation that applies to the lists and to the custom fields. Empty spaces in list names are converted to underscores for the table names. Also, all custom fields and custom entities are identified by Certinia with a __c appended to the end of the name.
This is a table representing the AcceptedEventRelation entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AcceptedEventRelation. | |
| RelationId | String | True |
Label Relation ID corresponds to this field. | |
| EventId | String | True |
Event.Id |
Label Event ID corresponds to this field. |
| RespondedDate | Datetime | True |
Label Response Date corresponds to this field. | |
| Response | String | True |
Label Response corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Type | String | True |
Label Type corresponds to this field. |
This is a table representing the Account entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Account. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| MasterRecordId | String | True |
Account.Id |
Label Master Record ID corresponds to this field. |
| Name | String | False |
Label Account Name corresponds to this field. | |
| Type | String | False |
Label Account Type corresponds to this field. | |
| ParentId | String | False |
Account.Id |
Label Parent Account ID corresponds to this field. |
| BillingStreet | String | False |
Label Billing Street corresponds to this field. | |
| BillingCity | String | False |
Label Billing City corresponds to this field. | |
| BillingState | String | False |
Label Billing State/Province corresponds to this field. | |
| BillingPostalCode | String | False |
Label Billing Zip/Postal Code corresponds to this field. | |
| BillingCountry | String | False |
Label Billing Country corresponds to this field. | |
| BillingLatitude | Double | False |
Label Billing Latitude corresponds to this field. | |
| BillingLongitude | Double | False |
Label Billing Longitude corresponds to this field. | |
| ShippingStreet | String | False |
Label Shipping Street corresponds to this field. | |
| ShippingCity | String | False |
Label Shipping City corresponds to this field. | |
| ShippingState | String | False |
Label Shipping State/Province corresponds to this field. | |
| ShippingPostalCode | String | False |
Label Shipping Zip/Postal Code corresponds to this field. | |
| ShippingCountry | String | False |
Label Shipping Country corresponds to this field. | |
| ShippingLatitude | Double | False |
Label Shipping Latitude corresponds to this field. | |
| ShippingLongitude | Double | False |
Label Shipping Longitude corresponds to this field. | |
| Phone | String | False |
Label Account Phone corresponds to this field. | |
| Fax | String | False |
Label Account Fax corresponds to this field. | |
| AccountNumber | String | False |
Label Account Number corresponds to this field. | |
| Website | String | False |
Label Website corresponds to this field. | |
| Sic | String | False |
Label SIC Code corresponds to this field. | |
| Industry | String | False |
Label Industry corresponds to this field. | |
| AnnualRevenue | Double | False |
Label Annual Revenue corresponds to this field. | |
| NumberOfEmployees | Int | False |
Label Employees corresponds to this field. | |
| Ownership | String | False |
Label Ownership corresponds to this field. | |
| TickerSymbol | String | False |
Label Ticker Symbol corresponds to this field. | |
| Description | String | False |
Label Account Description corresponds to this field. | |
| Rating | String | False |
Label Account Rating corresponds to this field. | |
| Site | String | False |
Label Account Site corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| Jigsaw | String | False |
Label Data.com Key corresponds to this field. | |
| JigsawCompanyId | String | True |
Label Jigsaw Company ID corresponds to this field. | |
| AccountSource | String | False |
Label Account Source corresponds to this field. | |
| SicDesc | String | False |
Label SIC Description corresponds to this field. | |
| NumberofLocations__c | Double | False |
Label Number of Locations corresponds to this field. | |
| SLAExpirationDate__c | Datetime | False |
Label SLA Expiration Date corresponds to this field. | |
| UpsellOpportunity__c | String | False |
Label Upsell Opportunity corresponds to this field. | |
| SLASerialNumber__c | String | False |
Label SLA Serial Number corresponds to this field. | |
| SLA__c | String | False |
Label SLA corresponds to this field. | |
| CustomerPriority__c | String | False |
Label Customer Priority corresponds to this field. | |
| Active__c | String | False |
Label Active corresponds to this field. | |
| MyAutoNumber__c | String | True |
Label MyAutoNumber corresponds to this field. | |
| MyFormula__c | String | True |
Label MyFormula corresponds to this field. | |
| MyRollupSummary__c | Double | True |
Label MyRollupSummary corresponds to this field. | |
| MyCheckBox__c | Boolean | False |
Label MyCheckBox corresponds to this field. | |
| MyEmail__c | String | False |
Label MyEmail corresponds to this field. | |
| MyPercent__c | Double | False |
Label MyPercent corresponds to this field. | |
| Custom_Date_Time__c | Datetime | False |
Label Custom Date Time corresponds to this field. | |
| New_Currency_Field__c | Double | False |
Label New_Currency_Field corresponds to this field. | |
| New_Currency_Field_2__c | Double | False |
Label New_Currency_Field_2 corresponds to this field. | |
| DO_NOT_USE__c | Boolean | False |
Label DO_NOT_USE corresponds to this field. | |
| CustomNumber__c | Double | False |
Label CustomNumber corresponds to this field. | |
| FiveChar_TextField__c | String | False |
Label FiveChar_TextField corresponds to this field. | |
| FiveChar_CurrencyField__c | Double | False |
Label FiveChar_CurrencyField corresponds to this field. | |
| FiveChar_NumberField__c | Double | False |
Label FiveChar_NumberField corresponds to this field. | |
| FiveChar_PercentField__c | Double | False |
Label FiveChar_PercentField corresponds to this field. | |
| FiveChar_TextAreaMasked__c | String | False |
Label FiveChar_TextAreaMasked corresponds to this field. | |
| NewField__c | Double | False |
Label NewField corresponds to this field. |
This is a table representing the AccountContactRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AccountContactRole. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| Role | String | False |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | False |
Label Primary corresponds to this field. |
This is a table representing the AccountFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AccountFeed. | |
| ParentId | String | True |
Account.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the AccountHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AccountHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| AccountId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the AccountPartner entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AccountPartner. | |
| AccountFromId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| AccountToId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| OpportunityId | String | True |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| Role | String | True |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | True |
Label Primary corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ReversePartnerId | String | True |
Label Reverse Partner ID corresponds to this field. |
This is a table representing the ActivityHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Label 'Activity ID' corresponds to this field. | |
| AccountId | String | True |
Label 'Account ID' corresponds to this field. | |
| WhoId | String | True |
Label 'Contact/Lead ID' corresponds to this field. | |
| WhatId | String | True |
Label 'Opportunity/Account ID' corresponds to this field. | |
| Subject | String | True |
Label 'Subject' corresponds to this field. | |
| IsTask | Boolean | True |
Label 'Task' corresponds to this field. | |
| ActivityDate | String | True |
Label 'Date' corresponds to this field. | |
| OwnerId | String | True |
Label 'Assigned To ID' corresponds to this field. | |
| Status | String | True |
Label 'Status' corresponds to this field. | |
| Priority | String | True |
Label 'Priority' corresponds to this field. | |
| ActivityType | String | True |
Label 'Type' corresponds to this field. | |
| IsClosed | Boolean | True |
Label 'Closed' corresponds to this field. | |
| IsAllDayEvent | Boolean | True |
Label 'All Day Event' corresponds to this field. | |
| DurationInMinutes | Integer | True |
Label 'Duration' corresponds to this field. | |
| Location | String | True |
Label 'Location' corresponds to this field. | |
| Description | String | True |
Label 'Comments' corresponds to this field. | |
| IsDeleted | Boolean | True |
Label 'Deleted' corresponds to this field. | |
| CreatedDate | DateTime | True |
Label 'Created Date' corresponds to this field. | |
| CreatedById | String | True |
Label 'Created By ID' corresponds to this field. | |
| LastModifiedDate | DateTime | True |
Label 'Last Modified Date' corresponds to this field. | |
| LastModifiedById | String | True |
Label 'Last Modified By ID' corresponds to this field. | |
| SystemModstamp | DateTime | True |
Label 'System Modstamp' corresponds to this field. | |
| CallDurationInSeconds | Integer | True |
Label 'Call Duration' corresponds to this field. | |
| CallType | String | True |
Label 'Call Type' corresponds to this field. | |
| CallDisposition | String | True |
Label 'Call Result' corresponds to this field. | |
| CallObject | String | True |
Label 'Call Object Identifier' corresponds to this field. | |
| ReminderDateTime | DateTime | True |
Label 'Reminder Date/Time' corresponds to this field. | |
| IsReminderSet | Boolean | True |
Label 'Reminder Set' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SOQL | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the AdditionalNumber entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AdditionalNumber. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CallCenterId | String | False |
CallCenter.Id |
Label Call Center ID corresponds to this field. |
| Name | String | False |
Label Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Phone | String | False |
Label Phone corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ApexClass entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexClass. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| ApiVersion | Double | False |
Label Api Version corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| IsValid | Boolean | False |
Label Is Valid corresponds to this field. | |
| BodyCrc | Double | False |
Label Body CRC corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| LengthWithoutComments | Int | False |
Label Size Without Comments corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ApexComponent entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexComponent. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| ApiVersion | Double | False |
Label Api Version corresponds to this field. | |
| MasterLabel | String | False |
Label Label corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| ControllerType | String | False |
Label Controller Type corresponds to this field. | |
| ControllerKey | String | False |
Label Controller Key corresponds to this field. | |
| Markup | String | False |
Label Markup corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ApexLog entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexLog. | |
| LogUserId | String | True |
Label Log User ID corresponds to this field. | |
| LogLength | Int | True |
Label Log Size (bytes) corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Date corresponds to this field. | |
| Request | String | True |
Label Request Type corresponds to this field. | |
| Operation | String | True |
Label Operation corresponds to this field. | |
| Application | String | True |
Label Application corresponds to this field. | |
| Status | String | True |
Label Status corresponds to this field. | |
| DurationMilliseconds | Int | True |
Label Duration (ms) corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| StartTime | Datetime | True |
Label Start Time corresponds to this field. | |
| Location | String | True |
Label Location corresponds to this field. |
This is a table representing the ApexPage entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexPage. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| ApiVersion | Double | False |
Label Api Version corresponds to this field. | |
| MasterLabel | String | False |
Label Label corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| ControllerType | String | False |
Label Controller Type corresponds to this field. | |
| ControllerKey | String | False |
Label Controller Key corresponds to this field. | |
| IsAvailableInTouch | Boolean | False |
Label Available for FinancialForce mobile apps corresponds to this field. | |
| IsConfirmationTokenRequired | Boolean | False |
Label Require CSRF protection on GET requests corresponds to this field. | |
| Markup | String | False |
Label Markup corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ApexTestQueueItem entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexTestQueueItem. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| ApexClassId | String | False |
ApexClass.Id |
Label Class ID corresponds to this field. |
| Status | String | True |
Label Status corresponds to this field. | |
| ExtendedStatus | String | True |
Label Status Detail corresponds to this field. | |
| ParentJobId | String | True |
AsyncApexJob.Id |
Label Apex Job ID corresponds to this field. |
This is a table representing the ApexTestResult entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexTestResult. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| TestTimestamp | Datetime | True |
Label Time Started corresponds to this field. | |
| Outcome | String | True |
Label Pass/Fail corresponds to this field. | |
| ApexClassId | String | True |
ApexClass.Id |
Label Class ID corresponds to this field. |
| MethodName | String | True |
Label Method Name corresponds to this field. | |
| Message | String | True |
Label Error Message corresponds to this field. | |
| StackTrace | String | True |
Label Stack Trace corresponds to this field. | |
| AsyncApexJobId | String | True |
AsyncApexJob.Id |
Label Apex Job ID corresponds to this field. |
| QueueItemId | String | True |
Label Apex Test Queue Item ID corresponds to this field. | |
| ApexLogId | String | True |
ApexLog.Id |
Label Log ID corresponds to this field. |
This is a table representing the ApexTrigger entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ApexTrigger. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| TableEnumOrId | String | False |
Label Custom Object Definition ID corresponds to this field. | |
| UsageBeforeInsert | Boolean | False |
Label BeforeInsert corresponds to this field. | |
| UsageAfterInsert | Boolean | False |
Label AfterInsert corresponds to this field. | |
| UsageBeforeUpdate | Boolean | False |
Label BeforeUpdate corresponds to this field. | |
| UsageAfterUpdate | Boolean | False |
Label AfterUpdate corresponds to this field. | |
| UsageBeforeDelete | Boolean | False |
Label BeforeDelete corresponds to this field. | |
| UsageAfterDelete | Boolean | False |
Label AfterDelete corresponds to this field. | |
| UsageIsBulk | Boolean | False |
Label IsBulk corresponds to this field. | |
| UsageAfterUndelete | Boolean | False |
Label AfterUndelete corresponds to this field. | |
| ApiVersion | Double | False |
Label Api Version corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| IsValid | Boolean | False |
Label Is Valid corresponds to this field. | |
| BodyCrc | Double | False |
Label Body CRC corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| LengthWithoutComments | Int | False |
Label Size Without Comments corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Approval entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Approval. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ParentId | String | False |
Contract.Id |
Label Parent ID corresponds to this field. |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| Status | String | False |
Label Status corresponds to this field. | |
| RequestComment | String | False |
Label Request Comment corresponds to this field. | |
| ApproveComment | String | False |
Label Approve/Reject Comment corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Asset entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Asset. | |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| Product2Id | String | False |
Product2.Id |
Label Product ID corresponds to this field. |
| IsCompetitorProduct | Boolean | False |
Label Competitor Asset corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Asset Name corresponds to this field. | |
| SerialNumber | String | False |
Label Serial Number corresponds to this field. | |
| InstallDate | Datetime | False |
Label Install Date corresponds to this field. | |
| PurchaseDate | Datetime | False |
Label Purchase Date corresponds to this field. | |
| UsageEndDate | Datetime | False |
Label Usage End Date corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| Price | Double | False |
Label Price corresponds to this field. | |
| Quantity | Double | False |
Label Quantity corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. |
This is a table representing the AssetFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AssetFeed. | |
| ParentId | String | True |
Asset.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the AssignmentRule entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AssignmentRule. | |
| Name | String | True |
Label Name corresponds to this field. | |
| SobjectType | String | True |
Label SObject Type corresponds to this field. | |
| Active | Boolean | True |
Label Active corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the AsyncApexJob entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AsyncApexJob. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| JobType | String | True |
Label Job Type corresponds to this field. | |
| ApexClassId | String | True |
ApexClass.Id |
Label Class ID corresponds to this field. |
| Status | String | True |
Label Status corresponds to this field. | |
| JobItemsProcessed | Int | True |
Label Batches Processed corresponds to this field. | |
| TotalJobItems | Int | True |
Label Total Batches corresponds to this field. | |
| NumberOfErrors | Int | True |
Label Failures corresponds to this field. | |
| CompletedDate | Datetime | True |
Label Completion Date corresponds to this field. | |
| MethodName | String | True |
Label Apex Method corresponds to this field. | |
| ExtendedStatus | String | True |
Label Status Detail corresponds to this field. | |
| ParentJobId | String | True |
AsyncApexJob.Id |
Label Apex Job ID corresponds to this field. |
| LastProcessed | String | True |
Label Last ID processed and committed corresponds to this field. | |
| LastProcessedOffset | Int | True |
Label Offset of last ID processed and committed corresponds to this field. |
This is a table representing the Attachment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Attachment. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| Name | String | False |
Label File Name corresponds to this field. | |
| IsPrivate | Boolean | False |
Label Private corresponds to this field. | |
| ContentType | String | False |
Label Content Type corresponds to this field. | |
| BodyLength | Int | True |
Label Body Length corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
Label Last Modified By ID corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. |
This is a table representing the AuthProvider entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AuthProvider. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| ProviderType | String | False |
Label Provider Type corresponds to this field. | |
| FriendlyName | String | False |
Label Name corresponds to this field. | |
| DeveloperName | String | False |
Label URL Suffix corresponds to this field. | |
| RegistrationHandlerId | String | False |
ApexClass.Id |
Label Class ID corresponds to this field. |
| ExecutionUserId | String | False |
User.Id |
Label User ID corresponds to this field. |
| ConsumerKey | String | False |
Label Consumer Key corresponds to this field. | |
| ConsumerSecret | String | False |
Label Consumer Secret corresponds to this field. | |
| ErrorUrl | String | False |
Label Custom Error URL corresponds to this field. | |
| AuthorizeUrl | String | False |
Label Authorize Endpoint URL corresponds to this field. | |
| TokenUrl | String | False |
Label Token Endpoint URL corresponds to this field. | |
| UserInfoUrl | String | False |
Label User Info Endpoint URL corresponds to this field. | |
| DefaultScopes | String | False |
Label Default Scopes corresponds to this field. |
This is a table representing the AuthSession entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the AuthSession. | |
| UsersId | String | True |
User.Id |
Label User ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Updated corresponds to this field. | |
| NumSecondsValid | Int | True |
Label Valid For corresponds to this field. | |
| UserType | String | True |
Label User Type corresponds to this field. | |
| SourceIp | String | True |
Label Source IP corresponds to this field. | |
| LoginType | String | True |
Label Login corresponds to this field. | |
| SessionType | String | True |
Label Session Type corresponds to this field. | |
| SessionSecurityLevel | String | True |
Label Session Security Level corresponds to this field. |
This is a table representing the BrandTemplate entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the BrandTemplate. | |
| Name | String | False |
Label Brand Template Name corresponds to this field. | |
| DeveloperName | String | False |
Label Letterhead Unique Name corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Value | String | False |
Label Value corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the BusinessHours entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the BusinessHours. | |
| Name | String | False |
Label Business Hours Name corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| IsDefault | Boolean | False |
Label Default Business Hours corresponds to this field. | |
| SundayStartTime | String | False |
Label Sunday Start corresponds to this field. | |
| SundayEndTime | String | False |
Label Sunday End corresponds to this field. | |
| MondayStartTime | String | False |
Label Monday Start corresponds to this field. | |
| MondayEndTime | String | False |
Label Monday End corresponds to this field. | |
| TuesdayStartTime | String | False |
Label Tuesday Start corresponds to this field. | |
| TuesdayEndTime | String | False |
Label Tuesday End corresponds to this field. | |
| WednesdayStartTime | String | False |
Label Wednesday Start corresponds to this field. | |
| WednesdayEndTime | String | False |
Label Wednesday End corresponds to this field. | |
| ThursdayStartTime | String | False |
Label Thursday Start corresponds to this field. | |
| ThursdayEndTime | String | False |
Label Thursday End corresponds to this field. | |
| FridayStartTime | String | False |
Label Friday Start corresponds to this field. | |
| FridayEndTime | String | False |
Label Friday End corresponds to this field. | |
| SaturdayStartTime | String | False |
Label Saturday Start corresponds to this field. | |
| SaturdayEndTime | String | False |
Label Saturday End corresponds to this field. | |
| TimeZoneSidKey | String | False |
Label Time Zone corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
This is a table representing the BusinessProcess entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the BusinessProcess. | |
| Name | String | False |
Label Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| TableEnumOrId | String | False |
Label Entity Enumeration Or ID corresponds to this field. | |
| IsActive | Boolean | True |
Label Active corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CallCenter entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CallCenter. | |
| Name | String | False |
Label Name corresponds to this field. | |
| InternalName | String | False |
Label Internal Name corresponds to this field. | |
| Version | Double | False |
Label Version corresponds to this field. | |
| AdapterUrl | String | False |
Label CTI Adapter URL corresponds to this field. | |
| CustomSettings | String | False |
Label Custom Settings corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
This is a table representing the Campaign entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Campaign. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| Type | String | False |
Label Type corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| StartDate | Datetime | False |
Label Start Date corresponds to this field. | |
| EndDate | Datetime | False |
Label End Date corresponds to this field. | |
| ExpectedRevenue | Double | False |
Label Expected Revenue corresponds to this field. | |
| BudgetedCost | Double | False |
Label Budgeted Cost corresponds to this field. | |
| ActualCost | Double | False |
Label Actual Cost corresponds to this field. | |
| ExpectedResponse | Double | False |
Label Expected Response (%) corresponds to this field. | |
| NumberSent | Double | False |
Label Num Sent corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| NumberOfLeads | Int | True |
Label Total Leads corresponds to this field. | |
| NumberOfConvertedLeads | Int | True |
Label Converted Leads corresponds to this field. | |
| NumberOfContacts | Int | True |
Label Total Contacts corresponds to this field. | |
| NumberOfResponses | Int | True |
Label Total Responses corresponds to this field. | |
| NumberOfOpportunities | Int | True |
Label Num Total Opportunities corresponds to this field. | |
| NumberOfWonOpportunities | Int | True |
Label Num Won Opportunities corresponds to this field. | |
| AmountAllOpportunities | Double | True |
Label Total Value Opportunities corresponds to this field. | |
| AmountWonOpportunities | Double | True |
Label Total Value Won Opportunities corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| CampaignMemberRecordTypeId | String | False |
RecordType.Id |
Label Record Type ID corresponds to this field. |
| Myfield__c | String | False |
Label Myfield Nothing to do here corresponds to this field. |
This is a table representing the CampaignFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CampaignFeed. | |
| ParentId | String | True |
Campaign.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the CampaignMember entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CampaignMember. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CampaignId | String | False |
Campaign.Id |
Label Campaign ID corresponds to this field. |
| LeadId | String | False |
Lead.Id |
Label Lead ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| Status | String | False |
Label Status corresponds to this field. | |
| HasResponded | Boolean | True |
Label Responded corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| FirstRespondedDate | Datetime | True |
Label First Responded Date corresponds to this field. |
This is a table representing the CampaignMemberStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CampaignMemberStatus. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CampaignId | String | False |
Campaign.Id |
Label Campaign ID corresponds to this field. |
| Label | String | False |
Label Label corresponds to this field. | |
| SortOrder | Int | False |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | False |
Label Is Default corresponds to this field. | |
| HasResponded | Boolean | False |
Label Responded corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Case entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Case. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CaseNumber | String | True |
Label Case Number corresponds to this field. | |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| AssetId | String | False |
Asset.Id |
Label Asset ID corresponds to this field. |
| SuppliedName | String | False |
Label Name corresponds to this field. | |
| SuppliedEmail | String | False |
Label Email Address corresponds to this field. | |
| SuppliedPhone | String | False |
Label Phone corresponds to this field. | |
| SuppliedCompany | String | False |
Label Company corresponds to this field. | |
| Type | String | False |
Label Case Type corresponds to this field. | |
| RecordTypeId | String | False |
RecordType.Id |
Label Record Type ID corresponds to this field. |
| Status | String | False |
Label Status corresponds to this field. | |
| Reason | String | False |
Label Case Reason corresponds to this field. | |
| Origin | String | False |
Label Case Origin corresponds to this field. | |
| Subject | String | False |
Label Subject corresponds to this field. | |
| Priority | String | False |
Label Priority corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| IsClosed | Boolean | True |
Label Closed corresponds to this field. | |
| ClosedDate | Datetime | True |
Label Closed Date corresponds to this field. | |
| IsEscalated | Boolean | False |
Label Escalated corresponds to this field. | |
| HasCommentsUnreadByOwner | Boolean | True |
Label New Self-Service Comment corresponds to this field. | |
| HasSelfServiceComments | Boolean | True |
Label Self-Service Commented corresponds to this field. | |
| OwnerId | String | False |
Label Owner ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| EngineeringReqNumber__c | String | False |
Label Engineering Req Number corresponds to this field. | |
| Product__c | String | False |
Label Product corresponds to this field. | |
| SLAViolation__c | String | False |
Label SLA Violation corresponds to this field. | |
| PotentialLiability__c | String | False |
Label Potential Liability corresponds to this field. | |
| TCO_Presentation__c | Datetime | False |
Label TCO_Presentation corresponds to this field. |
This is a table representing the CaseComment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseComment. | |
| ParentId | String | False |
Case.Id |
Label Parent ID corresponds to this field. |
| IsPublished | Boolean | False |
Label Published corresponds to this field. | |
| CommentBody | String | False |
Label Body corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
Label Last Modified By ID corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the CaseContactRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseContactRole. | |
| CasesId | String | False |
Case.Id |
Label Case ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| Role | String | False |
Label Role corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the CaseFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseFeed. | |
| ParentId | String | True |
Case.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the CaseHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CaseId | String | True |
Case.Id |
Label Case ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the CaseSolution entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseSolution. | |
| CaseId | String | False |
Case.Id |
Label Case ID corresponds to this field. |
| SolutionId | String | False |
Solution.Id |
Label Solution ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the CaseStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseStatus. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| IsClosed | Boolean | True |
Label Is Closed corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CaseTeamMember entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseTeamMember. | |
| ParentId | String | False |
Case.Id |
Label Case ID corresponds to this field. |
| MemberId | String | False |
Label Member ID corresponds to this field. | |
| TeamTemplateMemberId | String | True |
Label Team Template Member ID corresponds to this field. | |
| TeamRoleId | String | False |
CaseTeamRole.Id |
Label Team Role ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CaseTeamRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseTeamRole. | |
| Name | String | False |
Label Name corresponds to this field. | |
| AccessLevel | String | False |
Label Access Level corresponds to this field. | |
| PreferencesVisibleInCSP | Boolean | False |
Label Visible in Customer Portal corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CaseTeamTemplate entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseTeamTemplate. | |
| Name | String | False |
Label Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CaseTeamTemplateMember entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseTeamTemplateMember. | |
| TeamTemplateId | String | False |
Label Team Template ID corresponds to this field. | |
| MemberId | String | False |
Label Member ID corresponds to this field. | |
| TeamRoleId | String | False |
CaseTeamRole.Id |
Label Team Role ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CaseTeamTemplateRecord entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CaseTeamTemplateRecord. | |
| ParentId | String | False |
Case.Id |
Label Case ID corresponds to this field. |
| TeamTemplateId | String | False |
Label Team Template ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CategoryData entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CategoryData. | |
| CategoryNodeId | String | False |
CategoryNode.Id |
Label Category Node ID corresponds to this field. |
| RelatedSobjectId | String | False |
Solution.Id |
Label SObject ID corresponds to this field. |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CategoryNode entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CategoryNode. | |
| ParentId | String | False |
CategoryNode.Id |
Label Parent Category Node ID corresponds to this field. |
| MasterLabel | String | False |
Label Name corresponds to this field. | |
| SortOrder | Int | False |
Label Sort Order corresponds to this field. | |
| SortStyle | String | False |
Label Subcategory Sort Style corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ChatterActivity entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ChatterActivity. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| PostCount | Int | True |
Label Post Count corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| CommentReceivedCount | Int | True |
Label Comment Received Count corresponds to this field. | |
| LikeReceivedCount | Int | True |
Label Like Received Count corresponds to this field. | |
| InfluenceRawRank | Int | True |
Label Influence Raw Rank corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ClientBrowser entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ClientBrowser. | |
| UsersId | String | True |
User.Id |
Label User ID corresponds to this field. |
| FullUserAgent | String | True |
Label Full User Agent corresponds to this field. | |
| ProxyInfo | String | True |
Label Proxy Info corresponds to this field. | |
| LastUpdate | Datetime | True |
Label Last Update corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. |
This is a table representing the CollaborationGroup entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CollaborationGroup. | |
| Name | String | False |
Label Name corresponds to this field. | |
| MemberCount | Int | True |
Label Member Count corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CollaborationType | String | False |
Label Access Type corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| FullPhotoUrl | String | True |
Label Url for full-sized Photo corresponds to this field. | |
| SmallPhotoUrl | String | True |
Label Url for Thumbnail sized Photo corresponds to this field. | |
| LastFeedModifiedDate | Datetime | True |
Label Last Feed Modified Date corresponds to this field. | |
| InformationTitle | String | False |
Label Information Title corresponds to this field. | |
| InformationBody | String | False |
Label Information corresponds to this field. | |
| HasPrivateFieldsAccess | Boolean | True |
Label Has Private Fields Access corresponds to this field. | |
| CanHaveGuests | Boolean | False |
Label Allow Customers corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| IsArchived | Boolean | False |
Label Is Archived corresponds to this field. | |
| IsAutoArchiveDisabled | Boolean | False |
Label Is Auto Archive Disabled corresponds to this field. |
This is a table representing the CollaborationGroupFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CollaborationGroupFeed. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the CollaborationGroupMember entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CollaborationGroupMember. | |
| CollaborationGroupId | String | False |
Label CollaborationGroup ID corresponds to this field. | |
| MemberId | String | False |
User.Id |
Label Member ID corresponds to this field. |
| CollaborationRole | String | False |
Label Group Member Role corresponds to this field. | |
| NotificationFrequency | String | False |
Label Notification Frequency corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CollaborationGroupMemberRequest entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CollaborationGroupMemberRequest. | |
| CollaborationGroupId | String | False |
Label CollaborationGroup ID corresponds to this field. | |
| RequesterId | String | False |
User.Id |
Label User ID corresponds to this field. |
| ResponseMessage | String | True |
Label Response Message corresponds to this field. | |
| Status | String | True |
Label Status corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CollaborationInvitation entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CollaborationInvitation. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| SharedEntityId | String | False |
Label Shared Entity ID corresponds to this field. | |
| InviterId | String | True |
User.Id |
Label Inviter User ID corresponds to this field. |
| InvitedUserEmail | String | False |
Label Invited Email corresponds to this field. | |
| InvitedUserEmailNormalized | String | True |
Label Invited Email (Normalized) corresponds to this field. | |
| Status | String | True |
Label Invitation Status corresponds to this field. | |
| OptionalMessage | String | False |
Label Optional Message corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Community entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Community. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| Name | String | True |
Label Name corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| IsActive | Boolean | True |
Label Active corresponds to this field. |
This is a table representing the Contact entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Contact. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| MasterRecordId | String | True |
Contact.Id |
Label Master Record ID corresponds to this field. |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| LastName | String | False |
Label Last Name corresponds to this field. | |
| FirstName | String | False |
Label First Name corresponds to this field. | |
| Salutation | String | False |
Label Salutation corresponds to this field. | |
| Name | String | True |
Label Full Name corresponds to this field. | |
| OtherStreet | String | False |
Label Other Street corresponds to this field. | |
| OtherCity | String | False |
Label Other City corresponds to this field. | |
| OtherState | String | False |
Label Other State/Province corresponds to this field. | |
| OtherPostalCode | String | False |
Label Other Zip/Postal Code corresponds to this field. | |
| OtherCountry | String | False |
Label Other Country corresponds to this field. | |
| OtherLatitude | Double | False |
Label Other Latitude corresponds to this field. | |
| OtherLongitude | Double | False |
Label Other Longitude corresponds to this field. | |
| MailingStreet | String | False |
Label Mailing Street corresponds to this field. | |
| MailingCity | String | False |
Label Mailing City corresponds to this field. | |
| MailingState | String | False |
Label Mailing State/Province corresponds to this field. | |
| MailingPostalCode | String | False |
Label Mailing Zip/Postal Code corresponds to this field. | |
| MailingCountry | String | False |
Label Mailing Country corresponds to this field. | |
| MailingLatitude | Double | False |
Label Mailing Latitude corresponds to this field. | |
| MailingLongitude | Double | False |
Label Mailing Longitude corresponds to this field. | |
| Phone | String | False |
Label Business Phone corresponds to this field. | |
| Fax | String | False |
Label Business Fax corresponds to this field. | |
| MobilePhone | String | False |
Label Mobile Phone corresponds to this field. | |
| HomePhone | String | False |
Label Home Phone corresponds to this field. | |
| OtherPhone | String | False |
Label Other Phone corresponds to this field. | |
| AssistantPhone | String | False |
Label Asst. Phone corresponds to this field. | |
| ReportsToId | String | False |
Contact.Id |
Label Reports To ID corresponds to this field. |
| String | False |
Label Email corresponds to this field. | ||
| Title | String | False |
Label Title corresponds to this field. | |
| Department | String | False |
Label Department corresponds to this field. | |
| AssistantName | String | False |
Label Assistant's Name corresponds to this field. | |
| LeadSource | String | False |
Label Lead Source corresponds to this field. | |
| Birthdate | Datetime | False |
Label Birthdate corresponds to this field. | |
| Description | String | False |
Label Contact Description corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| LastCURequestDate | Datetime | True |
Label Last Stay-in-Touch Request Date corresponds to this field. | |
| LastCUUpdateDate | Datetime | True |
Label Last Stay-in-Touch Save Date corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| EmailBouncedReason | String | False |
Label Email Bounced Reason corresponds to this field. | |
| EmailBouncedDate | Datetime | False |
Label Email Bounced Date corresponds to this field. | |
| IsEmailBounced | Boolean | True |
Label Is Email Bounced corresponds to this field. | |
| Jigsaw | String | False |
Label Data.com Key corresponds to this field. | |
| JigsawContactId | String | True |
Label Jigsaw Contact ID corresponds to this field. | |
| Languages__c | String | False |
Label Languages corresponds to this field. | |
| Level__c | String | False |
Label Level corresponds to this field. | |
| MyNote__c | String | False |
Label MyNote corresponds to this field. | |
| MyExternalId__c | String | False |
Label MyExternalId corresponds to this field. | |
| MyExternalId2__c | String | False |
Label MyExternalId2 corresponds to this field. | |
| AcctLookup__c | String | False |
Account.Id |
Label Account corresponds to this field. |
This is a table representing the ContactFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContactFeed. | |
| ParentId | String | True |
Contact.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the ContactHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContactHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ContactId | String | True |
Contact.Id |
Label Contact ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the ContentDocument entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentDocument. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| IsArchived | Boolean | True |
Label Is Archived corresponds to this field. | |
| ArchivedById | String | True |
User.Id |
Label User ID corresponds to this field. |
| ArchivedDate | Datetime | True |
Label Archived Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Is Deleted corresponds to this field. | |
| OwnerId | String | True |
User.Id |
Label Owner ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| PublishStatus | String | True |
Label Publish Status corresponds to this field. | |
| LatestPublishedVersionId | String | True |
Label Latest Published Version ID corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the ContentDocumentFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentDocumentFeed. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the ContentDocumentHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentDocumentHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ContentDocumentId | String | True |
Label ContentDocument ID corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the ContentDocumentLink entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentDocumentLink. | |
| LinkedEntityId | String | False |
Label Linked Entity ID corresponds to this field. | |
| ContentDocumentId | String | False |
Label ContentDocument ID corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Is Deleted corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| ShareType | String | False |
Label Share Type corresponds to this field. |
This is a table representing the ContentVersion entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentVersion. | |
| ContentDocumentId | String | False |
Label ContentDocument ID corresponds to this field. | |
| IsLatest | Boolean | True |
Label Is Latest corresponds to this field. | |
| ContentUrl | String | False |
Label Content URL corresponds to this field. | |
| VersionNumber | String | True |
Label Version Number corresponds to this field. | |
| Title | String | False |
Label Title corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| ReasonForChange | String | False |
Label Reason For Change corresponds to this field. | |
| PathOnClient | String | False |
Label Path On Client corresponds to this field. | |
| RatingCount | Int | True |
Label Rating Count corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Is Deleted corresponds to this field. | |
| ContentModifiedDate | Datetime | True |
Label Content Modified Date corresponds to this field. | |
| ContentModifiedById | String | True |
User.Id |
Label User ID corresponds to this field. |
| PositiveRatingCount | Int | True |
Label Positive Rating Count corresponds to this field. | |
| NegativeRatingCount | Int | True |
Label Negative Rating Count corresponds to this field. | |
| FeaturedContentBoost | Int | True |
Label Featured Content Boost corresponds to this field. | |
| FeaturedContentDate | Datetime | True |
Label Featured Content Date corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| TagCsv | String | False |
Label Tags corresponds to this field. | |
| FileType | String | True |
Label File Type corresponds to this field. | |
| PublishStatus | String | True |
Label Publish Status corresponds to this field. | |
| VersionData | String | False |
Label Version Data corresponds to this field. | |
| ContentSize | Int | True |
Label Size corresponds to this field. | |
| FirstPublishLocationId | String | False |
Label First Publish Location ID corresponds to this field. | |
| Origin | String | False |
Label Content Origin corresponds to this field. | |
| Checksum | String | True |
Label Checksum corresponds to this field. |
This is a table representing the ContentVersionHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContentVersionHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ContentVersionId | String | True |
Label ContentVersion ID corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the Contract entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Contract. | |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| OwnerExpirationNotice | String | False |
Label Owner Expiration Notice corresponds to this field. | |
| StartDate | Datetime | False |
Label Contract Start Date corresponds to this field. | |
| EndDate | Datetime | True |
Label Contract End Date corresponds to this field. | |
| BillingStreet | String | False |
Label Billing Street corresponds to this field. | |
| BillingCity | String | False |
Label Billing City corresponds to this field. | |
| BillingState | String | False |
Label Billing State/Province corresponds to this field. | |
| BillingPostalCode | String | False |
Label Billing Zip/Postal Code corresponds to this field. | |
| BillingCountry | String | False |
Label Billing Country corresponds to this field. | |
| BillingLatitude | Double | False |
Label Billing Latitude corresponds to this field. | |
| BillingLongitude | Double | False |
Label Billing Longitude corresponds to this field. | |
| ContractTerm | Int | False |
Label Contract Term corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| Status | String | False |
Label Status corresponds to this field. | |
| CompanySignedId | String | False |
User.Id |
Label Company Signed By ID corresponds to this field. |
| CompanySignedDate | Datetime | False |
Label Company Signed Date corresponds to this field. | |
| CustomerSignedId | String | False |
Contact.Id |
Label Customer Signed By ID corresponds to this field. |
| CustomerSignedTitle | String | False |
Label Customer Signed Title corresponds to this field. | |
| CustomerSignedDate | Datetime | False |
Label Customer Signed Date corresponds to this field. | |
| SpecialTerms | String | False |
Label Special Terms corresponds to this field. | |
| ActivatedById | String | True |
User.Id |
Label Activated By ID corresponds to this field. |
| ActivatedDate | Datetime | True |
Label Activated Date corresponds to this field. | |
| StatusCode | String | True |
Label Status Category corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ContractNumber | String | True |
Label Contract Number corresponds to this field. | |
| LastApprovedDate | Datetime | True |
Label Last Approved Date corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the ContractContactRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContractContactRole. | |
| ContractId | String | False |
Contract.Id |
Label Contract ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| Role | String | False |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | False |
Label Primary corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the ContractFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContractFeed. | |
| ParentId | String | True |
Contract.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the ContractHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContractHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ContractId | String | True |
Contract.Id |
Label Contract ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the ContractStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ContractStatus. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| StatusCode | String | True |
Label Status Code corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the CronJobDetail entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CronJobDetail. | |
| Name | String | True |
Label Job Name corresponds to this field. | |
| JobType | String | True |
Label Type corresponds to this field. |
This is a table representing the CronTrigger entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the CronTrigger. | |
| CronJobDetailId | String | True |
Label Job ID corresponds to this field. | |
| NextFireTime | Datetime | True |
Label Next Run Time corresponds to this field. | |
| PreviousFireTime | Datetime | True |
Label Previous Run Time corresponds to this field. | |
| State | String | True |
Label Job State corresponds to this field. | |
| StartTime | Datetime | True |
Label Start Time corresponds to this field. | |
| EndTime | Datetime | True |
Label End Time corresponds to this field. | |
| CronExpression | String | True |
Label Cron Expression corresponds to this field. | |
| TimeZoneSidKey | String | True |
Label Java Time Zone Id corresponds to this field. | |
| OwnerId | String | True |
User.Id |
Label User ID corresponds to this field. |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| TimesTriggered | Int | True |
Label Job Fired Count corresponds to this field. |
This is a table representing the Dashboard entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Dashboard. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| FolderId | String | True |
Label Folder ID corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| DeveloperName | String | True |
Label Dashboard Unique Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| LeftSize | String | True |
Label Left Size corresponds to this field. | |
| MiddleSize | String | True |
Label Middle Size corresponds to this field. | |
| RightSize | String | True |
Label Right Size corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| RunningUserId | String | True |
User.Id |
Label Running User ID corresponds to this field. |
| TitleColor | Int | True |
Label Title Color corresponds to this field. | |
| TitleSize | Int | True |
Label Title Size corresponds to this field. | |
| TextColor | Int | True |
Label Text Color corresponds to this field. | |
| BackgroundStart | Int | True |
Label Starting Color corresponds to this field. | |
| BackgroundEnd | Int | True |
Label Ending Color corresponds to this field. | |
| BackgroundDirection | String | True |
Label Background Fade Direction corresponds to this field. | |
| Type | String | True |
Label Dashboard Running User corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the DashboardComponent entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DashboardComponent. | |
| Name | String | True |
Label Dashboard Component Name corresponds to this field. | |
| DashboardId | String | True |
Dashboard.Id |
Label Dashboard ID corresponds to this field. |
This is a table representing the DashboardComponentFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DashboardComponentFeed. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the DashboardFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DashboardFeed. | |
| ParentId | String | True |
Dashboard.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the DeclinedEventRelation entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DeclinedEventRelation. | |
| RelationId | String | True |
Label Relation ID corresponds to this field. | |
| EventId | String | True |
Event.Id |
Label Event ID corresponds to this field. |
| RespondedDate | Datetime | True |
Label Response Date corresponds to this field. | |
| Response | String | True |
Label Response corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Type | String | True |
Label Type corresponds to this field. |
This is a table representing the Document entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Document. | |
| FolderId | String | False |
Label Folder ID corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Document Name corresponds to this field. | |
| DeveloperName | String | False |
Label Document Unique Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| ContentType | String | False |
Label MIME Type corresponds to this field. | |
| Type | String | False |
Label File Extension corresponds to this field. | |
| IsPublic | Boolean | False |
Label Externally Available corresponds to this field. | |
| BodyLength | Int | True |
Label Body Length corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| Url | String | False |
Label Url corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Keywords | String | False |
Label Keywords corresponds to this field. | |
| IsInternalUseOnly | Boolean | False |
Label Internal Use Only corresponds to this field. | |
| AuthorId | String | False |
User.Id |
Label Author ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsBodySearchable | Boolean | True |
Label Document Content Searchable corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the DocumentAttachmentMap entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DocumentAttachmentMap. | |
| ParentId | String | False |
Label Entity ID corresponds to this field. | |
| DocumentId | String | False |
Document.Id |
Label Document ID corresponds to this field. |
| DocumentSequence | Int | False |
Label Attachment Sequence corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
This is a table representing the Domain entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Domain. | |
| DomainType | String | True |
Label Domain Type corresponds to this field. | |
| Domain | String | True |
Label Domain Name corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the DomainSite entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the DomainSite. | |
| DomainId | String | True |
Domain.Id |
Label Domain ID corresponds to this field. |
| SiteId | String | True |
Site.Id |
Label Site ID corresponds to this field. |
| PathPrefix | String | True |
Label Path corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the EmailServicesAddress entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EmailServicesAddress. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| LocalPart | String | False |
Label Email address corresponds to this field. | |
| EmailDomainName | String | True |
Label Email address domain corresponds to this field. | |
| AuthorizedSenders | String | False |
Label Accept Email From corresponds to this field. | |
| RunAsUserId | String | False |
User.Id |
Label User ID corresponds to this field. |
| FunctionId | String | False |
Label Service ID corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the EmailServicesFunction entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EmailServicesFunction. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| FunctionName | String | False |
Label Email Service Name corresponds to this field. | |
| AuthorizedSenders | String | False |
Label Accept Email From corresponds to this field. | |
| IsAuthenticationRequired | Boolean | False |
Label Advanced Email Security Settings corresponds to this field. | |
| IsTlsRequired | Boolean | False |
Label TLS Required corresponds to this field. | |
| AttachmentOption | String | False |
Label Accept Attachments corresponds to this field. | |
| ApexClassId | String | False |
ApexClass.Id |
Label Class ID corresponds to this field. |
| OverLimitAction | String | False |
Label Over Email Rate Limit Action corresponds to this field. | |
| FunctionInactiveAction | String | False |
Label Deactivated Email Service Action corresponds to this field. | |
| AddressInactiveAction | String | False |
Label Deactivated Email Address Action corresponds to this field. | |
| AuthenticationFailureAction | String | False |
Label Unauthenticated Sender Action corresponds to this field. | |
| AuthorizationFailureAction | String | False |
Label Unauthorized Sender Action corresponds to this field. | |
| IsErrorRoutingEnabled | Boolean | False |
Label Enable Error Routing corresponds to this field. | |
| ErrorRoutingAddress | String | False |
Label Route Error Emails to This Email Address corresponds to this field. | |
| IsTextAttachmentsAsBinary | Boolean | False |
Label Convert Text Attachments to Binary Attachments corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the EmailStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Label 'Email Status ID' corresponds to this field. | |
| TaskId | String | True |
Label 'Activity ID' corresponds to this field. | |
| WhoId | String | True |
Label 'Contact/Lead ID' corresponds to this field. | |
| CreatedDate | DateTime | True |
Label 'Created Date' corresponds to this field. | |
| CreatedById | String | True |
Label 'Created By ID' corresponds to this field. | |
| LastModifiedDate | DateTime | True |
Label 'Last Modified Date' corresponds to this field. | |
| LastModifiedById | String | True |
Label 'Last Modified By ID' corresponds to this field. | |
| TimesOpened | Integer | True |
Label '# Times Opened' corresponds to this field. | |
| FirstOpenDate | DateTime | True |
Label 'Date Opened' corresponds to this field. | |
| LastOpenDate | DateTime | True |
Label 'Last Opened' corresponds to this field. | |
| EmailTemplateName | String | True |
Label 'Email Template Name' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SOQL | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the EmailTemplate entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EmailTemplate. | |
| Name | String | False |
Label Email Template Name corresponds to this field. | |
| DeveloperName | String | False |
Label Template Unique Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| FolderId | String | False |
Label Folder ID corresponds to this field. | |
| BrandTemplateId | String | False |
Label Letterhead ID corresponds to this field. | |
| TemplateStyle | String | False |
Label Style corresponds to this field. | |
| IsActive | Boolean | False |
Label Available For Use corresponds to this field. | |
| TemplateType | String | False |
Label Template Type corresponds to this field. | |
| Encoding | String | False |
Label Encoding corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Subject | String | False |
Label Subject corresponds to this field. | |
| HtmlValue | String | False |
Label HTML Value corresponds to this field. | |
| Body | String | False |
Label Email Body corresponds to this field. | |
| TimesUsed | Int | True |
Label Times Used corresponds to this field. | |
| LastUsedDate | Datetime | True |
Label Last Used Date corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| ApiVersion | Double | False |
Label API Version corresponds to this field. | |
| Markup | String | False |
Label Markup corresponds to this field. |
This is a table representing the EntitySubscription entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EntitySubscription. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| SubscriberId | String | False |
User.Id |
Label Subscriber ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the Event entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Event. | |
| WhoId | String | False |
Label Contact/Lead ID corresponds to this field. | |
| WhatId | String | False |
Label Opportunity/Account ID corresponds to this field. | |
| Subject | String | False |
Label Subject corresponds to this field. | |
| Location | String | False |
Label Location corresponds to this field. | |
| IsAllDayEvent | Boolean | False |
Label All-Day Event corresponds to this field. | |
| ActivityDateTime | Datetime | False |
Label Due Date Time corresponds to this field. | |
| ActivityDate | Datetime | False |
Label Due Date Only corresponds to this field. | |
| DurationInMinutes | Int | False |
Label Duration corresponds to this field. | |
| StartDateTime | Datetime | False |
Label Start Date Time corresponds to this field. | |
| EndDateTime | Datetime | False |
Label End Date Time corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| AccountId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| OwnerId | String | False |
User.Id |
Label Assigned To ID corresponds to this field. |
| IsPrivate | Boolean | False |
Label Private corresponds to this field. | |
| ShowAs | String | False |
Label Show Time As corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| IsChild | Boolean | True |
Label Is Child corresponds to this field. | |
| IsGroupEvent | Boolean | True |
Label Is Group Event corresponds to this field. | |
| GroupEventType | String | True |
Label Group Event Type corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsArchived | Boolean | True |
Label Archived corresponds to this field. | |
| RecurrenceActivityId | String | True |
Event.Id |
Label Recurrence Activity ID corresponds to this field. |
| IsRecurrence | Boolean | False |
Label Create Recurring Series of Events corresponds to this field. | |
| RecurrenceStartDateTime | Datetime | False |
Label Start Date corresponds to this field. | |
| RecurrenceEndDateOnly | Datetime | False |
Label End Date corresponds to this field. | |
| RecurrenceTimeZoneSidKey | String | False |
Label Recurrence Time Zone corresponds to this field. | |
| RecurrenceType | String | False |
Label Recurrence Type corresponds to this field. | |
| RecurrenceInterval | Int | False |
Label Recurrence Interval corresponds to this field. | |
| RecurrenceDayOfWeekMask | Int | False |
Label Recurrence Day of Week Mask corresponds to this field. | |
| RecurrenceDayOfMonth | Int | False |
Label Recurrence Day of Month corresponds to this field. | |
| RecurrenceInstance | String | False |
Label Recurrence Instance corresponds to this field. | |
| RecurrenceMonthOfYear | String | False |
Label Recurrence Month of Year corresponds to this field. | |
| ReminderDateTime | Datetime | False |
Label Reminder Date/Time corresponds to this field. | |
| IsReminderSet | Boolean | False |
Label Reminder Set corresponds to this field. |
This is a table representing the EventFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EventFeed. | |
| ParentId | String | True |
Event.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the EventRelation entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the EventRelation. | |
| RelationId | String | False |
Label Relation ID corresponds to this field. | |
| EventId | String | False |
Event.Id |
Label Event ID corresponds to this field. |
| Status | String | False |
Label Status corresponds to this field. | |
| RespondedDate | Datetime | False |
Label Response Date corresponds to this field. | |
| Response | String | False |
Label Response corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the FeedComment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FeedComment. | |
| FeedItemId | String | False |
Label Feed Item ID corresponds to this field. | |
| ParentId | String | True |
Label Parent ID corresponds to this field. | |
| CreatedById | String | False |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | False |
Label Created Date corresponds to this field. | |
| CommentBody | String | False |
Label Comment Body corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| InsertedById | String | True |
User.Id |
Label InsertedBy ID corresponds to this field. |
| CommentType | String | False |
Label Comment Type corresponds to this field. | |
| RelatedRecordId | String | False |
Label Related Record ID corresponds to this field. |
This is a table representing the FeedItem entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FeedItem. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| Type | String | False |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | False |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | False |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | False |
Label Title corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| LinkUrl | String | False |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | False |
Label Related Record ID corresponds to this field. | |
| ContentData | String | False |
Label Content Data corresponds to this field. | |
| ContentFileName | String | False |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | False |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the FeedPollChoice entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FeedPollChoice. | |
| FeedItemId | String | True |
Label Feed Item ID corresponds to this field. | |
| Position | Int | True |
Label Position corresponds to this field. | |
| ChoiceBody | String | True |
Label ChoiceBody corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the FeedPollVote entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FeedPollVote. | |
| FeedItemId | String | True |
Label Feed Item ID corresponds to this field. | |
| ChoiceId | String | True |
Label Feed Poll Choice ID corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the FieldPermissions entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FieldPermissions. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| SobjectType | String | False |
Label Sobject Type Name corresponds to this field. | |
| Field | String | False |
Label Field Name corresponds to this field. | |
| PermissionsEdit | Boolean | False |
Label Edit Field corresponds to this field. | |
| PermissionsRead | Boolean | False |
Label Read Field corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the FiscalYearSettings entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the FiscalYearSettings. | |
| PeriodId | String | True |
Period.Id |
Label Period ID corresponds to this field. |
| StartDate | Datetime | True |
Label Start Date corresponds to this field. | |
| EndDate | Datetime | True |
Label End Date corresponds to this field. | |
| Name | String | True |
Label Name corresponds to this field. | |
| IsStandardYear | Boolean | True |
Label Is Standard Year corresponds to this field. | |
| YearType | String | True |
Label Year Type corresponds to this field. | |
| QuarterLabelScheme | String | True |
Label Quarter Name Scheme corresponds to this field. | |
| PeriodLabelScheme | String | True |
Label Period Name Scheme corresponds to this field. | |
| WeekLabelScheme | String | True |
Label Week Name Scheme corresponds to this field. | |
| QuarterPrefix | String | True |
Label Quarter Prefix corresponds to this field. | |
| PeriodPrefix | String | True |
Label Period Prefix corresponds to this field. | |
| WeekStartDay | Int | True |
Label Week Start Day corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Folder entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Folder. | |
| Name | String | False |
Label Name corresponds to this field. | |
| DeveloperName | String | False |
Label Folder Unique Name corresponds to this field. | |
| AccessType | String | False |
Label Access Type corresponds to this field. | |
| IsReadonly | Boolean | False |
Label Read Only corresponds to this field. | |
| Type | String | False |
Label Type corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Group entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Group. | |
| Name | String | False |
Label Name corresponds to this field. | |
| DeveloperName | String | False |
Label Developer Name corresponds to this field. | |
| RelatedId | String | True |
Label Related ID corresponds to this field. | |
| Type | String | False |
Label Type corresponds to this field. | |
| String | False |
Label Email corresponds to this field. | ||
| OwnerId | String | True |
Label Owner ID corresponds to this field. | |
| DoesSendEmailToMembers | Boolean | False |
Label Send Email to Members corresponds to this field. | |
| DoesIncludeBosses | Boolean | False |
Label Include Bosses corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the GroupMember entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the GroupMember. | |
| GroupId | String | False |
Group.Id |
Label Group ID corresponds to this field. |
| UserOrGroupId | String | False |
Label User/Group ID corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the HashtagDefinition entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the HashtagDefinition. | |
| NameNorm | String | True |
Label Normalized Hashtag Text corresponds to this field. | |
| Name | String | True |
Label Hashtag Text corresponds to this field. | |
| HashtagCount | Int | True |
Label Hashtag Count corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Holiday entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Holiday. | |
| Name | String | False |
Label Holiday Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| IsAllDay | Boolean | False |
Label All Day corresponds to this field. | |
| ActivityDate | Datetime | False |
Label Holiday Date corresponds to this field. | |
| StartTimeInMinutes | Int | False |
Label Start Time In Minutes From Midnight corresponds to this field. | |
| EndTimeInMinutes | Int | False |
Label End Time In Minutes From Midnight corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsRecurrence | Boolean | False |
Label Recurring Holiday corresponds to this field. | |
| RecurrenceStartDate | Datetime | False |
Label Start Date corresponds to this field. | |
| RecurrenceEndDateOnly | Datetime | False |
Label End Date corresponds to this field. | |
| RecurrenceType | String | False |
Label Recurrence Type corresponds to this field. | |
| RecurrenceInterval | Int | False |
Label Recurrence Interval corresponds to this field. | |
| RecurrenceDayOfWeekMask | Int | False |
Label Recurrence Day of Week Mask corresponds to this field. | |
| RecurrenceDayOfMonth | Int | False |
Label Recurrence Day of Month corresponds to this field. | |
| RecurrenceInstance | String | False |
Label Recurrence Instance corresponds to this field. | |
| RecurrenceMonthOfYear | String | False |
Label Recurrence Month of Year corresponds to this field. |
This is a table representing the Lead entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Lead. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| MasterRecordId | String | True |
Lead.Id |
Label Master Record ID corresponds to this field. |
| LastName | String | False |
Label Last Name corresponds to this field. | |
| FirstName | String | False |
Label First Name corresponds to this field. | |
| Salutation | String | False |
Label Salutation corresponds to this field. | |
| Name | String | True |
Label Full Name corresponds to this field. | |
| Title | String | False |
Label Title corresponds to this field. | |
| Company | String | False |
Label Company corresponds to this field. | |
| Street | String | False |
Label Street corresponds to this field. | |
| City | String | False |
Label City corresponds to this field. | |
| State | String | False |
Label State/Province corresponds to this field. | |
| PostalCode | String | False |
Label Zip/Postal Code corresponds to this field. | |
| Country | String | False |
Label Country corresponds to this field. | |
| Latitude | Double | False |
Label Latitude corresponds to this field. | |
| Longitude | Double | False |
Label Longitude corresponds to this field. | |
| Phone | String | False |
Label Phone corresponds to this field. | |
| MobilePhone | String | False |
Label Mobile Phone corresponds to this field. | |
| Fax | String | False |
Label Fax corresponds to this field. | |
| String | False |
Label Email corresponds to this field. | ||
| Website | String | False |
Label Website corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| LeadSource | String | False |
Label Lead Source corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| Industry | String | False |
Label Industry corresponds to this field. | |
| Rating | String | False |
Label Rating corresponds to this field. | |
| AnnualRevenue | Double | False |
Label Annual Revenue corresponds to this field. | |
| NumberOfEmployees | Int | False |
Label Employees corresponds to this field. | |
| OwnerId | String | False |
Label Owner ID corresponds to this field. | |
| IsConverted | Boolean | False |
Label Converted corresponds to this field. | |
| ConvertedDate | Datetime | True |
Label Converted Date corresponds to this field. | |
| ConvertedAccountId | String | True |
Account.Id |
Label Converted Account ID corresponds to this field. |
| ConvertedContactId | String | True |
Contact.Id |
Label Converted Contact ID corresponds to this field. |
| ConvertedOpportunityId | String | True |
Opportunity.Id |
Label Converted Opportunity ID corresponds to this field. |
| IsUnreadByOwner | Boolean | False |
Label Unread By Owner corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| Jigsaw | String | False |
Label Data.com Key corresponds to this field. | |
| JigsawContactId | String | True |
Label Jigsaw Contact ID corresponds to this field. | |
| EmailBouncedReason | String | True |
Label Email Bounced Reason corresponds to this field. | |
| EmailBouncedDate | Datetime | True |
Label Email Bounced Date corresponds to this field. | |
| SICCode__c | String | False |
Label SIC Code corresponds to this field. | |
| Primary__c | String | False |
Label Primary corresponds to this field. | |
| NumberofLocations__c | Double | False |
Label Number of Locations corresponds to this field. | |
| ProductInterest__c | String | False |
Label Product Interest corresponds to this field. | |
| CurrentGenerators__c | String | False |
Label Current Generator(s) corresponds to this field. | |
| New_Text_Field__c | String | False |
Label New Text Field corresponds to this field. | |
| External_Id_Field__c | String | False |
Label External Id Field corresponds to this field. | |
| External_Id_2__c | String | False |
Label External_Id_2 corresponds to this field. | |
| AutoNumberTest__c | String | True |
Label AutoNumberTest corresponds to this field. | |
| Formula__c | Datetime | True |
Label Formula corresponds to this field. |
This is a table representing the LeadFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LeadFeed. | |
| ParentId | String | True |
Lead.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the LeadHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LeadHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LeadId | String | True |
Lead.Id |
Label Lead ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the LeadStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LeadStatus. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| IsConverted | Boolean | True |
Label Is Converted corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the LoginHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LoginHistory. | |
| UserId | String | True |
Label User ID corresponds to this field. | |
| LoginTime | Datetime | True |
Label Login Time corresponds to this field. | |
| LoginType | String | True |
Label Login Type corresponds to this field. | |
| SourceIp | String | True |
Label Source IP corresponds to this field. | |
| LoginUrl | String | True |
Label Login URL corresponds to this field. | |
| Browser | String | True |
Label Browser corresponds to this field. | |
| Platform | String | True |
Label Platform corresponds to this field. | |
| Status | String | True |
Label Status corresponds to this field. | |
| Application | String | True |
Label Application corresponds to this field. | |
| ClientVersion | String | True |
Label Client Version corresponds to this field. | |
| ApiType | String | True |
Label API Type corresponds to this field. | |
| ApiVersion | String | True |
Label API Version corresponds to this field. |
This is a table representing the LoginIp entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the LoginIp. | |
| UsersId | String | True |
User.Id |
Label User ID corresponds to this field. |
| SourceIp | String | True |
Label Source IP corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsAuthenticated | Boolean | True |
Label IsAuthenticated corresponds to this field. | |
| ChallengeSentDate | Datetime | True |
Label Challenge SentDate corresponds to this field. | |
| ChallengeMethod | String | True |
Label Challenge Method corresponds to this field. |
This is a table representing the MailmergeTemplate entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the MailmergeTemplate. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Filename | String | False |
Label File corresponds to this field. | |
| BodyLength | Int | True |
Label Body Length corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| LastUsedDate | Datetime | True |
Label Last Used Date corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the MobileDeviceRegistrar entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the MobileDeviceRegistrar. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| DeveloperName | String | False |
Label Name corresponds to this field. | |
| Language | String | False |
Label Master Language corresponds to this field. | |
| MasterLabel | String | False |
Label Label corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Provider | String | False |
Label Provider corresponds to this field. | |
| MdmProviderEnrollEndpoint | String | False |
Label Mdm Provider Enroll Endpoint corresponds to this field. | |
| MdmProviderPushAppEndpoint | String | False |
Label Mdm Provider Push App Endpoint corresponds to this field. | |
| MdmProviderApiAccessToken | String | False |
Label Mdm Provider Api Access Token corresponds to this field. | |
| MdmProviderApiUsername | String | False |
Label Mdm Provider Api Username corresponds to this field. | |
| MdmProviderApiPassword | String | False |
Label Mdm Provider Api Password corresponds to this field. |
This is a table representing the Name entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Label 'ID' corresponds to this field. | |
| Name | String | True |
Label 'Name' corresponds to this field. | |
| LastName | String | True |
Label 'Last Name' corresponds to this field. | |
| FirstName | String | True |
Label 'First Name' corresponds to this field. | |
| Type | String | True |
Label 'Type' corresponds to this field. | |
| Alias | String | True |
Label 'Alias' corresponds to this field. | |
| UserRoleId | String | True |
Label 'Role ID' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Where | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the Note entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Note. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| Title | String | False |
Label Title corresponds to this field. | |
| IsPrivate | Boolean | False |
Label Private corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the NoteAndAttachment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Label 'Note or Attachment Id' corresponds to this field. | |
| IsDeleted | Boolean | True |
Label 'Deleted' corresponds to this field. | |
| IsNote | Boolean | True |
Label 'Is Note' corresponds to this field. | |
| ParentId | String | True |
Label 'Parent ID' corresponds to this field. | |
| Title | String | True |
Label 'Title' corresponds to this field. | |
| IsPrivate | Boolean | True |
Label 'Private' corresponds to this field. | |
| OwnerId | String | True |
Label 'Owner ID' corresponds to this field. | |
| CreatedDate | DateTime | True |
Label 'Created Date' corresponds to this field. | |
| CreatedById | String | True |
Label 'Created By ID' corresponds to this field. | |
| LastModifiedDate | DateTime | True |
Label 'Last Modified Date' corresponds to this field. | |
| LastModifiedById | String | True |
Label 'Last Modified By ID' corresponds to this field. | |
| SystemModstamp | DateTime | True |
Label 'System Modstamp' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SOQL | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the ObjectPermissions entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ObjectPermissions. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| SobjectType | String | False |
Label Sobject Type Name corresponds to this field. | |
| PermissionsCreate | Boolean | False |
Label Create Records corresponds to this field. | |
| PermissionsRead | Boolean | False |
Label Read Records corresponds to this field. | |
| PermissionsEdit | Boolean | False |
Label Edit Records corresponds to this field. | |
| PermissionsDelete | Boolean | False |
Label Delete Records corresponds to this field. | |
| PermissionsViewAllRecords | Boolean | False |
Label Read All Records corresponds to this field. | |
| PermissionsModifyAllRecords | Boolean | False |
Label Edit All Records corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the OpenActivity entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | System.String | True |
Label 'Activity ID' corresponds to this field. | |
| AccountId | System.String | True |
Label 'Account ID' corresponds to this field. | |
| WhoId | System.String | True |
Label 'Contact/Lead ID' corresponds to this field. | |
| WhatId | System.String | True |
Label 'Opportunity/Account ID' corresponds to this field. | |
| Subject | System.String | True |
Label 'Subject' corresponds to this field. | |
| IsTask | System.Boolean | True |
Label 'Task' corresponds to this field. | |
| ActivityDate | System.String | True |
Label 'Date' corresponds to this field. | |
| OwnerId | System.String | True |
Label 'Assigned To ID' corresponds to this field. | |
| Status | System.String | True |
Label 'Status' corresponds to this field. | |
| Priority | System.String | True |
Label 'Priority' corresponds to this field. | |
| ActivityType | System.String | True |
Label 'Type' corresponds to this field. | |
| IsClosed | System.Boolean | True |
Label 'Closed' corresponds to this field. | |
| IsAllDayEvent | System.Boolean | True |
Label 'All Day Event' corresponds to this field. | |
| DurationInMinutes | System.Integer | True |
Label 'Duration' corresponds to this field. | |
| Location | System.String | True |
Label 'Location' corresponds to this field. | |
| Description | System.String | True |
Label 'Comments' corresponds to this field. | |
| IsDeleted | System.Boolean | True |
Label 'Deleted' corresponds to this field. | |
| CreatedDate | System.DateTime | True |
Label 'Created Date' corresponds to this field. | |
| CreatedById | System.String | True |
Label 'Created By ID' corresponds to this field. | |
| LastModifiedDate | System.DateTime | True |
Label 'Last Modified Date' corresponds to this field. | |
| LastModifiedById | System.String | True |
Label 'Last Modified By ID' corresponds to this field. | |
| SystemModstamp | System.DateTime | True |
Label 'System Modstamp' corresponds to this field. | |
| CallDurationInSeconds | System.Integer | True |
Label 'Call Duration' corresponds to this field. | |
| CallType | System.String | True |
Label 'Call Type' corresponds to this field. | |
| CallDisposition | System.String | True |
Label 'Call Result' corresponds to this field. | |
| CallObject | System.String | True |
Label 'Call Object Identifier' corresponds to this field. | |
| ReminderDateTime | System.DateTime | True |
Label 'Reminder Date/Time' corresponds to this field. | |
| IsReminderSet | System.Boolean | True |
Label 'Reminder Set' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SOQL | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the Opportunity entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Opportunity. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| AccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| IsPrivate | Boolean | False |
Label Private corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| StageName | String | False |
Label Stage corresponds to this field. | |
| Amount | Double | False |
Label Amount corresponds to this field. | |
| Probability | Double | False |
Label Probability (%) corresponds to this field. | |
| ExpectedRevenue | Double | True |
Label Expected Amount corresponds to this field. | |
| TotalOpportunityQuantity | Double | False |
Label Quantity corresponds to this field. | |
| CloseDate | Datetime | False |
Label Close Date corresponds to this field. | |
| Type | String | False |
Label Opportunity Type corresponds to this field. | |
| NextStep | String | False |
Label Next Step corresponds to this field. | |
| LeadSource | String | False |
Label Lead Source corresponds to this field. | |
| IsClosed | Boolean | True |
Label Closed corresponds to this field. | |
| IsWon | Boolean | True |
Label Won corresponds to this field. | |
| ForecastCategory | String | True |
Label Forecast Category corresponds to this field. | |
| ForecastCategoryName | String | False |
Label Forecast Category corresponds to this field. | |
| CampaignId | String | False |
Campaign.Id |
Label Campaign ID corresponds to this field. |
| HasOpportunityLineItem | Boolean | True |
Label Has Line Item corresponds to this field. | |
| Pricebook2Id | String | False |
Pricebook2.Id |
Label Price Book ID corresponds to this field. |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastActivityDate | Datetime | True |
Label Last Activity corresponds to this field. | |
| FiscalQuarter | Int | True |
Label Fiscal Quarter corresponds to this field. | |
| FiscalYear | Int | True |
Label Fiscal Year corresponds to this field. | |
| Fiscal | String | True |
Label Fiscal Period corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| SyncedQuoteId | String | False |
Quote.Id |
Label Quote ID corresponds to this field. |
| DeliveryInstallationStatus__c | String | False |
Label Delivery/Installation Status corresponds to this field. | |
| CurrentGenerators__c | String | False |
Label Current Generator(s) corresponds to this field. | |
| TrackingNumber__c | String | False |
Label Tracking Number corresponds to this field. | |
| MainCompetitors__c | String | False |
Label Main Competitor(s) corresponds to this field. | |
| OrderNumber__c | String | False |
Label Order Number corresponds to this field. | |
| SomeNumber__c | Double | False |
Label SomeNumber corresponds to this field. | |
| ZeroDecimal__c | Double | False |
Label ZeroDecimal corresponds to this field. | |
| AutoNumber__c | String | True |
Label AutoNumber corresponds to this field. | |
| FloatTest__c | Double | False |
Label FloatTest corresponds to this field. | |
| Don_t_Test__c | String | False |
Label Don?t_Test corresponds to this field. |
This is a table representing the OpportunityCompetitor entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityCompetitor. | |
| OpportunityId | String | False |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| CompetitorName | String | False |
Label Competitor Name corresponds to this field. | |
| Strengths | String | False |
Label Strengths corresponds to this field. | |
| Weaknesses | String | False |
Label Weaknesses corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the OpportunityContactRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityContactRole. | |
| OpportunityId | String | False |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| Role | String | False |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | False |
Label Primary corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the OpportunityFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityFeed. | |
| ParentId | String | True |
Opportunity.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the OpportunityFieldHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityFieldHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| OpportunityId | String | True |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the OpportunityHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityHistory. | |
| OpportunityId | String | True |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| StageName | String | True |
Label Stage Name corresponds to this field. | |
| Amount | Double | True |
Label Amount corresponds to this field. | |
| ExpectedRevenue | Double | True |
Label Expected Revenue corresponds to this field. | |
| CloseDate | Datetime | True |
Label Close Date corresponds to this field. | |
| Probability | Double | True |
Label Probability corresponds to this field. | |
| ForecastCategory | String | True |
Label To ForecastCategory corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the OpportunityLineItem entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityLineItem. | |
| OpportunityId | String | False |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| PricebookEntryId | String | False |
Label Price Book Entry ID corresponds to this field. | |
| Quantity | Double | False |
Label Quantity corresponds to this field. | |
| TotalPrice | Double | False |
Label Total Price corresponds to this field. | |
| UnitPrice | Double | False |
Label Sales Price corresponds to this field. | |
| ListPrice | Double | True |
Label List Price corresponds to this field. | |
| ServiceDate | Datetime | False |
Label Date corresponds to this field. | |
| Description | String | False |
Label Line Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the OpportunityPartner entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityPartner. | |
| OpportunityId | String | True |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| AccountToId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| Role | String | True |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | True |
Label Primary corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ReversePartnerId | String | True |
Label Reverse Partner ID corresponds to this field. |
This is a table representing the OpportunityStage entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OpportunityStage. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| IsActive | Boolean | True |
Label Is Active corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsClosed | Boolean | True |
Label Closed corresponds to this field. | |
| IsWon | Boolean | True |
Label Won corresponds to this field. | |
| ForecastCategory | String | True |
Label Forecast Category corresponds to this field. | |
| ForecastCategoryName | String | True |
Label Forecast Category Name corresponds to this field. | |
| DefaultProbability | Double | True |
Label Probability (%) corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Organization entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Organization. | |
| Name | String | True |
Label Name corresponds to this field. | |
| Division | String | True |
Label Division corresponds to this field. | |
| Street | String | True |
Label Street corresponds to this field. | |
| City | String | True |
Label City corresponds to this field. | |
| State | String | True |
Label State/Province corresponds to this field. | |
| PostalCode | String | True |
Label Zip/Postal Code corresponds to this field. | |
| Country | String | True |
Label Country corresponds to this field. | |
| Latitude | Double | True |
Label Latitude corresponds to this field. | |
| Longitude | Double | True |
Label Longitude corresponds to this field. | |
| Phone | String | True |
Label Phone corresponds to this field. | |
| Fax | String | True |
Label Fax corresponds to this field. | |
| PrimaryContact | String | True |
Label Primary Contact corresponds to this field. | |
| DefaultLocaleSidKey | String | True |
Label Locale corresponds to this field. | |
| LanguageLocaleKey | String | True |
Label Language corresponds to this field. | |
| ReceivesInfoEmails | Boolean | True |
Label Info Emails corresponds to this field. | |
| ReceivesAdminInfoEmails | Boolean | True |
Label Info Emails Admin corresponds to this field. | |
| PreferencesRequireOpportunityProducts | Boolean | True |
Label RequireOpportunityProducts corresponds to this field. | |
| FiscalYearStartMonth | Int | True |
Label Fiscal Year Starts In corresponds to this field. | |
| UsesStartDateAsFiscalYearName | Boolean | True |
Label Fiscal Year Name by Start corresponds to this field. | |
| DefaultAccountAccess | String | True |
Label Default Account Access corresponds to this field. | |
| DefaultContactAccess | String | True |
Label Default Contact Access corresponds to this field. | |
| DefaultOpportunityAccess | String | True |
Label Default Opportunity Access corresponds to this field. | |
| DefaultLeadAccess | String | True |
Label Default Lead Access corresponds to this field. | |
| DefaultCaseAccess | String | True |
Label Default Case Access corresponds to this field. | |
| DefaultCalendarAccess | String | True |
Label Default Calendar Access corresponds to this field. | |
| DefaultPricebookAccess | String | True |
Label Default Price Book Access corresponds to this field. | |
| DefaultCampaignAccess | String | True |
Label Default Campaign Access corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| ComplianceBccEmail | String | True |
Label Compliance BCC Email corresponds to this field. | |
| UiSkin | String | True |
Label UI Skin corresponds to this field. | |
| TrialExpirationDate | Datetime | True |
Label Trial Expiration Date corresponds to this field. | |
| OrganizationType | String | True |
Label Edition corresponds to this field. | |
| WebToCaseDefaultOrigin | String | True |
Label Web to Cases Default Origin corresponds to this field. | |
| MonthlyPageViewsUsed | Int | True |
Label Monthly Page Views Used corresponds to this field. | |
| MonthlyPageViewsEntitlement | Int | True |
Label Monthly Page Views Allowed corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
This is a table representing the OrgWideEmailAddress entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the OrgWideEmailAddress. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Address | String | False |
Label Email Address corresponds to this field. | |
| DisplayName | String | False |
Label Display Name corresponds to this field. | |
| IsAllowAllProfiles | Boolean | False |
Label Allow All Profiles corresponds to this field. |
This is a table representing the Partner entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Partner. | |
| OpportunityId | String | False |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| AccountFromId | String | False |
Account.Id |
Label Account From ID corresponds to this field. |
| AccountToId | String | False |
Account.Id |
Label Account To ID corresponds to this field. |
| Role | String | False |
Label Role corresponds to this field. | |
| IsPrimary | Boolean | False |
Label Primary corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ReversePartnerId | String | True |
Partner.Id |
Label Reverse Partner ID corresponds to this field. |
This is a table representing the PartnerRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PartnerRole. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| ReverseRole | String | True |
Label Reverse Role corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Period entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Period. | |
| FiscalYearSettingsId | String | True |
Label Fiscal Year Settings ID corresponds to this field. | |
| Type | String | True |
Label Type corresponds to this field. | |
| StartDate | Datetime | True |
Label Start Date corresponds to this field. | |
| EndDate | Datetime | True |
Label End Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsForecastPeriod | Boolean | True |
Label Is Forecast Period corresponds to this field. | |
| QuarterLabel | String | True |
Label Quarter Name corresponds to this field. | |
| PeriodLabel | String | True |
Label Period Name corresponds to this field. | |
| Number | Int | True |
Label Number corresponds to this field. |
This is a table representing the PermissionSet entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PermissionSet. | |
| Name | String | False |
Label Permission Set Name corresponds to this field. | |
| Label | String | False |
Label Permission Set Label corresponds to this field. | |
| UserLicenseId | String | False |
UserLicense.Id |
Label User License ID corresponds to this field. |
| ProfileId | String | True |
Profile.Id |
Label Profile ID corresponds to this field. |
| IsOwnedByProfile | Boolean | True |
Label Is Owned By Profile corresponds to this field. | |
| PermissionsEmailSingle | Boolean | False |
Label Send Email corresponds to this field. | |
| PermissionsEmailMass | Boolean | False |
Label Mass Email corresponds to this field. | |
| PermissionsEditTask | Boolean | False |
Label Edit Tasks corresponds to this field. | |
| PermissionsEditEvent | Boolean | False |
Label Edit Events corresponds to this field. | |
| PermissionsExportReport | Boolean | False |
Label Export Reports corresponds to this field. | |
| PermissionsImportPersonal | Boolean | False |
Label Import Personal Contacts corresponds to this field. | |
| PermissionsManageUsers | Boolean | False |
Label Manage Users corresponds to this field. | |
| PermissionsEditPublicTemplates | Boolean | False |
Label Manage Public Templates corresponds to this field. | |
| PermissionsModifyAllData | Boolean | False |
Label Modify All Data corresponds to this field. | |
| PermissionsManageCases | Boolean | False |
Label Manage Cases corresponds to this field. | |
| PermissionsEditKnowledge | Boolean | False |
Label Manage Articles corresponds to this field. | |
| PermissionsManageKnowledge | Boolean | False |
Label Manage FinancialForce Knowledge corresponds to this field. | |
| PermissionsManageSolutions | Boolean | False |
Label Manage Published Solutions corresponds to this field. | |
| PermissionsCustomizeApplication | Boolean | False |
Label Customize Application corresponds to this field. | |
| PermissionsEditReadonlyFields | Boolean | False |
Label Edit Read Only Fields corresponds to this field. | |
| PermissionsRunReports | Boolean | False |
Label Run Reports corresponds to this field. | |
| PermissionsViewSetup | Boolean | False |
Label View Setup and Configuration corresponds to this field. | |
| PermissionsTransferAnyEntity | Boolean | False |
Label Transfer Record corresponds to this field. | |
| PermissionsNewReportBuilder | Boolean | False |
Label Report Builder corresponds to this field. | |
| PermissionsManageSelfService | Boolean | False |
Label Manage Self-Service Portal corresponds to this field. | |
| PermissionsManageCssUsers | Boolean | False |
Label Edit Self-Service Users corresponds to this field. | |
| PermissionsActivateContract | Boolean | False |
Label Activate Contracts corresponds to this field. | |
| PermissionsImportLeads | Boolean | False |
Label Import Leads corresponds to this field. | |
| PermissionsManageLeads | Boolean | False |
Label Manage Leads corresponds to this field. | |
| PermissionsTransferAnyLead | Boolean | False |
Label Transfer Leads corresponds to this field. | |
| PermissionsViewAllData | Boolean | False |
Label View All Data corresponds to this field. | |
| PermissionsEditPublicDocuments | Boolean | False |
Label Manage Public Documents corresponds to this field. | |
| PermissionsEditBrandTemplates | Boolean | False |
Label Manage Letterheads corresponds to this field. | |
| PermissionsEditHtmlTemplates | Boolean | False |
Label Edit HTML Templates corresponds to this field. | |
| PermissionsChatterInternalUser | Boolean | False |
Label Chatter Internal User corresponds to this field. | |
| PermissionsManageDashboards | Boolean | False |
Label Manage Dashboards corresponds to this field. | |
| PermissionsDeleteActivatedContract | Boolean | False |
Label Delete Activated Contracts corresponds to this field. | |
| PermissionsChatterInviteExternalUsers | Boolean | False |
Label Invite Customers To Chatter corresponds to this field. | |
| PermissionsSendSitRequests | Boolean | False |
Label Send Stay-in-Touch Requests corresponds to this field. | |
| PermissionsManageRemoteAccess | Boolean | False |
Label Manage Connected Apps corresponds to this field. | |
| PermissionsCanUseNewDashboardBuilder | Boolean | False |
Label Drag-and-Drop Dashboard Builder corresponds to this field. | |
| PermissionsManageCategories | Boolean | False |
Label Manage Categories corresponds to this field. | |
| PermissionsConvertLeads | Boolean | False |
Label Convert Leads corresponds to this field. | |
| PermissionsPasswordNeverExpires | Boolean | False |
Label Password Never Expires corresponds to this field. | |
| PermissionsUseTeamReassignWizards | Boolean | False |
Label Use Team Reassignment Wizards corresponds to this field. | |
| PermissionsInstallPackaging | Boolean | False |
Label Download AppExchange Packages corresponds to this field. | |
| PermissionsPublishPackaging | Boolean | False |
Label Upload AppExchange Packages corresponds to this field. | |
| PermissionsChatterOwnGroups | Boolean | False |
Label Create and Own New Chatter Groups corresponds to this field. | |
| PermissionsEditOppLineItemUnitPrice | Boolean | False |
Label Edit Opportunity Product Sales Price corresponds to this field. | |
| PermissionsCreatePackaging | Boolean | False |
Label Create AppExchange Packages corresponds to this field. | |
| PermissionsBulkApiHardDelete | Boolean | False |
Label Bulk API Hard Delete corresponds to this field. | |
| PermissionsSolutionImport | Boolean | False |
Label Import Solutions corresponds to this field. | |
| PermissionsManageCallCenters | Boolean | False |
Label Manage Call Centers corresponds to this field. | |
| PermissionsEditReports | Boolean | False |
Label Create and Customize Reports corresponds to this field. | |
| PermissionsManageSynonyms | Boolean | False |
Label Manage Synonyms corresponds to this field. | |
| PermissionsViewContent | Boolean | False |
Label View Content in Portals corresponds to this field. | |
| PermissionsManageEmailClientConfig | Boolean | False |
Label Manage Email Client Configurations corresponds to this field. | |
| PermissionsEnableNotifications | Boolean | False |
Label Send Outbound Messages corresponds to this field. | |
| PermissionsManageDataIntegrations | Boolean | False |
Label Manage Data Integrations corresponds to this field. | |
| PermissionsViewDataCategories | Boolean | False |
Label View Data Categories corresponds to this field. | |
| PermissionsManageDataCategories | Boolean | False |
Label Manage Data Categories corresponds to this field. | |
| PermissionsAuthorApex | Boolean | False |
Label Author Apex corresponds to this field. | |
| PermissionsManageMobile | Boolean | False |
Label Manage Mobile Configurations corresponds to this field. | |
| PermissionsApiEnabled | Boolean | False |
Label API Enabled corresponds to this field. | |
| PermissionsManageCustomReportTypes | Boolean | False |
Label Manage Custom Report Types corresponds to this field. | |
| PermissionsEditCaseComments | Boolean | False |
Label Edit Case Comments corresponds to this field. | |
| PermissionsTransferAnyCase | Boolean | False |
Label Transfer Cases corresponds to this field. | |
| PermissionsContentAdministrator | Boolean | False |
Label Manage FinancialForce CRM Content corresponds to this field. | |
| PermissionsCreateWorkspaces | Boolean | False |
Label Create Libraries corresponds to this field. | |
| PermissionsManageContentPermissions | Boolean | False |
Label Manage Content Permissions corresponds to this field. | |
| PermissionsManageContentProperties | Boolean | False |
Label Manage Content Properties corresponds to this field. | |
| PermissionsManageContentTypes | Boolean | False |
Label Manage Content Types corresponds to this field. | |
| PermissionsManageAnalyticSnapshots | Boolean | False |
Label Manage Analytic Snapshots corresponds to this field. | |
| PermissionsScheduleReports | Boolean | False |
Label Schedule Reports corresponds to this field. | |
| PermissionsManageBusinessHourHolidays | Boolean | False |
Label Manage Business Hours Holidays corresponds to this field. | |
| PermissionsManageDynamicDashboards | Boolean | False |
Label Manage Dynamic Dashboards corresponds to this field. | |
| PermissionsCustomSidebarOnAllPages | Boolean | False |
Label Show Custom Sidebar On All Pages corresponds to this field. | |
| PermissionsManageInteraction | Boolean | False |
Label Manage Force.com Flow corresponds to this field. | |
| PermissionsViewMyTeamsDashboards | Boolean | False |
Label View My Team's Dashboards corresponds to this field. | |
| PermissionsModerateChatter | Boolean | False |
Label Moderate Chatter corresponds to this field. | |
| PermissionsResetPasswords | Boolean | False |
Label Reset User Passwords and Unlock Users corresponds to this field. | |
| PermissionsFlowUFLRequired | Boolean | False |
Label Require Force.com Flow User Feature License corresponds to this field. | |
| PermissionsCanInsertFeedSystemFields | Boolean | False |
Label Insert System Field Values for Chatter Feeds corresponds to this field. | |
| PermissionsManageKnowledgeImportExport | Boolean | False |
Label Manage Knowledge Article Import/Export corresponds to this field. | |
| PermissionsEmailTemplateManagement | Boolean | False |
Label Manage Email Templates corresponds to this field. | |
| PermissionsEmailAdministration | Boolean | False |
Label Email Administration corresponds to this field. | |
| PermissionsManageChatterMessages | Boolean | False |
Label Manage Chatter Messages corresponds to this field. | |
| PermissionsForceTwoFactor | Boolean | False |
Label Two-Factor Authentication for User Interface Logins corresponds to this field. | |
| PermissionsManageNetworks | Boolean | False |
Label Create and Set Up Communities corresponds to this field. | |
| PermissionsManageAuthProviders | Boolean | False |
Label Manage Auth. Providers corresponds to this field. | |
| PermissionsRunFlow | Boolean | False |
Label Run Flows corresponds to this field. | |
| PermissionsViewAllUsers | Boolean | False |
Label View All Users corresponds to this field. | |
| PermissionsAllowUniversalSearch | Boolean | False |
Label Knowledge One corresponds to this field. | |
| PermissionsConnectOrgToEnvironmentHub | Boolean | False |
Label Connect Organization to Environment Hub corresponds to this field. | |
| PermissionsSalesConsole | Boolean | False |
Label Sales Console corresponds to this field. | |
| PermissionsTwoFactorApi | Boolean | False |
Label Two-Factor Authentication for API Logins corresponds to this field. | |
| PermissionsDeleteTopics | Boolean | False |
Label Delete Topics corresponds to this field. | |
| PermissionsEditTopics | Boolean | False |
Label Edit Topics corresponds to this field. | |
| PermissionsCreateTopics | Boolean | False |
Label Create Topics corresponds to this field. | |
| PermissionsAssignTopics | Boolean | False |
Label Assign Topics corresponds to this field. | |
| PermissionsIdentityEnabled | Boolean | False |
Label Use Identity Features corresponds to this field. | |
| PermissionsIdentityConnect | Boolean | False |
Label Use Identity Connect corresponds to this field. | |
| PermissionsAllowViewKnowledge | Boolean | False |
Label Allow View Knowledge corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. |
This is a table representing the PermissionSetAssignment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PermissionSetAssignment. | |
| PermissionSetId | String | False |
Label PermissionSet ID corresponds to this field. | |
| AssigneeId | String | False |
User.Id |
Label Assignee ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label Date Assigned corresponds to this field. |
This is a table representing the PermissionSetLicense entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PermissionSetLicense. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| DeveloperName | String | True |
Label Developer Name corresponds to this field. | |
| Language | String | True |
Label Master Language corresponds to this field. | |
| MasterLabel | String | True |
Label Permission Set License Label corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| PermissionSetLicenseKey | String | True |
Label Permission Set License Key corresponds to this field. | |
| TotalLicenses | Int | True |
Label Total Licenses corresponds to this field. | |
| Status | String | True |
Label Status corresponds to this field. | |
| ExpirationDate | Datetime | True |
Label Expiration Date corresponds to this field. | |
| MaximumPermissionsEmailSingle | Boolean | True |
Label Send Email corresponds to this field. | |
| MaximumPermissionsEmailMass | Boolean | True |
Label Mass Email corresponds to this field. | |
| MaximumPermissionsEditTask | Boolean | True |
Label Edit Tasks corresponds to this field. | |
| MaximumPermissionsEditEvent | Boolean | True |
Label Edit Events corresponds to this field. | |
| MaximumPermissionsExportReport | Boolean | True |
Label Export Reports corresponds to this field. | |
| MaximumPermissionsImportPersonal | Boolean | True |
Label Import Personal Contacts corresponds to this field. | |
| MaximumPermissionsManageUsers | Boolean | True |
Label Manage Users corresponds to this field. | |
| MaximumPermissionsEditPublicTemplates | Boolean | True |
Label Manage Public Templates corresponds to this field. | |
| MaximumPermissionsModifyAllData | Boolean | True |
Label Modify All Data corresponds to this field. | |
| MaximumPermissionsManageCases | Boolean | True |
Label Manage Cases corresponds to this field. | |
| MaximumPermissionsEditKnowledge | Boolean | True |
Label Manage Articles corresponds to this field. | |
| MaximumPermissionsManageKnowledge | Boolean | True |
Label Manage FinancialForce Knowledge corresponds to this field. | |
| MaximumPermissionsManageSolutions | Boolean | True |
Label Manage Published Solutions corresponds to this field. | |
| MaximumPermissionsCustomizeApplication | Boolean | True |
Label Customize Application corresponds to this field. | |
| MaximumPermissionsEditReadonlyFields | Boolean | True |
Label Edit Read Only Fields corresponds to this field. | |
| MaximumPermissionsRunReports | Boolean | True |
Label Run Reports corresponds to this field. | |
| MaximumPermissionsViewSetup | Boolean | True |
Label View Setup and Configuration corresponds to this field. | |
| MaximumPermissionsTransferAnyEntity | Boolean | True |
Label Transfer Record corresponds to this field. | |
| MaximumPermissionsNewReportBuilder | Boolean | True |
Label Report Builder corresponds to this field. | |
| MaximumPermissionsManageSelfService | Boolean | True |
Label Manage Self-Service Portal corresponds to this field. | |
| MaximumPermissionsManageCssUsers | Boolean | True |
Label Edit Self-Service Users corresponds to this field. | |
| MaximumPermissionsActivateContract | Boolean | True |
Label Activate Contracts corresponds to this field. | |
| MaximumPermissionsImportLeads | Boolean | True |
Label Import Leads corresponds to this field. | |
| MaximumPermissionsManageLeads | Boolean | True |
Label Manage Leads corresponds to this field. | |
| MaximumPermissionsTransferAnyLead | Boolean | True |
Label Transfer Leads corresponds to this field. | |
| MaximumPermissionsViewAllData | Boolean | True |
Label View All Data corresponds to this field. | |
| MaximumPermissionsEditPublicDocuments | Boolean | True |
Label Manage Public Documents corresponds to this field. | |
| MaximumPermissionsEditBrandTemplates | Boolean | True |
Label Manage Letterheads corresponds to this field. | |
| MaximumPermissionsEditHtmlTemplates | Boolean | True |
Label Edit HTML Templates corresponds to this field. | |
| MaximumPermissionsChatterInternalUser | Boolean | True |
Label Chatter Internal User corresponds to this field. | |
| MaximumPermissionsManageDashboards | Boolean | True |
Label Manage Dashboards corresponds to this field. | |
| MaximumPermissionsDeleteActivatedContract | Boolean | True |
Label Delete Activated Contracts corresponds to this field. | |
| MaximumPermissionsChatterInviteExternalUsers | Boolean | True |
Label Invite Customers To Chatter corresponds to this field. | |
| MaximumPermissionsSendSitRequests | Boolean | True |
Label Send Stay-in-Touch Requests corresponds to this field. | |
| MaximumPermissionsManageRemoteAccess | Boolean | True |
Label Manage Connected Apps corresponds to this field. | |
| MaximumPermissionsCanUseNewDashboardBuilder | Boolean | True |
Label Drag-and-Drop Dashboard Builder corresponds to this field. | |
| MaximumPermissionsManageCategories | Boolean | True |
Label Manage Categories corresponds to this field. | |
| MaximumPermissionsConvertLeads | Boolean | True |
Label Convert Leads corresponds to this field. | |
| MaximumPermissionsPasswordNeverExpires | Boolean | True |
Label Password Never Expires corresponds to this field. | |
| MaximumPermissionsUseTeamReassignWizards | Boolean | True |
Label Use Team Reassignment Wizards corresponds to this field. | |
| MaximumPermissionsInstallPackaging | Boolean | True |
Label Download AppExchange Packages corresponds to this field. | |
| MaximumPermissionsPublishPackaging | Boolean | True |
Label Upload AppExchange Packages corresponds to this field. | |
| MaximumPermissionsChatterOwnGroups | Boolean | True |
Label Create and Own New Chatter Groups corresponds to this field. | |
| MaximumPermissionsEditOppLineItemUnitPrice | Boolean | True |
Label Edit Opportunity Product Sales Price corresponds to this field. | |
| MaximumPermissionsCreatePackaging | Boolean | True |
Label Create AppExchange Packages corresponds to this field. | |
| MaximumPermissionsBulkApiHardDelete | Boolean | True |
Label Bulk API Hard Delete corresponds to this field. | |
| MaximumPermissionsSolutionImport | Boolean | True |
Label Import Solutions corresponds to this field. | |
| MaximumPermissionsManageCallCenters | Boolean | True |
Label Manage Call Centers corresponds to this field. | |
| MaximumPermissionsEditReports | Boolean | True |
Label Create and Customize Reports corresponds to this field. | |
| MaximumPermissionsManageSynonyms | Boolean | True |
Label Manage Synonyms corresponds to this field. | |
| MaximumPermissionsViewContent | Boolean | True |
Label View Content in Portals corresponds to this field. | |
| MaximumPermissionsManageEmailClientConfig | Boolean | True |
Label Manage Email Client Configurations corresponds to this field. | |
| MaximumPermissionsEnableNotifications | Boolean | True |
Label Send Outbound Messages corresponds to this field. | |
| MaximumPermissionsManageDataIntegrations | Boolean | True |
Label Manage Data Integrations corresponds to this field. | |
| MaximumPermissionsViewDataCategories | Boolean | True |
Label View Data Categories corresponds to this field. | |
| MaximumPermissionsManageDataCategories | Boolean | True |
Label Manage Data Categories corresponds to this field. | |
| MaximumPermissionsAuthorApex | Boolean | True |
Label Author Apex corresponds to this field. | |
| MaximumPermissionsManageMobile | Boolean | True |
Label Manage Mobile Configurations corresponds to this field. | |
| MaximumPermissionsApiEnabled | Boolean | True |
Label API Enabled corresponds to this field. | |
| MaximumPermissionsManageCustomReportTypes | Boolean | True |
Label Manage Custom Report Types corresponds to this field. | |
| MaximumPermissionsEditCaseComments | Boolean | True |
Label Edit Case Comments corresponds to this field. | |
| MaximumPermissionsTransferAnyCase | Boolean | True |
Label Transfer Cases corresponds to this field. | |
| MaximumPermissionsContentAdministrator | Boolean | True |
Label Manage FinancialForce CRM Content corresponds to this field. | |
| MaximumPermissionsCreateWorkspaces | Boolean | True |
Label Create Libraries corresponds to this field. | |
| MaximumPermissionsManageContentPermissions | Boolean | True |
Label Manage Content Permissions corresponds to this field. | |
| MaximumPermissionsManageContentProperties | Boolean | True |
Label Manage Content Properties corresponds to this field. | |
| MaximumPermissionsManageContentTypes | Boolean | True |
Label Manage Content Types corresponds to this field. | |
| MaximumPermissionsManageAnalyticSnapshots | Boolean | True |
Label Manage Analytic Snapshots corresponds to this field. | |
| MaximumPermissionsScheduleReports | Boolean | True |
Label Schedule Reports corresponds to this field. | |
| MaximumPermissionsManageBusinessHourHolidays | Boolean | True |
Label Manage Business Hours Holidays corresponds to this field. | |
| MaximumPermissionsManageDynamicDashboards | Boolean | True |
Label Manage Dynamic Dashboards corresponds to this field. | |
| MaximumPermissionsCustomSidebarOnAllPages | Boolean | True |
Label Show Custom Sidebar On All Pages corresponds to this field. | |
| MaximumPermissionsManageInteraction | Boolean | True |
Label Manage Force.com Flow corresponds to this field. | |
| MaximumPermissionsViewMyTeamsDashboards | Boolean | True |
Label View My Team's Dashboards corresponds to this field. | |
| MaximumPermissionsModerateChatter | Boolean | True |
Label Moderate Chatter corresponds to this field. | |
| MaximumPermissionsResetPasswords | Boolean | True |
Label Reset User Passwords and Unlock Users corresponds to this field. | |
| MaximumPermissionsFlowUFLRequired | Boolean | True |
Label Require Force.com Flow User Feature License corresponds to this field. | |
| MaximumPermissionsCanInsertFeedSystemFields | Boolean | True |
Label Insert System Field Values for Chatter Feeds corresponds to this field. | |
| MaximumPermissionsManageKnowledgeImportExport | Boolean | True |
Label Manage Knowledge Article Import/Export corresponds to this field. | |
| MaximumPermissionsEmailTemplateManagement | Boolean | True |
Label Manage Email Templates corresponds to this field. | |
| MaximumPermissionsEmailAdministration | Boolean | True |
Label Email Administration corresponds to this field. | |
| MaximumPermissionsManageChatterMessages | Boolean | True |
Label Manage Chatter Messages corresponds to this field. | |
| MaximumPermissionsForceTwoFactor | Boolean | True |
Label Two-Factor Authentication for User Interface Logins corresponds to this field. | |
| MaximumPermissionsManageNetworks | Boolean | True |
Label Create and Set Up Communities corresponds to this field. | |
| MaximumPermissionsManageAuthProviders | Boolean | True |
Label Manage Auth. Providers corresponds to this field. | |
| MaximumPermissionsRunFlow | Boolean | True |
Label Run Flows corresponds to this field. | |
| MaximumPermissionsViewAllUsers | Boolean | True |
Label View All Users corresponds to this field. | |
| MaximumPermissionsAllowUniversalSearch | Boolean | True |
Label Knowledge One corresponds to this field. | |
| MaximumPermissionsConnectOrgToEnvironmentHub | Boolean | True |
Label Connect Organization to Environment Hub corresponds to this field. | |
| MaximumPermissionsSalesConsole | Boolean | True |
Label Sales Console corresponds to this field. | |
| MaximumPermissionsTwoFactorApi | Boolean | True |
Label Two-Factor Authentication for API Logins corresponds to this field. | |
| MaximumPermissionsDeleteTopics | Boolean | True |
Label Delete Topics corresponds to this field. | |
| MaximumPermissionsEditTopics | Boolean | True |
Label Edit Topics corresponds to this field. | |
| MaximumPermissionsCreateTopics | Boolean | True |
Label Create Topics corresponds to this field. | |
| MaximumPermissionsAssignTopics | Boolean | True |
Label Assign Topics corresponds to this field. | |
| MaximumPermissionsIdentityEnabled | Boolean | True |
Label Use Identity Features corresponds to this field. | |
| MaximumPermissionsIdentityConnect | Boolean | True |
Label Use Identity Connect corresponds to this field. | |
| MaximumPermissionsAllowViewKnowledge | Boolean | True |
Label Allow View Knowledge corresponds to this field. | |
| UsedLicenses | Int | True |
Label Used Licenses corresponds to this field. |
This is a table representing the PermissionSetLicenseAssign entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PermissionSetLicenseAssign. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label Date Assigned corresponds to this field. | |
| PermissionSetLicenseId | String | False |
Label Permission Set License ID corresponds to this field. | |
| AssigneeId | String | False |
User.Id |
Label User ID corresponds to this field. |
This is a table representing the Pricebook2 entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Pricebook2. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Price Book Name corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| IsStandard | Boolean | True |
Label Is Standard Price Book corresponds to this field. | |
| Factory_Code__c | String | False |
Label Factory_Code corresponds to this field. | |
| Old_Factory_Codes__c | String | False |
Label Old_Factory_Codes corresponds to this field. |
This is a table representing the Pricebook2History entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Pricebook2History. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Pricebook2Id | String | True |
Pricebook2.Id |
Label Price Book ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the PricebookEntry entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PricebookEntry. | |
| Name | String | True |
Label Product Name corresponds to this field. | |
| Pricebook2Id | String | False |
Pricebook2.Id |
Label Price Book ID corresponds to this field. |
| Product2Id | String | False |
Product2.Id |
Label Product ID corresponds to this field. |
| UnitPrice | Double | False |
Label List Price corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| UseStandardPrice | Boolean | False |
Label Use Standard Price corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| ProductCode | String | True |
Label Product Code corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. |
This is a table representing the ProcessDefinition entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ProcessDefinition. | |
| Name | String | True |
Label Name corresponds to this field. | |
| DeveloperName | String | True |
Label Unique Name corresponds to this field. | |
| Type | String | True |
Label Process Definition Type corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| TableEnumOrId | String | True |
Label Custom Object Definition ID corresponds to this field. | |
| LockType | String | True |
Label Lock Type corresponds to this field. | |
| State | String | True |
Label State corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ProcessInstance entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ProcessInstance. | |
| ProcessDefinitionId | String | True |
Label Approval Process ID corresponds to this field. | |
| TargetObjectId | String | True |
Label Target Object ID corresponds to this field. | |
| Status | String | True |
Label Status corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ProcessInstanceHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | System.String | True |
Label 'Process Instance History ID' corresponds to this field. | |
| IsPending | System.Boolean | True |
Label 'Is Pending' corresponds to this field. | |
| ProcessInstanceId | System.String | True |
Label 'Process Instance ID' corresponds to this field. | |
| TargetObjectId | System.String | True |
Label 'Target Object ID' corresponds to this field. | |
| StepStatus | System.String | True |
Label 'Status' corresponds to this field. | |
| OriginalActorId | System.String | True |
Label 'Original Actor ID' corresponds to this field. | |
| ActorId | System.String | True |
Label 'Actor ID' corresponds to this field. | |
| RemindersSent | System.Integer | True |
Label 'RemindersSent' corresponds to this field. | |
| Comments | System.String | True |
Label 'Comments' corresponds to this field. | |
| IsDeleted | System.Boolean | True |
Label 'Deleted' corresponds to this field. | |
| CreatedDate | System.DateTime | True |
Label 'Created Date' corresponds to this field. | |
| CreatedById | System.String | True |
Label 'Created By ID' corresponds to this field. | |
| SystemModstamp | System.DateTime | True |
Label 'System Modstamp' corresponds to this field. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SOQL | String |
Specifies the Where clause of the SOQL query to execute against the FinancialForce servers. If this pseudo column is set from the WHERE clause it will take precendence over any other input. |
This is a table representing the ProcessInstanceStep entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ProcessInstanceStep. | |
| ProcessInstanceId | String | True |
Label Process Instance ID corresponds to this field. | |
| StepStatus | String | True |
Label Step Status corresponds to this field. | |
| OriginalActorId | String | True |
Label Original Actor ID corresponds to this field. | |
| ActorId | String | True |
Label Actor ID corresponds to this field. | |
| Comments | String | True |
Label Comments corresponds to this field. | |
| StepNodeId | String | True |
ProcessNode.Id |
Label Process Node ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ProcessInstanceWorkitem entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ProcessInstanceWorkitem. | |
| ProcessInstanceId | String | True |
Label Process Instance ID corresponds to this field. | |
| OriginalActorId | String | True |
Label Original Actor ID corresponds to this field. | |
| ActorId | String | True |
Label Actor ID corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the ProcessNode entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ProcessNode. | |
| Name | String | True |
Label Name corresponds to this field. | |
| DeveloperName | String | True |
Label Unique Name corresponds to this field. | |
| ProcessDefinitionId | String | True |
Label Approval Process ID corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Product2 entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Product2. | |
| Name | String | False |
Label Product Name corresponds to this field. | |
| ProductCode | String | False |
Label Product Code corresponds to this field. | |
| Description | String | False |
Label Product Description corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Family | String | False |
Label Product Family corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Old_Factory_Codes__c | String | False |
Label Old_Factory_Codes corresponds to this field. | |
| TextLong2__c | String | False |
Label TextLong2 corresponds to this field. | |
| Factory_Code__c | String | False |
Label Factory_Code corresponds to this field. |
This is a table representing the Product2Feed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Product2Feed. | |
| ParentId | String | True |
Product2.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the Profile entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Profile. | |
| Name | String | True |
Label Name corresponds to this field. | |
| PermissionsEmailSingle | Boolean | True |
Label Send Email corresponds to this field. | |
| PermissionsEmailMass | Boolean | True |
Label Mass Email corresponds to this field. | |
| PermissionsEditTask | Boolean | True |
Label Edit Tasks corresponds to this field. | |
| PermissionsEditEvent | Boolean | True |
Label Edit Events corresponds to this field. | |
| PermissionsExportReport | Boolean | True |
Label Export Reports corresponds to this field. | |
| PermissionsImportPersonal | Boolean | True |
Label Import Personal Contacts corresponds to this field. | |
| PermissionsManageUsers | Boolean | True |
Label Manage Users corresponds to this field. | |
| PermissionsEditPublicTemplates | Boolean | True |
Label Manage Public Templates corresponds to this field. | |
| PermissionsModifyAllData | Boolean | True |
Label Modify All Data corresponds to this field. | |
| PermissionsManageCases | Boolean | True |
Label Manage Cases corresponds to this field. | |
| PermissionsEditKnowledge | Boolean | True |
Label Manage Articles corresponds to this field. | |
| PermissionsManageKnowledge | Boolean | True |
Label Manage FinancialForce Knowledge corresponds to this field. | |
| PermissionsManageSolutions | Boolean | True |
Label Manage Published Solutions corresponds to this field. | |
| PermissionsCustomizeApplication | Boolean | True |
Label Customize Application corresponds to this field. | |
| PermissionsEditReadonlyFields | Boolean | True |
Label Edit Read Only Fields corresponds to this field. | |
| PermissionsRunReports | Boolean | True |
Label Run Reports corresponds to this field. | |
| PermissionsViewSetup | Boolean | True |
Label View Setup and Configuration corresponds to this field. | |
| PermissionsTransferAnyEntity | Boolean | True |
Label Transfer Record corresponds to this field. | |
| PermissionsNewReportBuilder | Boolean | True |
Label Report Builder corresponds to this field. | |
| PermissionsManageSelfService | Boolean | True |
Label Manage Self-Service Portal corresponds to this field. | |
| PermissionsManageCssUsers | Boolean | True |
Label Edit Self-Service Users corresponds to this field. | |
| PermissionsActivateContract | Boolean | True |
Label Activate Contracts corresponds to this field. | |
| PermissionsImportLeads | Boolean | True |
Label Import Leads corresponds to this field. | |
| PermissionsManageLeads | Boolean | True |
Label Manage Leads corresponds to this field. | |
| PermissionsTransferAnyLead | Boolean | True |
Label Transfer Leads corresponds to this field. | |
| PermissionsViewAllData | Boolean | True |
Label View All Data corresponds to this field. | |
| PermissionsEditPublicDocuments | Boolean | True |
Label Manage Public Documents corresponds to this field. | |
| PermissionsEditBrandTemplates | Boolean | True |
Label Manage Letterheads corresponds to this field. | |
| PermissionsEditHtmlTemplates | Boolean | True |
Label Edit HTML Templates corresponds to this field. | |
| PermissionsChatterInternalUser | Boolean | True |
Label Chatter Internal User corresponds to this field. | |
| PermissionsManageDashboards | Boolean | True |
Label Manage Dashboards corresponds to this field. | |
| PermissionsDeleteActivatedContract | Boolean | True |
Label Delete Activated Contracts corresponds to this field. | |
| PermissionsChatterInviteExternalUsers | Boolean | True |
Label Invite Customers To Chatter corresponds to this field. | |
| PermissionsSendSitRequests | Boolean | True |
Label Send Stay-in-Touch Requests corresponds to this field. | |
| PermissionsManageRemoteAccess | Boolean | True |
Label Manage Connected Apps corresponds to this field. | |
| PermissionsCanUseNewDashboardBuilder | Boolean | True |
Label Drag-and-Drop Dashboard Builder corresponds to this field. | |
| PermissionsManageCategories | Boolean | True |
Label Manage Categories corresponds to this field. | |
| PermissionsConvertLeads | Boolean | True |
Label Convert Leads corresponds to this field. | |
| PermissionsPasswordNeverExpires | Boolean | True |
Label Password Never Expires corresponds to this field. | |
| PermissionsUseTeamReassignWizards | Boolean | True |
Label Use Team Reassignment Wizards corresponds to this field. | |
| PermissionsInstallMultiforce | Boolean | True |
Label Download AppExchange Packages corresponds to this field. | |
| PermissionsPublishMultiforce | Boolean | True |
Label Upload AppExchange Packages corresponds to this field. | |
| PermissionsChatterOwnGroups | Boolean | True |
Label Create and Own New Chatter Groups corresponds to this field. | |
| PermissionsEditOppLineItemUnitPrice | Boolean | True |
Label Edit Opportunity Product Sales Price corresponds to this field. | |
| PermissionsCreateMultiforce | Boolean | True |
Label Create AppExchange Packages corresponds to this field. | |
| PermissionsBulkApiHardDelete | Boolean | True |
Label Bulk API Hard Delete corresponds to this field. | |
| PermissionsSolutionImport | Boolean | True |
Label Import Solutions corresponds to this field. | |
| PermissionsManageCallCenters | Boolean | True |
Label Manage Call Centers corresponds to this field. | |
| PermissionsEditReports | Boolean | True |
Label Create and Customize Reports corresponds to this field. | |
| PermissionsManageSynonyms | Boolean | True |
Label Manage Synonyms corresponds to this field. | |
| PermissionsViewContent | Boolean | True |
Label View Content in Portals corresponds to this field. | |
| PermissionsManageEmailClientConfig | Boolean | True |
Label Manage Email Client Configurations corresponds to this field. | |
| PermissionsEnableNotifications | Boolean | True |
Label Send Outbound Messages corresponds to this field. | |
| PermissionsManageDataIntegrations | Boolean | True |
Label Manage Data Integrations corresponds to this field. | |
| PermissionsViewDataCategories | Boolean | True |
Label View Data Categories corresponds to this field. | |
| PermissionsManageDataCategories | Boolean | True |
Label Manage Data Categories corresponds to this field. | |
| PermissionsAuthorApex | Boolean | True |
Label Author Apex corresponds to this field. | |
| PermissionsManageMobile | Boolean | True |
Label Manage Mobile Configurations corresponds to this field. | |
| PermissionsApiEnabled | Boolean | True |
Label API Enabled corresponds to this field. | |
| PermissionsManageCustomReportTypes | Boolean | True |
Label Manage Custom Report Types corresponds to this field. | |
| PermissionsEditCaseComments | Boolean | True |
Label Edit Case Comments corresponds to this field. | |
| PermissionsTransferAnyCase | Boolean | True |
Label Transfer Cases corresponds to this field. | |
| PermissionsContentAdministrator | Boolean | True |
Label Manage FinancialForce CRM Content corresponds to this field. | |
| PermissionsCreateWorkspaces | Boolean | True |
Label Create Libraries corresponds to this field. | |
| PermissionsManageContentPermissions | Boolean | True |
Label Manage Content Permissions corresponds to this field. | |
| PermissionsManageContentProperties | Boolean | True |
Label Manage Content Properties corresponds to this field. | |
| PermissionsManageContentTypes | Boolean | True |
Label Manage Content Types corresponds to this field. | |
| PermissionsManageAnalyticSnapshots | Boolean | True |
Label Manage Analytic Snapshots corresponds to this field. | |
| PermissionsScheduleReports | Boolean | True |
Label Schedule Reports corresponds to this field. | |
| PermissionsManageBusinessHourHolidays | Boolean | True |
Label Manage Business Hours Holidays corresponds to this field. | |
| PermissionsManageDynamicDashboards | Boolean | True |
Label Manage Dynamic Dashboards corresponds to this field. | |
| PermissionsCustomSidebarOnAllPages | Boolean | True |
Label Show Custom Sidebar On All Pages corresponds to this field. | |
| PermissionsManageInteraction | Boolean | True |
Label Manage Force.com Flow corresponds to this field. | |
| PermissionsViewMyTeamsDashboards | Boolean | True |
Label View My Team's Dashboards corresponds to this field. | |
| PermissionsModerateChatter | Boolean | True |
Label Moderate Chatter corresponds to this field. | |
| PermissionsResetPasswords | Boolean | True |
Label Reset User Passwords and Unlock Users corresponds to this field. | |
| PermissionsFlowUFLRequired | Boolean | True |
Label Require Force.com Flow User Feature License corresponds to this field. | |
| PermissionsCanInsertFeedSystemFields | Boolean | True |
Label Insert System Field Values for Chatter Feeds corresponds to this field. | |
| PermissionsManageKnowledgeImportExport | Boolean | True |
Label Manage Knowledge Article Import/Export corresponds to this field. | |
| PermissionsEmailTemplateManagement | Boolean | True |
Label Manage Email Templates corresponds to this field. | |
| PermissionsEmailAdministration | Boolean | True |
Label Email Administration corresponds to this field. | |
| PermissionsManageChatterMessages | Boolean | True |
Label Manage Chatter Messages corresponds to this field. | |
| PermissionsForceTwoFactor | Boolean | True |
Label Two-Factor Authentication for User Interface Logins corresponds to this field. | |
| PermissionsManageNetworks | Boolean | True |
Label Create and Set Up Communities corresponds to this field. | |
| PermissionsManageAuthProviders | Boolean | True |
Label Manage Auth. Providers corresponds to this field. | |
| PermissionsRunFlow | Boolean | True |
Label Run Flows corresponds to this field. | |
| PermissionsViewAllUsers | Boolean | True |
Label View All Users corresponds to this field. | |
| PermissionsAllowUniversalSearch | Boolean | True |
Label Knowledge One corresponds to this field. | |
| PermissionsConnectOrgToEnvironmentHub | Boolean | True |
Label Connect Organization to Environment Hub corresponds to this field. | |
| PermissionsSalesConsole | Boolean | True |
Label Sales Console corresponds to this field. | |
| PermissionsTwoFactorApi | Boolean | True |
Label Two-Factor Authentication for API Logins corresponds to this field. | |
| PermissionsDeleteTopics | Boolean | True |
Label Delete Topics corresponds to this field. | |
| PermissionsEditTopics | Boolean | True |
Label Edit Topics corresponds to this field. | |
| PermissionsCreateTopics | Boolean | True |
Label Create Topics corresponds to this field. | |
| PermissionsAssignTopics | Boolean | True |
Label Assign Topics corresponds to this field. | |
| PermissionsIdentityEnabled | Boolean | True |
Label Use Identity Features corresponds to this field. | |
| PermissionsIdentityConnect | Boolean | True |
Label Use Identity Connect corresponds to this field. | |
| PermissionsAllowViewKnowledge | Boolean | True |
Label Allow View Knowledge corresponds to this field. | |
| UserLicenseId | String | True |
UserLicense.Id |
Label User License ID corresponds to this field. |
| UserType | String | True |
Label User Type corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the PushTopic entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the PushTopic. | |
| Name | String | False |
Label Topic Name corresponds to this field. | |
| Query | String | False |
Label SOQL Query corresponds to this field. | |
| ApiVersion | Double | False |
Label API Version corresponds to this field. | |
| IsActive | Boolean | False |
Label Is Active corresponds to this field. | |
| NotifyForFields | String | False |
Label Notify For Fields corresponds to this field. | |
| NotifyForOperations | String | True |
Label Notify For Operations corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| NotifyForOperationCreate | Boolean | False |
Label Create corresponds to this field. | |
| NotifyForOperationUpdate | Boolean | False |
Label Update corresponds to this field. | |
| NotifyForOperationDelete | Boolean | False |
Label Delete corresponds to this field. | |
| NotifyForOperationUndelete | Boolean | False |
Label Undelete corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the QueueSobject entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the QueueSobject. | |
| QueueId | String | False |
Group.Id |
Label Group ID corresponds to this field. |
| SobjectType | String | False |
Label Sobject Type corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Quote entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Quote. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | False |
Label Quote Name corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| OpportunityId | String | False |
Opportunity.Id |
Label Opportunity ID corresponds to this field. |
| Pricebook2Id | String | False |
Pricebook2.Id |
Label Price Book ID corresponds to this field. |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| QuoteNumber | String | True |
Label Quote Number corresponds to this field. | |
| IsSyncing | Boolean | True |
Label Syncing corresponds to this field. | |
| ShippingHandling | Double | False |
Label Shipping and Handling corresponds to this field. | |
| Tax | Double | False |
Label Tax corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| ExpirationDate | Datetime | False |
Label Expiration Date corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| Subtotal | Double | True |
Label Subtotal corresponds to this field. | |
| TotalPrice | Double | True |
Label Total Price corresponds to this field. | |
| LineItemCount | Int | True |
Label Line Items corresponds to this field. | |
| BillingStreet | String | False |
Label Bill To Street corresponds to this field. | |
| BillingCity | String | False |
Label Bill To City corresponds to this field. | |
| BillingState | String | False |
Label Bill To State/Province corresponds to this field. | |
| BillingPostalCode | String | False |
Label Bill To Zip/Postal Code corresponds to this field. | |
| BillingCountry | String | False |
Label Bill To Country corresponds to this field. | |
| BillingLatitude | Double | False |
Label Bill To Latitude corresponds to this field. | |
| BillingLongitude | Double | False |
Label Bill To Longitude corresponds to this field. | |
| ShippingStreet | String | False |
Label Ship To Street corresponds to this field. | |
| ShippingCity | String | False |
Label Ship To City corresponds to this field. | |
| ShippingState | String | False |
Label Ship To State/Province corresponds to this field. | |
| ShippingPostalCode | String | False |
Label Ship To Zip/Postal Code corresponds to this field. | |
| ShippingCountry | String | False |
Label Ship To Country corresponds to this field. | |
| ShippingLatitude | Double | False |
Label Ship To Latitude corresponds to this field. | |
| ShippingLongitude | Double | False |
Label Ship To Longitude corresponds to this field. | |
| QuoteToStreet | String | False |
Label Quote To Street corresponds to this field. | |
| QuoteToCity | String | False |
Label Quote To City corresponds to this field. | |
| QuoteToState | String | False |
Label Quote To State/Province corresponds to this field. | |
| QuoteToPostalCode | String | False |
Label Quote To Zip/Postal Code corresponds to this field. | |
| QuoteToCountry | String | False |
Label Quote To Country corresponds to this field. | |
| QuoteToLatitude | Double | False |
Label Quote To Latitude corresponds to this field. | |
| QuoteToLongitude | Double | False |
Label Quote To Longitude corresponds to this field. | |
| AdditionalStreet | String | False |
Label Additional To Street corresponds to this field. | |
| AdditionalCity | String | False |
Label Additional To City corresponds to this field. | |
| AdditionalState | String | False |
Label Additional To State/Province corresponds to this field. | |
| AdditionalPostalCode | String | False |
Label Additional To Zip/Postal Code corresponds to this field. | |
| AdditionalCountry | String | False |
Label Additional To Country corresponds to this field. | |
| AdditionalLatitude | Double | False |
Label Additional To Latitude corresponds to this field. | |
| AdditionalLongitude | Double | False |
Label Additional To Longitude corresponds to this field. | |
| BillingName | String | False |
Label Bill To Name corresponds to this field. | |
| ShippingName | String | False |
Label Ship To Name corresponds to this field. | |
| QuoteToName | String | False |
Label Quote To Name corresponds to this field. | |
| AdditionalName | String | False |
Label Additional To Name corresponds to this field. | |
| String | False |
Label Email corresponds to this field. | ||
| Phone | String | False |
Label Phone corresponds to this field. | |
| Fax | String | False |
Label Fax corresponds to this field. | |
| Discount | Double | True |
Label Discount corresponds to this field. | |
| GrandTotal | Double | True |
Label Grand Total corresponds to this field. |
This is a table representing the QuoteDocument entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the QuoteDocument. | |
| Name | String | True |
Label Name corresponds to this field. | |
| QuoteId | String | False |
Quote.Id |
Label Quote ID corresponds to this field. |
| Document | String | False |
Label PDF Document corresponds to this field. | |
| GrandTotal | Double | True |
Label Grand Total corresponds to this field. | |
| Discount | Double | True |
Label Discount corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the QuoteFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the QuoteFeed. | |
| ParentId | String | True |
Quote.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the QuoteLineItem entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the QuoteLineItem. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LineNumber | String | True |
Label Line Item Number corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| QuoteId | String | False |
Quote.Id |
Label Quote ID corresponds to this field. |
| PricebookEntryId | String | False |
Label Price Book Entry ID corresponds to this field. | |
| Quantity | Double | False |
Label Quantity corresponds to this field. | |
| UnitPrice | Double | False |
Label Sales Price corresponds to this field. | |
| Discount | Double | False |
Label Discount corresponds to this field. | |
| Description | String | False |
Label Line Item Description corresponds to this field. | |
| ServiceDate | Datetime | False |
Label Date corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| ListPrice | Double | True |
Label List Price corresponds to this field. | |
| Subtotal | Double | True |
Label Subtotal corresponds to this field. | |
| TotalPrice | Double | True |
Label Total Price corresponds to this field. |
This is a table representing the RecentlyViewed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the RecentlyViewed. | |
| Name | String | True |
Label Name corresponds to this field. | |
| LastName | String | True |
Label Last Name corresponds to this field. | |
| FirstName | String | True |
Label First Name corresponds to this field. | |
| Type | String | True |
Label Type corresponds to this field. | |
| Alias | String | True |
Label Alias corresponds to this field. | |
| UserRoleId | String | True |
UserRole.Id |
Label Role ID corresponds to this field. |
| RecordTypeId | String | True |
RecordType.Id |
Label Record Type ID corresponds to this field. |
| IsActive | Boolean | True |
Label Active corresponds to this field. | |
| ProfileId | String | True |
Profile.Id |
Label Profile ID corresponds to this field. |
| Title | String | True |
Label Title corresponds to this field. | |
| String | True |
Label E-mail corresponds to this field. | ||
| Phone | String | True |
Label Phone corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the RecordType entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the RecordType. | |
| Name | String | False |
Label Name corresponds to this field. | |
| DeveloperName | String | False |
Label Record Type Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| BusinessProcessId | String | False |
Label Business Process ID corresponds to this field. | |
| SobjectType | String | False |
Label Sobject Type Name corresponds to this field. | |
| IsActive | Boolean | True |
Label Active corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Report entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Report. | |
| OwnerId | String | True |
Label Owner ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Name | String | True |
Label Report Name corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| DeveloperName | String | True |
Label Report Unique Name corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| LastRunDate | Datetime | True |
Label Last Run corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| Format | String | True |
Label Format corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. |
This is a table representing the ReportFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the ReportFeed. | |
| ParentId | String | True |
Report.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the Scontrol entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Scontrol. | |
| Name | String | True |
Label Label corresponds to this field. | |
| DeveloperName | String | True |
Label S-Control Name corresponds to this field. | |
| Description | String | True |
Label Description corresponds to this field. | |
| EncodingKey | String | True |
Label Encoding corresponds to this field. | |
| HtmlWrapper | String | True |
Label HTML Body corresponds to this field. | |
| Filename | String | True |
Label Filename corresponds to this field. | |
| BodyLength | Int | True |
Label Binary Length corresponds to this field. | |
| Binary | String | True |
Label Binary corresponds to this field. | |
| ContentSource | String | True |
Label Type corresponds to this field. | |
| SupportsCaching | Boolean | True |
Label Prebuild In Page corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the SelfServiceUser entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SelfServiceUser. | |
| LastName | String | False |
Label Last Name corresponds to this field. | |
| FirstName | String | False |
Label First Name corresponds to this field. | |
| Name | String | True |
Label Name corresponds to this field. | |
| Username | String | False |
Label Username corresponds to this field. | |
| String | False |
Label Email corresponds to this field. | ||
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| TimeZoneSidKey | String | False |
Label TimeZoneSidKey corresponds to this field. | |
| LocaleSidKey | String | False |
Label LocaleSidKey corresponds to this field. | |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| LanguageLocaleKey | String | False |
Label LanguageLocaleKey corresponds to this field. | |
| SuperUser | Boolean | True |
Label Super User corresponds to this field. | |
| LastLoginDate | Datetime | True |
Label Last Login corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the SetupEntityAccess entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SetupEntityAccess. | |
| ParentId | String | False |
Label Parent ID corresponds to this field. | |
| SetupEntityId | String | False |
Label Setup Entity ID corresponds to this field. | |
| SetupEntityType | String | True |
Label Setup Entity Type corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Site entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Site. | |
| Name | String | True |
Label Site Name corresponds to this field. | |
| Subdomain | String | True |
Label Site Subdomain Prefix corresponds to this field. | |
| UrlPathPrefix | String | True |
Label Default Web Address corresponds to this field. | |
| Status | String | True |
Label Site Status corresponds to this field. | |
| AdminId | String | True |
User.Id |
Label User ID corresponds to this field. |
| OptionsEnableFeeds | Boolean | True |
Label Enable Feeds corresponds to this field. | |
| OptionsAllowHomePage | Boolean | True |
Label Enable Standard Home Page corresponds to this field. | |
| OptionsAllowStandardIdeasPages | Boolean | True |
Label Enable Standard Ideas Pages corresponds to this field. | |
| OptionsAllowStandardSearch | Boolean | True |
Label Enable Standard Lookup Pages corresponds to this field. | |
| OptionsAllowStandardLookups | Boolean | True |
Label Enable Standard Search Pages corresponds to this field. | |
| OptionsAllowStandardAnswersPages | Boolean | True |
Label Enable Standard Answers Pages corresponds to this field. | |
| Description | String | True |
Label Site Description corresponds to this field. | |
| MasterLabel | String | True |
Label Site Label corresponds to this field. | |
| AnalyticsTrackingCode | String | True |
Label Analytics Tracking Code corresponds to this field. | |
| SiteType | String | True |
Label Site Type corresponds to this field. | |
| DailyBandwidthLimit | Int | True |
Label Daily Bandwidth Limit (MB) corresponds to this field. | |
| DailyBandwidthUsed | Int | True |
Label Daily Bandwidth Used corresponds to this field. | |
| DailyRequestTimeLimit | Int | True |
Label Daily Request Time Limit (min) corresponds to this field. | |
| DailyRequestTimeUsed | Int | True |
Label Daily Request Time Used corresponds to this field. | |
| MonthlyPageViewsEntitlement | Int | True |
Label Monthly Page Views Allowed corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the SiteFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SiteFeed. | |
| ParentId | String | True |
Site.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the SiteHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SiteHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| SiteId | String | True |
Site.Id |
Label Site ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the Solution entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Solution. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| SolutionNumber | String | True |
Label Solution Number corresponds to this field. | |
| SolutionName | String | False |
Label Title corresponds to this field. | |
| IsPublished | Boolean | False |
Label Public corresponds to this field. | |
| IsPublishedInPublicKb | Boolean | False |
Label Visible in Public Knowledge Base corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| IsReviewed | Boolean | True |
Label Reviewed corresponds to this field. | |
| SolutionNote | String | False |
Label Description corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Owner ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| TimesUsed | Int | True |
Label Num Related Cases corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| IsHtml | Boolean | True |
Label Is Html corresponds to this field. |
This is a table representing the SolutionFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SolutionFeed. | |
| ParentId | String | True |
Solution.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the SolutionHistory entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SolutionHistory. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| SolutionId | String | True |
Solution.Id |
Label Solution ID corresponds to this field. |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| Field | String | True |
Label Changed Field corresponds to this field. | |
| OldValue | String | True |
Label Old Value corresponds to this field. | |
| NewValue | String | True |
Label New Value corresponds to this field. |
This is a table representing the SolutionStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the SolutionStatus. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| IsReviewed | Boolean | True |
Label Is Reviewed corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the StaticResource entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the StaticResource. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| ContentType | String | False |
Label MIME Type corresponds to this field. | |
| BodyLength | Int | True |
Label Size corresponds to this field. | |
| Body | String | False |
Label Body corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CacheControl | String | False |
Label Cache Control corresponds to this field. |
This is a table representing the Task entities in FinancialForce. To retrieve archived tasks, you must explicitly query for records with IsArchived set to True.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Task. | |
| WhoId | String | False |
Label Contact/Lead ID corresponds to this field. | |
| WhatId | String | False |
Label Opportunity/Account ID corresponds to this field. | |
| Subject | String | False |
Label Subject corresponds to this field. | |
| ActivityDate | Datetime | False |
Label Due Date Only corresponds to this field. | |
| Status | String | False |
Label Status corresponds to this field. | |
| Priority | String | False |
Label Priority corresponds to this field. | |
| OwnerId | String | False |
User.Id |
Label Assigned To ID corresponds to this field. |
| Description | String | False |
Label Description corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| AccountId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| IsClosed | Boolean | True |
Label Closed corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsArchived | Boolean | True |
Label Archived corresponds to this field. | |
| CallDurationInSeconds | Int | False |
Label Call Duration corresponds to this field. | |
| CallType | String | False |
Label Call Type corresponds to this field. | |
| CallDisposition | String | False |
Label Call Result corresponds to this field. | |
| CallObject | String | False |
Label Call Object Identifier corresponds to this field. | |
| ReminderDateTime | Datetime | False |
Label Reminder Date/Time corresponds to this field. | |
| IsReminderSet | Boolean | False |
Label Reminder Set corresponds to this field. | |
| RecurrenceActivityId | String | True |
Task.Id |
Label Recurrence Activity ID corresponds to this field. |
| IsRecurrence | Boolean | False |
Label Create Recurring Series of Tasks corresponds to this field. | |
| RecurrenceStartDateOnly | Datetime | False |
Label Start Date corresponds to this field. | |
| RecurrenceEndDateOnly | Datetime | False |
Label End Date corresponds to this field. | |
| RecurrenceTimeZoneSidKey | String | False |
Label Recurrence Time Zone corresponds to this field. | |
| RecurrenceType | String | False |
Label Recurrence Type corresponds to this field. | |
| RecurrenceInterval | Int | False |
Label Recurrence Interval corresponds to this field. | |
| RecurrenceDayOfWeekMask | Int | False |
Label Recurrence Day of Week Mask corresponds to this field. | |
| RecurrenceDayOfMonth | Int | False |
Label Recurrence Day of Month corresponds to this field. | |
| RecurrenceInstance | String | False |
Label Recurrence Instance corresponds to this field. | |
| RecurrenceMonthOfYear | String | False |
Label Recurrence Month of Year corresponds to this field. |
This is a table representing the TaskFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the TaskFeed. | |
| ParentId | String | True |
Task.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the TaskPriority entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the TaskPriority. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| IsHighPriority | Boolean | True |
Label Is High Priority corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the TaskStatus entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the TaskStatus. | |
| MasterLabel | String | True |
Label Master Label corresponds to this field. | |
| SortOrder | Int | True |
Label Sort Order corresponds to this field. | |
| IsDefault | Boolean | True |
Label Is Default corresponds to this field. | |
| IsClosed | Boolean | True |
Label Is Closed corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the Topic entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Topic. | |
| Name | String | False |
Label Name corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| TalkingAbout | Int | True |
Label Talking About corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the TopicAssignment entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the TopicAssignment. | |
| TopicId | String | False |
Topic.Id |
Label Topic ID corresponds to this field. |
| EntityId | String | False |
Label Entity ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the TopicFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the TopicFeed. | |
| ParentId | String | True |
Topic.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the UndecidedEventRelation entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UndecidedEventRelation. | |
| RelationId | String | True |
Label Relation ID corresponds to this field. | |
| EventId | String | True |
Event.Id |
Label Event ID corresponds to this field. |
| RespondedDate | Datetime | True |
Label Response Date corresponds to this field. | |
| Response | String | True |
Label Response corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| Type | String | True |
Label Type corresponds to this field. |
This is a table representing the User entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the User. | |
| Username | String | False |
Label Username corresponds to this field. | |
| LastName | String | False |
Label Last Name corresponds to this field. | |
| FirstName | String | False |
Label First Name corresponds to this field. | |
| Name | String | True |
Label Full Name corresponds to this field. | |
| CompanyName | String | False |
Label Company Name corresponds to this field. | |
| Division | String | False |
Label Division corresponds to this field. | |
| Department | String | False |
Label Department corresponds to this field. | |
| Title | String | False |
Label Title corresponds to this field. | |
| Street | String | False |
Label Street corresponds to this field. | |
| City | String | False |
Label City corresponds to this field. | |
| State | String | False |
Label State/Province corresponds to this field. | |
| PostalCode | String | False |
Label Zip/Postal Code corresponds to this field. | |
| Country | String | False |
Label Country corresponds to this field. | |
| Latitude | Double | False |
Label Latitude corresponds to this field. | |
| Longitude | Double | False |
Label Longitude corresponds to this field. | |
| String | False |
Label E-mail corresponds to this field. | ||
| EmailPreferencesAutoBcc | Boolean | False |
Label AutoBcc corresponds to this field. | |
| EmailPreferencesAutoBccStayInTouch | Boolean | False |
Label AutoBccStayInTouch corresponds to this field. | |
| EmailPreferencesStayInTouchReminder | Boolean | False |
Label StayInTouchReminder corresponds to this field. | |
| SenderEmail | String | False |
Label Email Sender Address corresponds to this field. | |
| SenderName | String | False |
Label Email Sender Name corresponds to this field. | |
| Signature | String | False |
Label Email Signature corresponds to this field. | |
| StayInTouchSubject | String | False |
Label Stay-in-Touch Email Subject corresponds to this field. | |
| StayInTouchSignature | String | False |
Label Stay-in-Touch Email Signature corresponds to this field. | |
| StayInTouchNote | String | False |
Label Stay-in-Touch Email Note corresponds to this field. | |
| Phone | String | False |
Label Phone corresponds to this field. | |
| Fax | String | False |
Label Fax corresponds to this field. | |
| MobilePhone | String | False |
Label Cell corresponds to this field. | |
| Alias | String | False |
Label Alias corresponds to this field. | |
| CommunityNickname | String | False |
Label Nickname corresponds to this field. | |
| IsActive | Boolean | False |
Label Active corresponds to this field. | |
| TimeZoneSidKey | String | False |
Label Time Zone corresponds to this field. | |
| UserRoleId | String | False |
UserRole.Id |
Label Role ID corresponds to this field. |
| LocaleSidKey | String | False |
Label Locale corresponds to this field. | |
| ReceivesInfoEmails | Boolean | False |
Label Info Emails corresponds to this field. | |
| ReceivesAdminInfoEmails | Boolean | False |
Label Admin Info Emails corresponds to this field. | |
| EmailEncodingKey | String | False |
Label Email Encoding corresponds to this field. | |
| ProfileId | String | False |
Profile.Id |
Label Profile ID corresponds to this field. |
| UserType | String | True |
Label User Type corresponds to this field. | |
| LanguageLocaleKey | String | False |
Label Language corresponds to this field. | |
| EmployeeNumber | String | False |
Label Employee Number corresponds to this field. | |
| DelegatedApproverId | String | False |
Label Delegated Approver ID corresponds to this field. | |
| ManagerId | String | False |
User.Id |
Label Manager ID corresponds to this field. |
| LastLoginDate | Datetime | True |
Label Last Login corresponds to this field. | |
| LastPasswordChangeDate | Datetime | True |
Label Last Password Change or Reset corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| OfflineTrialExpirationDate | Datetime | True |
Label Offline Edition Trial Expiration Date corresponds to this field. | |
| OfflinePdaTrialExpirationDate | Datetime | True |
Label Sales Anywhere Trial Expiration Date corresponds to this field. | |
| UserPermissionsMarketingUser | Boolean | False |
Label Marketing User corresponds to this field. | |
| UserPermissionsOfflineUser | Boolean | False |
Label Offline User corresponds to this field. | |
| UserPermissionsCallCenterAutoLogin | Boolean | False |
Label Auto-login To Call Center corresponds to this field. | |
| UserPermissionsMobileUser | Boolean | False |
Label Apex Mobile User corresponds to this field. | |
| UserPermissionsSFContentUser | Boolean | False |
Label FinancialForce CRM Content User corresponds to this field. | |
| UserPermissionsKnowledgeUser | Boolean | False |
Label Knowledge User corresponds to this field. | |
| UserPermissionsInteractionUser | Boolean | False |
Label Force.com Flow User corresponds to this field. | |
| UserPermissionsSupportUser | Boolean | False |
Label Service Cloud User corresponds to this field. | |
| UserPermissionsSiteforceContributorUser | Boolean | False |
Label Site.com Contributor User corresponds to this field. | |
| UserPermissionsSiteforcePublisherUser | Boolean | False |
Label Site.com Publisher User corresponds to this field. | |
| UserPermissionsChatterAnswersUser | Boolean | False |
Label Chatter Answers User corresponds to this field. | |
| ForecastEnabled | Boolean | False |
Label Allow Forecasting corresponds to this field. | |
| UserPreferencesActivityRemindersPopup | Boolean | False |
Label ActivityRemindersPopup corresponds to this field. | |
| UserPreferencesEventRemindersCheckboxDefault | Boolean | False |
Label EventRemindersCheckboxDefault corresponds to this field. | |
| UserPreferencesTaskRemindersCheckboxDefault | Boolean | False |
Label TaskRemindersCheckboxDefault corresponds to this field. | |
| UserPreferencesReminderSoundOff | Boolean | False |
Label ReminderSoundOff corresponds to this field. | |
| UserPreferencesDisableAllFeedsEmail | Boolean | False |
Label DisableAllFeedsEmail corresponds to this field. | |
| UserPreferencesDisableFollowersEmail | Boolean | False |
Label DisableFollowersEmail corresponds to this field. | |
| UserPreferencesDisableProfilePostEmail | Boolean | False |
Label DisableProfilePostEmail corresponds to this field. | |
| UserPreferencesDisableChangeCommentEmail | Boolean | False |
Label DisableChangeCommentEmail corresponds to this field. | |
| UserPreferencesDisableLaterCommentEmail | Boolean | False |
Label DisableLaterCommentEmail corresponds to this field. | |
| UserPreferencesDisProfPostCommentEmail | Boolean | False |
Label DisProfPostCommentEmail corresponds to this field. | |
| UserPreferencesApexPagesDeveloperMode | Boolean | False |
Label ApexPagesDeveloperMode corresponds to this field. | |
| UserPreferencesHideCSNGetChatterMobileTask | Boolean | False |
Label HideCSNGetChatterMobileTask corresponds to this field. | |
| UserPreferencesDisableMentionsPostEmail | Boolean | False |
Label DisableMentionsPostEmail corresponds to this field. | |
| UserPreferencesDisMentionsCommentEmail | Boolean | False |
Label DisMentionsCommentEmail corresponds to this field. | |
| UserPreferencesHideCSNDesktopTask | Boolean | False |
Label HideCSNDesktopTask corresponds to this field. | |
| UserPreferencesHideChatterOnboardingSplash | Boolean | False |
Label HideChatterOnboardingSplash corresponds to this field. | |
| UserPreferencesHideSecondChatterOnboardingSplash | Boolean | False |
Label HideSecondChatterOnboardingSplash corresponds to this field. | |
| UserPreferencesDisCommentAfterLikeEmail | Boolean | False |
Label DisCommentAfterLikeEmail corresponds to this field. | |
| UserPreferencesDisableLikeEmail | Boolean | False |
Label DisableLikeEmail corresponds to this field. | |
| UserPreferencesDisableMessageEmail | Boolean | False |
Label DisableMessageEmail corresponds to this field. | |
| UserPreferencesOptOutOfTouch | Boolean | False |
Label OptOutOfTouch corresponds to this field. | |
| UserPreferencesDisableBookmarkEmail | Boolean | False |
Label DisableBookmarkEmail corresponds to this field. | |
| UserPreferencesDisableSharePostEmail | Boolean | False |
Label DisableSharePostEmail corresponds to this field. | |
| UserPreferencesEnableAutoSubForFeeds | Boolean | False |
Label EnableAutoSubForFeeds corresponds to this field. | |
| UserPreferencesDisableFileShareNotificationsForApi | Boolean | False |
Label DisableFileShareNotificationsForApi corresponds to this field. | |
| UserPreferencesShowTitleToExternalUsers | Boolean | False |
Label ShowTitleToExternalUsers corresponds to this field. | |
| UserPreferencesShowManagerToExternalUsers | Boolean | False |
Label ShowManagerToExternalUsers corresponds to this field. | |
| UserPreferencesShowEmailToExternalUsers | Boolean | False |
Label ShowEmailToExternalUsers corresponds to this field. | |
| UserPreferencesShowWorkPhoneToExternalUsers | Boolean | False |
Label ShowWorkPhoneToExternalUsers corresponds to this field. | |
| UserPreferencesShowMobilePhoneToExternalUsers | Boolean | False |
Label ShowMobilePhoneToExternalUsers corresponds to this field. | |
| UserPreferencesShowFaxToExternalUsers | Boolean | False |
Label ShowFaxToExternalUsers corresponds to this field. | |
| UserPreferencesShowStreetAddressToExternalUsers | Boolean | False |
Label ShowStreetAddressToExternalUsers corresponds to this field. | |
| UserPreferencesShowCityToExternalUsers | Boolean | False |
Label ShowCityToExternalUsers corresponds to this field. | |
| UserPreferencesShowStateToExternalUsers | Boolean | False |
Label ShowStateToExternalUsers corresponds to this field. | |
| UserPreferencesShowPostalCodeToExternalUsers | Boolean | False |
Label ShowPostalCodeToExternalUsers corresponds to this field. | |
| UserPreferencesShowCountryToExternalUsers | Boolean | False |
Label ShowCountryToExternalUsers corresponds to this field. | |
| UserPreferencesShowProfilePicToGuestUsers | Boolean | False |
Label ShowProfilePicToGuestUsers corresponds to this field. | |
| UserPreferencesShowTitleToGuestUsers | Boolean | False |
Label ShowTitleToGuestUsers corresponds to this field. | |
| UserPreferencesShowCityToGuestUsers | Boolean | False |
Label ShowCityToGuestUsers corresponds to this field. | |
| UserPreferencesShowStateToGuestUsers | Boolean | False |
Label ShowStateToGuestUsers corresponds to this field. | |
| UserPreferencesShowPostalCodeToGuestUsers | Boolean | False |
Label ShowPostalCodeToGuestUsers corresponds to this field. | |
| UserPreferencesShowCountryToGuestUsers | Boolean | False |
Label ShowCountryToGuestUsers corresponds to this field. | |
| UserPreferencesHideS1BrowserUI | Boolean | False |
Label HideS1BrowserUI corresponds to this field. | |
| ContactId | String | False |
Contact.Id |
Label Contact ID corresponds to this field. |
| AccountId | String | True |
Account.Id |
Label Account ID corresponds to this field. |
| CallCenterId | String | False |
CallCenter.Id |
Label Call Center ID corresponds to this field. |
| Extension | String | False |
Label Extension corresponds to this field. | |
| FederationIdentifier | String | False |
Label SAML Federation ID corresponds to this field. | |
| AboutMe | String | False |
Label About Me corresponds to this field. | |
| FullPhotoUrl | String | True |
Label Url for full-sized Photo corresponds to this field. | |
| SmallPhotoUrl | String | True |
Label Url for Thumbnail sized Photo corresponds to this field. | |
| DigestFrequency | String | False |
Label Chatter Email Highlights Frequency corresponds to this field. | |
| DefaultGroupNotificationFrequency | String | False |
Label Default Notification Frequency when Joining Groups corresponds to this field. | |
| LastViewedDate | Datetime | True |
Label Last Viewed Date corresponds to this field. | |
| LastReferencedDate | Datetime | True |
Label Last Referenced Date corresponds to this field. | |
| GeoLoc__Latitude__s | Double | False |
Label GeoLoc (Latitude) corresponds to this field. | |
| GeoLoc__Longitude__s | Double | False |
Label GeoLoc (Longitude) corresponds to this field. | |
| GeoLoc__c | String | True |
Label GeoLoc corresponds to this field. | |
| TextLong__c | String | False |
Label TextLong corresponds to this field. | |
| ExternId__c | String | False |
Label ExternId corresponds to this field. |
This is a table representing the UserFeed entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserFeed. | |
| ParentId | String | True |
User.Id |
Label Parent ID corresponds to this field. |
| Type | String | True |
Label Feed Item Type corresponds to this field. | |
| CreatedById | String | True |
Label Created By ID corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| CommentCount | Int | True |
Label Comment Count corresponds to this field. | |
| LikeCount | Int | True |
Label Like Count corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| Body | String | True |
Label Body corresponds to this field. | |
| LinkUrl | String | True |
Label Link Url corresponds to this field. | |
| RelatedRecordId | String | True |
Label Related Record ID corresponds to this field. | |
| ContentData | String | True |
Label Content Data corresponds to this field. | |
| ContentFileName | String | True |
Label Content File Name corresponds to this field. | |
| ContentDescription | String | True |
Label Content Description corresponds to this field. | |
| ContentType | String | True |
Label Content File Type corresponds to this field. | |
| ContentSize | Int | True |
Label Content Size corresponds to this field. | |
| InsertedById | String | True |
Label InsertedBy ID corresponds to this field. |
This is a table representing the UserLicense entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserLicense. | |
| LicenseDefinitionKey | String | True |
Label License Def. ID corresponds to this field. | |
| Name | String | True |
Label Name corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the UserLogin entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserLogin. | |
| UserId | String | True |
User.Id |
Label User ID corresponds to this field. |
| IsFrozen | Boolean | True |
Label Is Frozen corresponds to this field. | |
| IsPasswordLocked | Boolean | True |
Label Is Password Locked corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
This is a table representing the UserPreference entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserPreference. | |
| UserId | String | True |
User.Id |
Label User ID corresponds to this field. |
| Preference | String | True |
Label Preference corresponds to this field. | |
| Value | String | True |
Label Value corresponds to this field. | |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the UserProfile entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserProfile. | |
| LastName | String | True |
Label Last Name corresponds to this field. | |
| FirstName | String | True |
Label First Name corresponds to this field. | |
| Name | String | True |
Label Name corresponds to this field. | |
| Title | String | True |
Label Title corresponds to this field. | |
| ManagerId | String | True |
UserProfile.Id |
Label Manager ID corresponds to this field. |
| CompanyName | String | True |
Label Company Name corresponds to this field. | |
| AboutMe | String | True |
Label About Me corresponds to this field. | |
| String | True |
Label E-mail corresponds to this field. | ||
| Phone | String | True |
Label Phone corresponds to this field. | |
| MobilePhone | String | True |
Label Cell corresponds to this field. | |
| Fax | String | True |
Label Fax corresponds to this field. | |
| Street | String | True |
Label Street corresponds to this field. | |
| City | String | True |
Label City corresponds to this field. | |
| State | String | True |
Label State/Province corresponds to this field. | |
| PostalCode | String | True |
Label Zip/Postal Code corresponds to this field. | |
| Country | String | True |
Label Country corresponds to this field. | |
| Latitude | Double | True |
Label Latitude corresponds to this field. | |
| Longitude | Double | True |
Label Longitude corresponds to this field. | |
| IsBadged | Boolean | True |
Label User Photo has a badge overlay corresponds to this field. | |
| IsActive | Boolean | True |
Label Active corresponds to this field. | |
| UserPreferencesActivityRemindersPopup | Boolean | True |
Label ActivityRemindersPopup corresponds to this field. | |
| UserPreferencesEventRemindersCheckboxDefault | Boolean | True |
Label EventRemindersCheckboxDefault corresponds to this field. | |
| UserPreferencesTaskRemindersCheckboxDefault | Boolean | True |
Label TaskRemindersCheckboxDefault corresponds to this field. | |
| UserPreferencesReminderSoundOff | Boolean | True |
Label ReminderSoundOff corresponds to this field. | |
| UserPreferencesDisableAllFeedsEmail | Boolean | True |
Label DisableAllFeedsEmail corresponds to this field. | |
| UserPreferencesDisableFollowersEmail | Boolean | True |
Label DisableFollowersEmail corresponds to this field. | |
| UserPreferencesDisableProfilePostEmail | Boolean | True |
Label DisableProfilePostEmail corresponds to this field. | |
| UserPreferencesDisableChangeCommentEmail | Boolean | True |
Label DisableChangeCommentEmail corresponds to this field. | |
| UserPreferencesDisableLaterCommentEmail | Boolean | True |
Label DisableLaterCommentEmail corresponds to this field. | |
| UserPreferencesDisProfPostCommentEmail | Boolean | True |
Label DisProfPostCommentEmail corresponds to this field. | |
| UserPreferencesApexPagesDeveloperMode | Boolean | True |
Label ApexPagesDeveloperMode corresponds to this field. | |
| UserPreferencesHideCSNGetChatterMobileTask | Boolean | True |
Label HideCSNGetChatterMobileTask corresponds to this field. | |
| UserPreferencesDisableMentionsPostEmail | Boolean | True |
Label DisableMentionsPostEmail corresponds to this field. | |
| UserPreferencesDisMentionsCommentEmail | Boolean | True |
Label DisMentionsCommentEmail corresponds to this field. | |
| UserPreferencesHideCSNDesktopTask | Boolean | True |
Label HideCSNDesktopTask corresponds to this field. | |
| UserPreferencesHideChatterOnboardingSplash | Boolean | True |
Label HideChatterOnboardingSplash corresponds to this field. | |
| UserPreferencesHideSecondChatterOnboardingSplash | Boolean | True |
Label HideSecondChatterOnboardingSplash corresponds to this field. | |
| UserPreferencesDisCommentAfterLikeEmail | Boolean | True |
Label DisCommentAfterLikeEmail corresponds to this field. | |
| UserPreferencesDisableLikeEmail | Boolean | True |
Label DisableLikeEmail corresponds to this field. | |
| UserPreferencesDisableMessageEmail | Boolean | True |
Label DisableMessageEmail corresponds to this field. | |
| UserPreferencesOptOutOfTouch | Boolean | True |
Label OptOutOfTouch corresponds to this field. | |
| UserPreferencesDisableBookmarkEmail | Boolean | True |
Label DisableBookmarkEmail corresponds to this field. | |
| UserPreferencesDisableSharePostEmail | Boolean | True |
Label DisableSharePostEmail corresponds to this field. | |
| UserPreferencesEnableAutoSubForFeeds | Boolean | True |
Label EnableAutoSubForFeeds corresponds to this field. | |
| UserPreferencesDisableFileShareNotificationsForApi | Boolean | True |
Label DisableFileShareNotificationsForApi corresponds to this field. | |
| UserPreferencesShowTitleToExternalUsers | Boolean | True |
Label ShowTitleToExternalUsers corresponds to this field. | |
| UserPreferencesShowManagerToExternalUsers | Boolean | True |
Label ShowManagerToExternalUsers corresponds to this field. | |
| UserPreferencesShowEmailToExternalUsers | Boolean | True |
Label ShowEmailToExternalUsers corresponds to this field. | |
| UserPreferencesShowWorkPhoneToExternalUsers | Boolean | True |
Label ShowWorkPhoneToExternalUsers corresponds to this field. | |
| UserPreferencesShowMobilePhoneToExternalUsers | Boolean | True |
Label ShowMobilePhoneToExternalUsers corresponds to this field. | |
| UserPreferencesShowFaxToExternalUsers | Boolean | True |
Label ShowFaxToExternalUsers corresponds to this field. | |
| UserPreferencesShowStreetAddressToExternalUsers | Boolean | True |
Label ShowStreetAddressToExternalUsers corresponds to this field. | |
| UserPreferencesShowCityToExternalUsers | Boolean | True |
Label ShowCityToExternalUsers corresponds to this field. | |
| UserPreferencesShowStateToExternalUsers | Boolean | True |
Label ShowStateToExternalUsers corresponds to this field. | |
| UserPreferencesShowPostalCodeToExternalUsers | Boolean | True |
Label ShowPostalCodeToExternalUsers corresponds to this field. | |
| UserPreferencesShowCountryToExternalUsers | Boolean | True |
Label ShowCountryToExternalUsers corresponds to this field. | |
| UserPreferencesShowProfilePicToGuestUsers | Boolean | True |
Label ShowProfilePicToGuestUsers corresponds to this field. | |
| UserPreferencesShowTitleToGuestUsers | Boolean | True |
Label ShowTitleToGuestUsers corresponds to this field. | |
| UserPreferencesShowCityToGuestUsers | Boolean | True |
Label ShowCityToGuestUsers corresponds to this field. | |
| UserPreferencesShowStateToGuestUsers | Boolean | True |
Label ShowStateToGuestUsers corresponds to this field. | |
| UserPreferencesShowPostalCodeToGuestUsers | Boolean | True |
Label ShowPostalCodeToGuestUsers corresponds to this field. | |
| UserPreferencesShowCountryToGuestUsers | Boolean | True |
Label ShowCountryToGuestUsers corresponds to this field. | |
| UserPreferencesHideS1BrowserUI | Boolean | True |
Label HideS1BrowserUI corresponds to this field. | |
| FullPhotoUrl | String | True |
Label Url for full-sized Photo corresponds to this field. | |
| SmallPhotoUrl | String | True |
Label Url for Thumbnail sized Photo corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the UserRecordAccess entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserRecordAccess. | |
| UserId | String | True |
User.Id |
Label User ID corresponds to this field. |
| RecordId | String | True |
Label Record ID corresponds to this field. | |
| HasReadAccess | Boolean | True |
Label Has Read Access corresponds to this field. | |
| HasEditAccess | Boolean | True |
Label Has Edit Access corresponds to this field. | |
| HasDeleteAccess | Boolean | True |
Label Has Delete Access corresponds to this field. | |
| HasTransferAccess | Boolean | True |
Label Has Transfer Access corresponds to this field. | |
| HasAllAccess | Boolean | True |
Label Has All Access corresponds to this field. | |
| MaxAccessLevel | String | True |
Label Maximum Access Level corresponds to this field. |
This is a table representing the UserRole entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the UserRole. | |
| Name | String | False |
Label Name corresponds to this field. | |
| ParentRoleId | String | False |
UserRole.Id |
Label Parent Role ID corresponds to this field. |
| RollupDescription | String | False |
Label Description corresponds to this field. | |
| OpportunityAccessForAccountOwner | String | False |
Label Opportunity Access Level for Account Owner corresponds to this field. | |
| CaseAccessForAccountOwner | String | False |
Label Case Access Level for Account Owner corresponds to this field. | |
| ContactAccessForAccountOwner | String | True |
Label Contact Access Level for Account Owner corresponds to this field. | |
| ForecastUserId | String | False |
User.Id |
Label User ID corresponds to this field. |
| MayForecastManagerShare | Boolean | True |
Label May Forecast Manager Share corresponds to this field. | |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. | |
| DeveloperName | String | False |
Label Developer Name corresponds to this field. | |
| PortalAccountId | String | False |
Account.Id |
Label Account ID corresponds to this field. |
| PortalType | String | False |
Label Portal Type corresponds to this field. | |
| PortalAccountOwnerId | String | True |
User.Id |
Label User ID corresponds to this field. |
This is a table representing the Vote entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Vote. | |
| IsDeleted | Boolean | True |
Label Deleted corresponds to this field. | |
| ParentId | String | False |
Solution.Id |
Label Parent ID corresponds to this field. |
| Type | String | False |
Label Vote Type corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
This is a table representing the WebLink entities in FinancialForce.
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the WebLink. | |
| PageOrSobjectType | String | False |
Label Page Or sObject Type Name corresponds to this field. | |
| Name | String | False |
Label Name corresponds to this field. | |
| IsProtected | Boolean | False |
Label Protected Component corresponds to this field. | |
| Url | String | False |
Label URL corresponds to this field. | |
| EncodingKey | String | False |
Label Link Encoding corresponds to this field. | |
| LinkType | String | False |
Label Content Source corresponds to this field. | |
| OpenType | String | False |
Label Behavior corresponds to this field. | |
| Height | Int | False |
Label Height (in pixels) corresponds to this field. | |
| Width | Int | False |
Label Width (in pixels) corresponds to this field. | |
| ShowsLocation | Boolean | False |
Label Show Address Bar corresponds to this field. | |
| HasScrollbars | Boolean | False |
Label Show Scrollbars corresponds to this field. | |
| HasToolbar | Boolean | False |
Label Show Toolbars corresponds to this field. | |
| HasMenubar | Boolean | False |
Label Show Menu Bar corresponds to this field. | |
| ShowsStatus | Boolean | False |
Label Show Status Bar corresponds to this field. | |
| IsResizable | Boolean | False |
Label Resizeable corresponds to this field. | |
| Position | String | False |
Label Window Position corresponds to this field. | |
| ScontrolId | String | False |
Label Custom S-Control ID corresponds to this field. | |
| MasterLabel | String | False |
Label Label corresponds to this field. | |
| Description | String | False |
Label Description corresponds to this field. | |
| DisplayType | String | False |
Label Display Type corresponds to this field. | |
| RequireRowSelection | Boolean | False |
Label Require Row Selection corresponds to this field. | |
| NamespacePrefix | String | True |
Label Namespace Prefix corresponds to this field. | |
| CreatedDate | Datetime | True |
Label Created Date corresponds to this field. | |
| CreatedById | String | True |
User.Id |
Label Created By ID corresponds to this field. |
| LastModifiedDate | Datetime | True |
Label Last Modified Date corresponds to this field. | |
| LastModifiedById | String | True |
User.Id |
Label Last Modified By ID corresponds to this field. |
| SystemModstamp | Datetime | True |
Label System Modstamp corresponds to this field. |
ビューは、データを示すという点でテーブルに似ていますが、ビューは読み取り専用です。
クエリは、ビューに対して通常のテーブルと同様に実行することができます。
| Name | Description |
| Formulas | Stores formula field definitions used for calculated values in Salesforce records. |
| JobRecordResultsV2 | Returns the set of records processed or affected by a specific job, such as data import, export, or update operations. Useful for tracking outcomes, auditing changes, or troubleshooting issues related to bulk or asynchronous jobs. |
| PickListValues | Contains predefined picklist values for fields across different Salesforce objects. |
| PolymorphicColumnsRelationships | Lists polymorphic fields and their possible object references, enabling flexible relationships. |
| TableRelationships | Stores metadata about relationships between tables, defining parent-child object associations. |
Stores formula field definitions used for calculated values in Salesforce records.
| Name | Type | Description |
| TableName | String | Name of the Salesforce object or table the formula is associated with. Required when querying or managing formulas. |
| ColumnName | String | Name of the column or field that the formula is applied to. This represents the output field generated by the formula. |
| Formula | String | The calculated expression or logic that defines the formula field. This can include field references, operators, functions, and constants. |
Returns the set of records processed or affected by a specific job, such as data import, export, or update operations. Useful for tracking outcomes, auditing changes, or troubleshooting issues related to bulk or asynchronous jobs.
| Name | Type | Description |
| ID [KEY] | String | The unique Salesforce ID of the individual record that was processed as part of the bulk job. |
| Created | Boolean | Indicates whether the record was newly created (true) or updated (false) during the bulk operation. |
| RowFromOriginalCSV | String | A truncated view of the original CSV row that was submitted in the job request for this record. |
| JobId | String | The unique identifier of the job this record result belongs to. |
| RecordState | String | The processing outcome for the record. Valid values include 'Successful', 'Failed', and 'Unprocessed'. |
| ColumnDelimiter | String | The delimiter used to separate fields in the CSV data submitted with the job. Valid options are 'BACKQUOTE', 'CARET', 'COMMA', 'PIPE', 'SEMICOLON', and 'TAB'. |
| Error | String | Error code and message for the failed records. |
Contains predefined picklist values for fields across different Salesforce objects.
| Name | Type | Description |
| ID [KEY] | String | A unique identifier for the picklist value, formatted as ColumnName|Picklist_Value. |
| TableName | String | The name of the Salesforce object (table) associated with the picklist. Required when retrieving picklist data. |
| ColumnName | String | The name of the column that the picklist is associated with. Optionally used to filter results to a specific column. |
| PickList_Value | String | The internal value stored in Salesforce for this picklist entry. |
| PickList_Label | String | The user-friendly label displayed in the Salesforce UI for the picklist value. |
| PickList_IsActive | Boolean | Indicates whether the picklist value is currently active and available for selection. |
| PickList_IsDefault | Boolean | Indicates whether this picklist value is set as the default for its associated column. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| RecordTypeId | String | Optional identifier for the record type. Use this to return picklist values specific to a particular record type. |
Lists polymorphic fields and their possible object references, enabling flexible relationships.
| Name | Type | Description |
| TableName | String | The name of the Salesforce object (table) containing the polymorphic relationship. |
| ColumnName | String | The name of the polymorphic field, which can reference more than one object type. |
| SalesforceType | String | The Salesforce data type associated with the polymorphic field. |
| PrimaryKeyName | String | The primary key field of the current table that uniquely identifies each record. |
| RelationshipName | String | The name used by Salesforce to define the relationship between the polymorphic field and related objects. |
| ReferencedTableName | String | The name of the Salesforce object that the polymorphic field may reference. |
| ReferencedColumnName | String | The name of the column in the referenced object that the polymorphic field points to. |
| ForeignKeyName | String | The name of the foreign key constraint that defines the polymorphic relationship. |
Stores metadata about relationships between tables, defining parent-child object associations.
| Name | Type | Description |
| ChildsObject [KEY] | String | The name of the child object or table that has a relationship with the specified parent table. |
| RelationshipName [KEY] | String | The API name of the relationship, typically used in relationship queries or joins. |
| Field | String | The field in the child object that establishes the relationship to the parent object. |
| ParentObject | String | The parent object that the child is related to. This matches the value of the input TableName. |
| DeprecatedAndHidden | Boolean | Indicates whether this relationship has been deprecated and is now hidden from general use. |
| CascadeDelete | Boolean | Indicates whether deleting the parent object will also automatically delete related child records. |
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| TableName | String | The table for which relationship metadata should be retrieved. Acts as the input for this view. |
Sync App は、データソースの型を、スキーマで使用可能な対応するデータ型にマッピングします。次のテーブルはこれらのマッピングをまとめたものです。
| Certinia UI | FinancialForce API Type | CData スキーマ |
| Auto Number | string | string |
| Lookup Relationship | ID | string |
| Master-Detail Relationship | ID | string |
| External Lookup Relationship | ID | string |
| Checkbox | boolean | bool |
| Currency | double | float |
| Date | date | date |
| Date/Time | datetime | datetime |
| string | string | |
| Geolocation | Location* | string |
| Number | double | float |
| Percent | double | float |
| Phone | string | string |
| Picklist | string | string |
| Picklist (Multi-Select) | string | string |
| Text | string | string |
| Text Area | string | string |
| Text Area (Long) | string | string |
| Text Area (Rich) | string | string |
| Text (Encrypted) | string | string |
| Time | string | string |
| URL | string | string |
| プロパティ | 説明 |
| AuthScheme | Certinia への接続時に使用する認証方法を指定します。 |
| User | 認証するユーザーのユーザーID を指定します。 |
| Password | 認証するユーザーのパスワードを指定します。 |
| SecurityToken | Certinia アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。 |
| UseSandbox | 本番インスタンスではなく、Certinia サンドボックス環境に接続するかどうかを指定します。 |
| プロパティ | 説明 |
| APIVersion | 接続に使用するSalesforce API バージョンを指定します。 |
| LoginURL | 認証とログインに使用されるCertinia サーバーURL を指定します。 |
| プロパティ | 説明 |
| SSOLoginURL | ID プロバイダーのログインURL。 |
| SSOProperties | ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。 |
| SSOExchangeURL | SAML 応答を処理してサービスの資格情報と交換するために使用するURL。 |
| プロパティ | 説明 |
| UseBulkAPI | Certinia でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。 |
| BulkAPIConcurrencyMode | Certinia Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。 |
| BulkUploadLimit | Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。 |
| BulkPollingInterval | 一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。 |
| BulkQueryTimeout | provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。 |
| WaitForBulkResults | 非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。 |
| BulkAPIVersion | Specifies the Certinia Bulk API version to use for processing bulk queries and data operations. |
| PushEmptyValuesAsNull | 空の値を空文字列として解釈するか、NULL として解釈するかを指定します。 |
| プロパティ | 説明 |
| Scope | データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。 |
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
| プロパティ | 説明 |
| FirewallType | provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。 |
| FirewallServer | ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。 |
| FirewallPort | プロキシベースのファイアウォールで使用するTCP ポートを指定します。 |
| FirewallUser | プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。 |
| FirewallPassword | プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。 |
| プロパティ | 説明 |
| ProxyAutoDetect | provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。 |
| ProxyServer | HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレスを指定します。 |
| ProxyPort | クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバーのTCP ポートを指定します。 |
| ProxyAuthScheme | ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。 |
| ProxyUser | ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名を提供します。 |
| ProxyPassword | ProxyUser 接続プロパティで指定されたユーザーのパスワードを指定します。 |
| ProxySSLType | ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプを指定します。 |
| ProxyExceptions | ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリストを指定します。 |
| プロパティ | 説明 |
| LogModules | ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。 |
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
| プロパティ | 説明 |
| AllOrNone | リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。 |
| ArchiveMode | 標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。 |
| ContinueOnAlterException | ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。 |
| ExposeConceptualEntities | Certinia のレコードタイプを個別のテーブルとして公開するかどうかを指定します。 |
| FilterScope | Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。 |
| IncludeMetadataDescription | Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。 |
| IncludeReports | Certinia レポートをスキーマ内のビューとして公開するかどうかを指定します。 |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| NullBooleanBehavior | このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。 |
| Other | 特定の問題に対処するため、特殊なシナリオ向けの高度な接続プロパティを指定します。このプロパティは、サポートチームの指示がある場合にのみ使用してください。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| RemoveBOMCharacter | provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。 |
| RemovePrivateChar | 取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReplaceInvalidUTF8Chars | コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReportExactPicklistLength | Certinia で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。 |
| ServerSideAggregation | SUM、COUNT、GROUP BY などの集計操作をCertinia サーバーで実行するか、クライアント側で処理するかを指定します。 |
| SessionTimeout | Certinia ログインセッションが期限切れになる前に再利用される時間(分)を指定します。 |
| SkipPickListTranslation | データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。 |
| SortColumns | テーブルカラムを名前でアルファベット順にソートするか、Certinia で提供される順序で報告するかを指定します。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| TranslatePickListFields | 選択リストフィールドの値を、現在認証されているCertinia ユーザーの言語に翻訳するかどうかを指定します。 |
| UseDisplayNames | メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。 |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| UseToolingAPI | メタデータと開発関連オブジェクトの取得・変更にCertinia Tooling API を使用するかどうかを指定します。 |
このセクションでは、本プロバイダーの接続文字列で設定可能なAuthentication プロパティの全リストを提供します。
| プロパティ | 説明 |
| AuthScheme | Certinia への接続時に使用する認証方法を指定します。 |
| User | 認証するユーザーのユーザーID を指定します。 |
| Password | 認証するユーザーのパスワードを指定します。 |
| SecurityToken | Certinia アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。 |
| UseSandbox | 本番インスタンスではなく、Certinia サンドボックス環境に接続するかどうかを指定します。 |
Certinia への接続時に使用する認証方法を指定します。
Certinia は複数の認証方法をサポートしています。適切な値は、組織が使用する認証フローによって異なります。
Certinia アカウントへのアクセスを認証するために使用されるセキュリティトークンを指定します。
Basic またはOAuthPassword 認証を使用する場合、Certinia ではユーザーのパスワードに加えてセキュリティトークンが必要になる場合があります。 このトークンは追加のセキュリティ対策であり、通常、信頼されていないIP アドレスから、またはCertinia で設定された信頼されたIP 範囲外からログインする際に使用されます。
セキュリティトークンを取得するには、Certinia にログインし、設定 -> 私の個人情報 -> 私のセキュリティトークンのリセットに移動して、新しいトークンをリクエストします。 トークンは登録されたメールアドレスに送信されます。パスワードがリセットされた場合は、セキュリティトークンもリセットして新しいトークンを取得する必要があります。
このプロパティは、IP アドレスがCertinia で定義された信頼されたIP 範囲内にない場合、または組織がセキュリティトークン要件を実施している場合にのみ必要です。
このプロパティは、信頼されていないネットワークからCertinia に安全に接続する場合や、追加の検証を必要とするBasic 認証方法を使用する場合に役立ちます。
本番インスタンスではなく、Certinia サンドボックス環境に接続するかどうかを指定します。
UseSandbox がtrue に設定されている場合、Sync App は本番データとは別のテストおよび開発環境であるCertinia サンドボックスアカウントに接続します。 正しく認証するには、ユーザー名にサンドボックス名を追加する必要があります。例えば、ユーザー名がuser でサンドボックス名がsandbox の場合、User プロパティをuser.sandbox として指定する必要があります。
Certinia サンドボックス環境は、本番データに影響を与えることなく、開発、ステージング、またはテストに一般的に使用されます。 このプロパティにより、接続が正しい環境とエンドポイントに導かれることを確実にします。 このプロパティを設定することによる直接的なパフォーマンスへの影響はありませんが、サンドボックス環境では本番環境と比較してAPI 制限やリソースの可用性が異なる場合があります。 また、最近のリフレッシュが実行されていない限り、サンドボックスのメタデータとデータは本番環境と完全に同期されていない可能性があります。 このプロパティは、本番データに影響を与えることなく、クエリ、操作、統合を安全にテストする必要がある開発者、テスト担当者、管理者に役立ちます。
このセクションでは、本プロバイダーの接続文字列で設定可能なConnection プロパティの全リストを提供します。
| プロパティ | 説明 |
| APIVersion | 接続に使用するSalesforce API バージョンを指定します。 |
| LoginURL | 認証とログインに使用されるCertinia サーバーURL を指定します。 |
接続に使用するSalesforce API バージョンを指定します。
このプロパティを使用すると、必要に応じてデフォルトのバージョンをオーバーライドできます。
指定したAPI バージョンがCertinia でサポートされていることを確認してください。サポートされていないバージョンを使用すると、エラーや予期しない動作が発生する可能性があります。
認証とログインに使用されるCertinia サーバーURL を指定します。
このプロパティは、Certinia にログインする際に使用される認証エンドポイントを定義します。デフォルトでは、Sync App はSalesforce の標準SOAP API ログイン URL:https://login.salesforce.com/services/Soap/c/62.0 に接続します。
以下の場合にこの値を変更してください:
Note: 標準のサンドボックス環境に接続するには、UseSandbox プロパティを使用してください。 これにより、ログイン試行が自動的にサンドボックスログインエンドポイント(https://test.salesforce.com)にルーティングされ、組織がドメイン固有のログインポリシーを実施していない限り、LoginURL を手動で設定する必要はありません。
不正確なURL 設定は認証を妨げる可能性があるため、指定されたログインエンドポイントがCertinia インスタンスに対して有効であることを確認することが重要です。 シングルサインオン(SSO)を使用している場合、ログインURL はID プロバイダーの設定と一致する必要があります。 サンドボックスと本番環境を頻繁に切り替える組織は、接続の問題を避けるために、このプロパティを適切に更新する必要があります。
このプロパティは、Certinia サンドボックス、Government Cloud、または地域データセンターを使用するなど、カスタム認証エンドポイントを必要とする組織に役立ちます。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSO プロパティの全リストを提供します。
| プロパティ | 説明 |
| SSOLoginURL | ID プロバイダーのログインURL。 |
| SSOProperties | ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。 |
| SSOExchangeURL | SAML 応答を処理してサービスの資格情報と交換するために使用するURL。 |
ID プロバイダーのログインURL。
ID プロバイダーのログインURL。
ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。
ID プロバイダーへの接続に必要な追加プロパティを、セミコロンで区切ったリスト形式で指定します。
SSOLoginURL と一緒に使用します。
SSO 設定については、 で詳しく説明します。
SAML 応答を処理してサービスの資格情報と交換するために使用するURL。
CData Sync App はここで指定されたURL を使用してSAML 応答を処理し、サービスの資格情報と交換します。 取得した資格情報はSSO 接続時の最後の情報であり、Certinia との通信に使用されます。
このセクションでは、本プロバイダーの接続文字列で設定可能なBulkAPI プロパティの全リストを提供します。
| プロパティ | 説明 |
| UseBulkAPI | Certinia でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。 |
| BulkAPIConcurrencyMode | Certinia Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。 |
| BulkUploadLimit | Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。 |
| BulkPollingInterval | 一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。 |
| BulkQueryTimeout | provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。 |
| WaitForBulkResults | 非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。 |
| BulkAPIVersion | Specifies the Certinia Bulk API version to use for processing bulk queries and data operations. |
| PushEmptyValuesAsNull | 空の値を空文字列として解釈するか、NULL として解釈するかを指定します。 |
Certinia でのデータ読み書きに非同期Bulk API を使用するか、同期SOAP API を使用するかを指定します。
UseBulkAPI がtrue に設定されている場合、Sync App は読み取りと書き込みの両方にSalesforce のBulk API を使用します。 読み取りでは、Sync App は一括クエリジョブを作成し、結果が利用可能になると返し始めます。 JOIN や集計を含むクエリはBulk API でサポートされていないため、Sync App は自動的にSOAP API にフォールバックします。
書き込みでは、バッチあたり最大10,000レコードを送信できます。これらのリクエストは非同期であり、Sync App はCertinia が操作を完全に処理するまで待機しません。 これらのジョブのステータスは、一時システムテーブルを使用して監視できます。次に例を示します。 SELECT * FROM Info#TEMP
このクエリは、ジョブとバッチID を返します。これらのID は、GetJob、GetBatch、およびGetBatchResults と組み合わせて使用し、ジョブの進行状況を追跡できます。
UseBulkAPI がfalse に設定されている場合、Sync App は読み取りと書き込みにSOAP API を使用します。 このモードでは、書き込みでもバッチ処理がサポートされますが、結果は同期的に返されます。
Bulk API は大規模なデータセットを非同期で処理するように最適化されており、大量のインポートとエクスポートに適しています。 ただし、結合や集計を含む複雑なクエリはサポートされておらず、SOAP API へのフォールバックが必要です。 書き込みでは、Bulk API は大量のレコードボリュームの効率的な処理を可能にしますが、非同期な性質により、ジョブの監視が必要になります。 SOAP API は操作に対して即座にフィードバックを提供し、小規模なトランザクションにより適しています。
このプロパティは、非同期処理が許容されるか、または好まれる大規模なデータ操作に役立ちます。
Certinia Bulk API v1 で一括行を処理する際に使用する並行処理モードを指定します。
Certinia Bulk API v1 は、一括データ操作を処理するための2つの並行処理モードをサポートしています。BulkAPIConcurrencyMode をSerial に設定すると、バッチが確実に順次処理されるようになり、関連レコードを扱う際にレコードロックの問題を防ぐことができます。 ただし、特に大規模なデータセットを処理する場合、パフォーマンスが低下する可能性があります。
Parallel を使用すると、複数のバッチを同時に処理できるため、スループットが大幅に向上します。 ただし、Certinia はレコードロックを実行するため、関連レコードを更新しようとする並列操作では、競合によりエラーが発生する場合があります。
一括データの効率的な処理は、高スループットアプリケーションにとって重要です。ワークロードが独立したレコードを含む場合、Parallel モードを有効にすることで処理を大幅に高速化できます。 ただし、操作が関連レコードの更新を含む場合、Serial モードを使用することでロックの問題を防ぐことができます。
このプロパティは、データ構造と処理のニーズに基づいて一括操作を最適化する際に役立ちます。 適切な設定を選択することで、API リクエスト時間を短縮し、システム全体のパフォーマンスを向上させることができます。
このプロパティは、Bulk API v1 が有効な場合にのみ適用されます。Bulk API v2 では並行処理が自動的に制御されるため、この設定はサポートされていません。
Salesforce Bulk API v2 を使用してアップロードできる最大ファイルサイズ(MB)を指定します。
UseBulkAPI がtrue に設定されている場合、このプロパティはCertinia Bulk API v2 経由での取り込みに許可される最大ファイルサイズを定義します。 Certinia では最大アップロードサイズが100 MB に制限されており、これがこの設定のデフォルト値です。この制限を超えると、エラーや操作の失敗が発生する可能性があります。 ほとんどの場合、この値を変更する必要はありません。ただし、必要に応じてより小さい値に調整することができます。例えば、ジョブサイズを削減したり、ネットワーク制約を管理したりする場合です。
このプロパティは、Salesforce の一括アップロード制限への準拠を確実にします。100 MB を超えるファイルをアップロードしようとすると失敗します。 大きなアップロードでタイムアウトやエラーが発生する場合は、ファイルサイズを小さくするか、データをより小さなチャンクに分割して、信頼性を向上させ、API レートや処理制限の超過を回避することを検討してください。
このプロパティは、一括データ取り込みを管理する際に役立ち、Salesforce のファイルサイズ制約との互換性を確保し、大規模なデータセットの効率的な処理を維持するのに役立ちます。
この設定は、Certinia Bulk API v2 が使用されている場合にのみ適用されます。
一括プロセスの応答の可用性を確認するリクエスト間の時間間隔(ミリ秒)を指定します。
このプロパティはポーリング頻度を決定し、Sync App がジョブステータスを確認するリクエストを送信する頻度を制御します。 値を小さくするとポーリング頻度が増加し、値を大きくするとAPI コール数が減少しますが、クエリ結果の取得に遅延が生じる可能性があります。 UseBulkAPI がtrue に設定されている場合、Sync App は一括クエリ操作(SELECT 文など)と一括インジェスト操作(INSERT、UPDATE、DELETE など)の両方について、Certinia に非同期ジョブを送信します。 Sync App は定期的にCertinia サーバーをポーリングして、結果が準備できているかを確認します。 ポーリングは、WaitForBulkResults がtrue に設定されている場合にのみ、クエリとインジェストの応答に対して実行されます。
頻繁なポーリング(小さな値)は、クエリの実行を高速化する可能性がありますが、API 使用量を増加させる場合があります。 ポーリング間隔を大きくするとAPI リクエストが減少しますが、クエリが完了してもポーリングが遅延した場合、応答時間が遅くなる可能性があります。
このプロパティは、Certinia で一括クエリを実行する場合のパフォーマンスとAPI 消費量を微調整する際に役立ちます。 クエリサイズとAPI レート制限に基づいてこの設定を調整することで、パフォーマンスを最適化できます。
この設定は、Certinia Bulk API が使用されている場合にのみ適用されます。
provider が一括クエリの応答を待機する最大時間(分)を指定し、この時間を過ぎるとタイムアウトします。
UseBulkAPI がtrue に設定されている場合、Sync App はSELECT クエリをCertinia の非同期ジョブとして送信します。 Sync App は定期的にCertinia をポーリングして、結果が準備できているかを確認します。
このプロパティは、Sync App が一括クエリの完了を待機する合計時間を制御し、この時間を超えるとタイムアウトします。クエリがこの時間よりも長くかかる場合、接続はタイムアウトエラーで失敗します。 BulkQueryTimeout を長く設定すると、Certinia が大規模または複雑なクエリを処理する時間を増やすことができ、タイムアウトによる失敗の可能性を減らします。 ただし、この値を高く設定しすぎると、正常に完了する可能性が低いクエリに対して長時間待機することになる場合があります。
このプロパティは、すべての接続リクエストに適用され、一括クエリの実行時間ではなく非アクティブ状態を管理するTimeout とは異なります。
このプロパティは、Certinia Bulk API で大規模なデータセットや実行時間の長いクエリを処理する場合に役立ちます。 この値を調整することで、予想される実行時間に基づいてクエリの成功率とタイムアウト処理のバランスを取ることができます。
この設定は、Certinia Bulk API が使用されている場合にのみ適用されます。
非同期Bulk API を使用する際に、provider が一括操作結果の完了を待機するかどうかを指定します。UseBulkAPI がtrue に設定されている場合にのみ適用されます。
WaitForBulkResults がfalse に設定されている場合、Sync App は一括データ変更操作をCertinia に送信し、ジョブの処理完了を待機せずに即座に制御を返します。 これにより実行は高速になりますが、結果の詳細はまだ利用できません。この場合、Info#TEMP テーブルには作成されたバッチまたはジョブに関する情報が含まれており、ストアドプロシージャと組み合わせて使用し、最終結果を手動で取得できます。
WaitForBulkResults がtrue に設定されている場合、Sync App は各一括操作の処理がCertinia で完了するまで待機してから結果を返します。 これにより、LastResultInfo#TEMP テーブルに、ID、ステータス値、エラーメッセージなど、影響を受けた各行の詳細情報が追加のクエリを必要とせずに含まれます。
Info#TEMP またはLastResultInfo#TEMP で見つかったジョブとバッチID は、ストアドプロシージャと組み合わせて使用し、詳細なジョブとバッチの結果を取得できます:
結果を待機しないことで実行時間が短縮され、アプリケーションをより早く継続できますが、成功または失敗を追跡するための追加のフォローアップステップが必要になります。 このプロパティを有効にすると、処理時間が増加しますが、単一の操作で詳細な結果を提供します。
このプロパティは、一括データ変更ワークフローにおいて、スピードと詳細な操作の洞察のバランスを取る際に役立ちます。
Specifies the Certinia Bulk API version to use for processing bulk queries and data operations.
Certinia offers two versions of the Bulk API, each optimized for different use cases.
For Certinia API versions 62.0 and later, v2 is generally recommended due to its more consistent design, stronger integration with the broader Certinia API ecosystem, and reduced API consumption. Using v2 may reduce the need for manual optimizations, making it a good choice for most standard bulk operations. However, for large-scale or performance-critical workflows, v1 offers greater flexibility in controlling batch processing and error handling.
空の値を空文字列として解釈するか、NULL として解釈するかを指定します。
空の値を空文字列として解釈するか、NULL として解釈するかを指定します。この設定は、UseBulkAPI = true かつBulkAPIVersion = v2 の場合のSELECT ステートメントにのみ影響します。
デフォルトでは、ドライバーはBULK V2 API クエリ操作から返される空の値をNULL としてプッシュします。PushEmptyValuesAsNull をfalse に設定すると、代わりに空の値はVARCHAR カラムでは空文字列として、数値フィールドでは0としてプッシュされます。
このセクションでは、本プロバイダーの接続文字列で設定可能なOAuth プロパティの全リストを提供します。
| プロパティ | 説明 |
| Scope | データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。 |
データへの適切なアクセスを確実にするために、認証ユーザーのアプリケーションへのアクセス範囲を指定します。 カスタムOAuth アプリケーションが必要な場合は、通常、アプリケーションの作成時に指定します。
スコープは、認証ユーザーがどのようなアクセス権を持つかを定義するために設定されます。例えば、読み取り、読み取りと書き込み、機密情報への制限付きアクセスなどです。システム管理者は、スコープを使用して機能またはセキュリティクリアランスによるアクセスを選択的に有効化できます。
InitiateOAuth がGETANDREFRESH に設定されている場合、要求するスコープを変更したい場合はこのプロパティを使用する必要があります。
InitiateOAuth がREFRESH またはOFF のいずれかに設定されている場合、このプロパティまたはScope 入力を使用して、要求するスコープを変更できます。
このセクションでは、本プロバイダーの接続文字列で設定可能なSSL プロパティの全リストを提供します。
| プロパティ | 説明 |
| SSLServerCert | TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。 |
TLS/SSL を使用して接続する際に、サーバーが受け入れ可能な証明書を指定します。
TLS/SSL 接続を使用している場合は、このプロパティを使用して、サーバーが受け入れるTLS/SSL 証明書を指定できます。このプロパティに値を指定すると、マシンによって信頼されていない他の証明書はすべて拒否されます。
このプロパティは、次のフォームを取ります:
| 説明 | 例 |
| フルPEM 証明書(例では省略されています) | -----BEGIN CERTIFICATE----- MIIChTCCAe4CAQAwDQYJKoZIhv......Qw== -----END CERTIFICATE----- |
| 証明書を保有するローカルファイルへのパス。 | C:\cert.cer |
| 公開鍵(例では省略されています) | -----BEGIN RSA PUBLIC KEY----- MIGfMA0GCSq......AQAB -----END RSA PUBLIC KEY----- |
| MD5 Thumbprint(hex 値はスペースまたはコロン区切り) | ecadbdda5a1529c58a1e9e09828d70e4 |
| SHA1 Thumbprint(hex 値はスペースまたはコロン区切り) | 34a929226ae0819f2ec14b4a3d904f801cbb150d |
Note:'*' を使用してすべての証明書を受け入れるように指定することも可能ですが、セキュリティ上の懸念があるため推奨されません。
このセクションでは、本プロバイダーの接続文字列で設定可能なFirewall プロパティの全リストを提供します。
| プロパティ | 説明 |
| FirewallType | provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。 |
| FirewallServer | ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。 |
| FirewallPort | プロキシベースのファイアウォールで使用するTCP ポートを指定します。 |
| FirewallUser | プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。 |
| FirewallPassword | プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。 |
provider がプロキシベースのファイアウォールを介してトラフィックをトンネリングするために使用するプロトコルを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
Note:デフォルトでは、Sync App はシステムプロキシに接続します。この動作を無効化し、次のプロキシタイプのいずれかに接続するには、ProxyAutoDetect をfalse に設定します。
次の表は、サポートされている各プロトコルのポート番号情報です。
| プロトコル | デフォルトポート | 説明 |
| TUNNEL | 80 | Sync App がCertinia への接続を開くポート。トラフィックはこの場所のプロキシを経由して行き来します。 |
| SOCKS4 | 1080 | Sync App がCertinia への接続を開くポート。SOCKS 4 は次にFirewallUser 値をプロキシに渡し、接続リクエストが許容されるかどうかを決定します。 |
| SOCKS5 | 1080 | Sync App がCertinia にデータを送信するポート。SOCKS 5 プロキシに認証が必要な場合には、FirewallUser およびFirewallPassword をプロキシが認識する認証情報に設定します。 |
HTTP プロキシへの接続には、ProxyServer およびProxyPort ポートを使ってください。HTTP プロキシへの認証には、ProxyAuthScheme、ProxyUser、およびProxyPassword を使ってください。
ファイアウォールを通過し、ユーザーのクエリをネットワークリソースに中継するために使用されるプロキシのIP アドレス、DNS 名、またはホスト名を識別します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールで使用するTCP ポートを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールに認証するアカウントのユーザーID を識別します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
プロキシベースのファイアウォールで認証するユーザーアカウントのパスワードを指定します。
プロキシベースのファイアウォール(またはプロキシファイアウォール)は、ユーザーのリクエストとそれがアクセスするリソースの間に介在するネットワークセキュリティデバイスです。 プロキシは認証済みのユーザーのリクエストを受け取り、ファイアウォールを通過して適切なサーバーにリクエストを送信します。
プロキシは、リクエストを送信したユーザーに代わってデータバケットを評価し転送するため、ユーザーはサーバーに直接接続することなく、プロキシのみに接続します。
このセクションでは、本プロバイダーの接続文字列で設定可能なProxy プロパティの全リストを提供します。
| プロパティ | 説明 |
| ProxyAutoDetect | provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。 |
| ProxyServer | HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレスを指定します。 |
| ProxyPort | クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバーのTCP ポートを指定します。 |
| ProxyAuthScheme | ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。 |
| ProxyUser | ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名を提供します。 |
| ProxyPassword | ProxyUser 接続プロパティで指定されたユーザーのパスワードを指定します。 |
| ProxySSLType | ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプを指定します。 |
| ProxyExceptions | ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリストを指定します。 |
provider が、手動で指定されたプロキシサーバーを使用するのではなく、既存のプロキシサーバー構成についてシステムプロキシ設定をチェックするかどうかを指定します。
この接続プロパティをTrue に設定すると、Sync App は既存のプロキシサーバー構成についてシステムプロキシ設定をチェックします(プロキシサーバーの詳細を手動で入力する必要はありません)。
この接続プロパティは他のプロキシ設定より優先されます。特定のプロキシサーバーに接続するためにSync App を構成する場合は、ProxyAutoDetect をFalse に設定します。
HTTP プロキシへの接続には、ProxyServer を参照してください。SOCKS やトンネリングなどの他のプロキシには、FirewallType を参照してください。
HTTP トラフィックをルートするプロキシサーバーのホストネームもしくはIP アドレスを指定します。
ProxyAutoDetect がFalse に設定されている場合、Sync App はこの接続プロパティで指定されたプロキシサーバーを通じてのみHTTP トラフィックをルーティングします。
ProxyAutoDetect がTrue(デフォルト)に設定されている場合、Sync App は代わりにシステムプロキシ設定で指定されたプロキシサーバーを介してHTTP トラフィックをルーティングします。
クライアントとの間でHTTP トラフィックをルーティングするために予約された、指定されたプロキシサーバーのTCP ポートを指定します。
ProxyAutoDetect がFalse に設定されている場合、Sync App はこの接続プロパティで指定されたProxyServer ポートを通じてのみHTTP トラフィックをルーティングします。
ProxyAutoDetect がTrue(デフォルト)に設定されている場合、Sync App は代わりにシステムプロキシ設定で指定されたプロキシサーバーポートを介してHTTP トラフィックをルーティングします。
その他のプロキシタイプについては、FirewallType を参照してください。
ProxyServer 接続プロパティで指定されたプロキシサーバーに対して認証する際にprovider が使用する認証方法を指定します。
サポートされる認証の種類:
NONE 以外のすべての値については、ProxyUser およびProxyPassword 接続プロパティも設定する必要があります。
SOCKS 5 認証のような他の認証タイプを使用するには、FirewallType を参照してください。
ProxyServer 接続プロパティで指定されたプロキシサーバーに登録されているユーザーアカウントのユーザー名を提供します。
ProxyUser および ProxyPassword 接続プロパティは、ProxyServer で指定されたHTTP プロキシに対して接続よび認証するために使用されます。
ProxyAuthScheme で利用可能な認証タイプを1つ選択した後、このプロパティを以下のように設定します。
| ProxyAuthScheme の値 | ProxyUser に設定する値 |
| BASIC | プロキシサーバーに登録されているユーザーのユーザー名。 |
| DIGEST | プロキシサーバーに登録されているユーザーのユーザー名。 |
| NEGOTIATE | プロキシサーバーが属するドメインまたは信頼されたドメイン内の有効なユーザーであるWindows ユーザーのユーザー名。user@domain またはdomain\user の形式で指定。 |
| NTLM | プロキシサーバーが属するドメインまたは信頼されたドメイン内の有効なユーザーであるWindows ユーザーのユーザー名。user@domain またはdomain\user の形式で指定。 |
| NONE | ProxyPassword 接続プロパティは設定しないでください。 |
Note:Sync App は、ProxyAutoDetect がFalse に設定されている場合にのみ、このユーザー名を使用します。 ProxyAutoDetect がTrue(デフォルト)に設定されている場合、Sync App は代わりにシステムのプロキシ設定で指定されているユーザー名を使用します。
ProxyUser 接続プロパティで指定されたユーザーのパスワードを指定します。
ProxyUser および ProxyPassword 接続プロパティは、ProxyServer で指定されたHTTP プロキシに対して接続よび認証するために使用されます。
ProxyAuthScheme で利用可能な認証タイプを1つ選択した後、このプロパティを以下のように設定します。
| ProxyAuthScheme の値 | ProxyPassword に設定する値 |
| BASIC | ProxyUser で指定したプロキシサーバーユーザーに紐付けられたパスワード。 |
| DIGEST | ProxyUser で指定したプロキシサーバーユーザーに紐付けられたパスワード。 |
| NEGOTIATE | ProxyUser で指定したWindows ユーザーアカウントに紐付けられたパスワード。 |
| NTLM | ProxyUser で指定したWindows ユーザーアカウントに紐付けられたパスワード。 |
| NONE | ProxyPassword 接続プロパティは設定しないでください。 |
SOCKS 5 認証もしくは、トンネリングは、FirewallType を参照してください。
Note:Sync App は、ProxyAutoDetect がFalse に設定されている場合にのみ、このパスワードを使用します。 ProxyAutoDetect がTrue(デフォルト)に設定されている場合、Sync App は代わりにシステムのプロキシ設定で指定されているパスワードを使用します。
ProxyServer 接続プロパティで指定されたプロキシサーバーに接続する際に使用するSSL タイプを指定します。
このプロパティは、ProxyServer で指定されたHTTP プロキシへの接続にSSL を使用するかどうかを決定します。この接続プロパティには、以下の値を設定できます。
| AUTO | デフォルト設定。ProxyServer がHTTPS URL に設定されている場合、Sync App は、TUNNEL オプションを使用します。ProxyServer がHTTP URL に設定されている場合、コンポーネントはNEVER オプションを使用します。 |
| ALWAYS | 接続は、常にSSL 有効となります。 |
| NEVER | 接続は、SSL 有効になりません。 |
| TUNNEL | 接続はトンネリングプロキシ経由で行われます。プロキシサーバーがリモートホストへの接続を開き、プロキシを経由して通信が行われます。 |
ProxyServer 接続プロパティで設定されたプロキシサーバー経由での接続が免除される宛先ホスト名またはIP のセミコロン区切りのリストを指定します。
ProxyServer は、このプロパティで定義されたアドレスを除くすべてのアドレスに使用されます。セミコロンを使用してエントリを区切ります。
Note:Sync App はデフォルトでシステムプロキシ設定を使用するため、それ以上の設定は必要ありません。 この接続にプロキシ例外を明示的に設定する場合は、ProxyAutoDetect をFalse に設定します。
このセクションでは、本プロバイダーの接続文字列で設定可能なLogging プロパティの全リストを提供します。
| プロパティ | 説明 |
| LogModules | ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。 |
ログファイルに含めるコアモジュールを指定します。セミコロンで区切られたモジュール名のリストを使用します。デフォルトでは、すべてのモジュールがログに記録されます。
Sync App は、実行する各操作の詳細を Logfile 接続プロパティで指定されたログファイルに書き込みます。
ログに記録される各操作は、モジュールと呼ばれるカテゴリに分類されます。各モジュールには対応する短いコードがあり、個々の Sync App の操作がどのモジュールに属するかを示すラベルとして使用されます。
この接続プロパティにモジュールコードをセミコロン区切りのリストで設定すると、指定したモジュールに属する操作のみがログファイルに書き込まれます。この設定は今後のログ記録にのみ適用され、既存のログファイルの内容には影響しません。例: INFO;EXEC;SSL;META;
デフォルトでは、すべてのモジュールの操作がログに含まれます。
モジュールを明示的に除外するには、先頭に「-」を付けます。例: -HTTP
サブモジュールにフィルターを適用するには、<モジュール名>.<サブモジュール名> の構文で指定します。たとえば、次の値を設定すると、Sync App は HTTP モジュールに属するアクションのみをログに記録し、さらに HTTP モジュールの Res サブモジュールに属するアクションを除外します: HTTP;-HTTP.Res
Verbosity 接続プロパティによるログファイルのフィルタリングは、この接続プロパティによるフィルタリングよりも優先されます。そのため、Verbosity 接続プロパティで指定したレベルよりも高い詳細レベルの操作は、この接続プロパティで指定したモジュールに属していても、ログファイルには出力されません。
使用可能なモジュールとサブモジュールは次のとおりです。
| モジュール名 | モジュールの説明 | サブモジュール |
| INFO | 一般情報。接続文字列、製品バージョン(ビルド番号)、および初期接続メッセージが含まれます。 |
|
| EXEC | クエリ実行。ユーザーが記述した SQL クエリ、解析済み SQL クエリ、正規化済み SQL クエリの実行メッセージが含まれます。クエリおよびクエリページの成功/失敗メッセージもここに表示されます。 |
|
| HTTP | HTTP プロトコルメッセージ。HTTP リクエスト/レスポンス(POST メッセージを含む)、および Kerberos 関連のメッセージが含まれます。 |
|
| WSDL | WSDL/XSD ファイルの生成に関するメッセージ。 | — |
| SSL | SSL 証明書メッセージ。 |
|
| AUTH | 認証関連の失敗/成功メッセージ。 |
|
| SQL | SQL トランザクション、SQL 一括転送メッセージ、および SQL 結果セットメッセージが含まれます。 |
|
| META | メタデータキャッシュとスキーマメッセージ。 |
|
| FUNC | SQL 関数の実行に関連する情報。 |
|
| TCP | TCP トランスポートレイヤーメッセージでの送受信生バイト。 |
|
| FTP | File Transfer Protocol に関するメッセージ。 |
|
| SFTP | Secure File Transfer Protocol に関するメッセージ。 |
|
| POP | Post Office Protocol 経由で転送されるデータに関するメッセージ。 |
|
| SMTP | Simple Mail Transfer Protocol 経由で転送されるデータに関するメッセージ。 |
|
| CORE | 他のモジュールでカバーされていない、さまざまな製品内部操作に関連するメッセージ。 | — |
| DEMN | SQL リモーティングに関連するメッセージ。 | — |
| CLJB | 一括データアップロード(クラウドジョブ)に関するメッセージ。 |
|
| SRCE | 他のモジュールに属さない、製品が生成するその他のメッセージ。 | — |
| TRANCE | 低レベルの製品操作に関する高度なメッセージ。 | — |
このセクションでは、本プロバイダーの接続文字列で設定可能なSchema プロパティの全リストを提供します。
| プロパティ | 説明 |
| Location | テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。 |
| BrowsableSchemas | レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。 |
| Tables | レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。 |
| Views | レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。 |
テーブル、ビュー、およびストアドプロシージャを定義するスキーマファイルを格納するディレクトリの場所を指定します。サービスの要件に応じて、これは絶対パスまたは相対パスのいずれかで表されます。
Location プロパティは、定義をカスタマイズしたり(例えば、カラム名を変更する、カラムを無視するなど)、新しいテーブル、ビュー、またはストアドプロシージャでデータモデルを拡張する場合にのみ必要です。
指定しない場合、デフォルトの場所は%APPDATA%\\CData\\FinancialForce Data Provider\\Schema となり、%APPDATA%はユーザーのコンフィギュレーションディレクトリに設定されます:
| プラットフォーム | %APPDATA% |
| Windows | APPDATA 環境変数の値 |
| Linux | ~/.config |
レポートされるスキーマを利用可能なすべてのスキーマのサブセットに制限するオプション設定。例えば、 BrowsableSchemas=SchemaA,SchemaB,SchemaC です。
利用可能なデータベーススキーマをすべてリストすると余分な時間がかかり、パフォーマンスが低下します。 接続文字列にスキーマのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
レポートされるテーブルを利用可能なすべてのテーブルのサブセットに制限するオプション設定。例えば、 Tables=TableA,TableB,TableC です。
データベースによっては、利用可能なすべてのテーブルをリストするのに時間がかかり、パフォーマンスが低下する場合があります。 接続文字列にテーブルのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
利用可能なテーブルがたくさんあり、すでに作業したいテーブルが決まっている場合、このプロパティを使用して対象のテーブルのみに表示を制限することができます。これを行うには、カンマ区切りのリストで使用したいテーブルを指定します。各テーブルは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Tables=TableA,[TableB/WithSlash],WithCatalog.WithSchema.`TableC With Space` です。
Note:複数のスキーマまたはカタログを持つデータソースに接続する場合は、表示する各テーブルを完全修飾名で指定する必要があります。これにより、複数のカタログやスキーマに存在するテーブルが混同されることを防ぎます。
レポートされたビューを使用可能なテーブルのサブセットに制限するオプション設定。例えば、 Views=ViewA,ViewB,ViewC です。
データベースによっては、利用可能なすべてのビューをリストするのに時間がかかり、パフォーマンスが低下する場合があります。 接続文字列にビューのリストを指定することで、時間を節約しパフォーマンスを向上させることができます。
利用可能なビューがたくさんあり、すでに作業したいビューが決まっている場合、このプロパティを使用して対象のビューのみに表示を制限することができます。これを行うには、カンマ区切りのリストで使用したいビューを指定します。各ビューは、角かっこ、二重引用符、またはバッククオートを使用してエスケープされた特殊文字列を含む有効なSQL 識別子である必要があります。 例えば、Views=ViewA,[ViewB/WithSlash],WithCatalog.WithSchema.`ViewC With Space` です。
Note:複数のスキーマまたはカタログを持つデータソースに接続する場合は、確認する各ビューを完全修飾名で指定する必要があります。これにより、複数のカタログやスキーマに存在するビューが混同されることを防ぎます。
このセクションでは、本プロバイダーの接続文字列で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AllOrNone | リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。 |
| ArchiveMode | 標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。 |
| ContinueOnAlterException | ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。 |
| ExposeConceptualEntities | Certinia のレコードタイプを個別のテーブルとして公開するかどうかを指定します。 |
| FilterScope | Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。 |
| IncludeMetadataDescription | Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。 |
| IncludeReports | Certinia レポートをスキーマ内のビューとして公開するかどうかを指定します。 |
| MaxRows | 集計やGROUP BY を含まないクエリで返される最大行数を指定します。 |
| NullBooleanBehavior | このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。 |
| Other | 特定の問題に対処するため、特殊なシナリオ向けの高度な接続プロパティを指定します。このプロパティは、サポートチームの指示がある場合にのみ使用してください。 |
| PseudoColumns | テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。 |
| RemoveBOMCharacter | provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。 |
| RemovePrivateChar | 取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReplaceInvalidUTF8Chars | コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。 |
| ReportExactPicklistLength | Certinia で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。 |
| ServerSideAggregation | SUM、COUNT、GROUP BY などの集計操作をCertinia サーバーで実行するか、クライアント側で処理するかを指定します。 |
| SessionTimeout | Certinia ログインセッションが期限切れになる前に再利用される時間(分)を指定します。 |
| SkipPickListTranslation | データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。 |
| SortColumns | テーブルカラムを名前でアルファベット順にソートするか、Certinia で提供される順序で報告するかを指定します。 |
| Timeout | provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。 |
| TranslatePickListFields | 選択リストフィールドの値を、現在認証されているCertinia ユーザーの言語に翻訳するかどうかを指定します。 |
| UseDisplayNames | メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。 |
| UserDefinedViews | カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。 |
| UseToolingAPI | メタデータと開発関連オブジェクトの取得・変更にCertinia Tooling API を使用するかどうかを指定します。 |
リクエスト内のすべての挿入、更新、または削除操作において、個別のレコードが失敗した場合にすべての操作を失敗させるかどうかを指定します。
AllOrNone がtrue に設定されている場合、挿入、更新、または削除操作中に単一のレコードが失敗すると、リクエスト全体がロールバックされ、レコードはコミットされません。
AllOrNone がfalse に設定されている場合、一部のレコードが失敗しても、バッチ内の成功したレコードはコミットされます。
このプロパティはBulk API リクエストを使用する場合には適用されません。
標準のSELECT クエリで削除済みおよびアーカイブされたレコードを含めるかどうかを指定します。
デフォルトでは、Certinia はクエリ結果から削除済みおよびアーカイブされたレコードを除外します。 ArchiveMode がtrue に設定されている場合、Sync App はこれらのレコードを含む代替クエリ動作を使用します。 これはSalesforce のqueryAll 操作に対応し、アクティブなレコードと標準クエリでは返されない論理削除されたレコードの両方を取得します。
この設定は、完全に削除される前の削除済みレコードの取得、履歴レポート用のアーカイブデータへのアクセス、または完全なデータセットが必要な監査の実行に役立ちます。
queryAll 動作で取得される削除済みレコードは、完全に削除されるまでの間のみ利用可能で、通常は削除から15日後となります。 削除済みおよびアーカイブされたレコードを含めると、API 使用量が増加し、大幅に増大したデータセットとなる可能性があり、クエリのパフォーマンスに影響を与える場合があります。 アクティブなレコードのみが必要な場合は、ArchiveMode をfalse に設定しておくことで、不要なデータ取得を避けて効率を向上させることができます。
ALTER ステートメントの一つが失敗した後に、provider が後続のALTER ステートメントの実行を続行するかどうかを指定します。
テーブルスキーマを変更する際、Certinia では単一のALTER ステートメントで変更できるカラム数に制限があります。 これに準拠するため、Sync App はALTER ステートメントを自動的に複数の小さなステートメントに分割し、それぞれ最大10 カラムまで変更します。
ContinueOnAlterException がtrue に設定されている場合、Sync App は一つのステートメントが失敗しても、残りのALTER ステートメントの実行を続行します。 false に設定されている場合、エラーが発生すると処理は即座に停止します。
このプロパティをtrue に設定すると、一部のステートメントが失敗してもスキーマ変更を部分的に進めることができ、バッチ更新や重要でないカラムの変更に役立ちます。 ただし、これを有効にすると、一部の変更が成功し他が失敗した場合、テーブル構造に不整合が生じる可能性があります。
このプロパティは、Certinia オブジェクトでスキーマ更新を実行する際に、エラー処理と実行の継続性のバランスを取る必要がある場合に役立ちます。
Certinia のレコードタイプを個別のテーブルとして公開するかどうかを指定します。
各Certinia オブジェクトは、ビジネスプロセスに基づいてオブジェクト内のレコードを分類する複数のレコードタイプを持つことができます。 例えば、Account オブジェクトには、Partner、Customer、Supplier などのレコードタイプが含まれ、それぞれが異なるページレイアウト、ビジネスプロセス、選択リスト値を持つことがあります。
デフォルトでは、レコードタイプは個別のテーブルとして公開されず、すべてのレコードが単一のテーブル内に表示されます。 ExposeConceptualEntities がtrue に設定されている場合、Sync App は各レコードタイプ用の追加テーブルを作成し、分類されたデータへの直接アクセスを可能にします。 この機能により、ユーザーは単一のテーブル内でフィルタリングすることなく、特定のタイプのレコードを取得できるため、クエリが簡素化されます。
メタデータの複雑性:このプロパティを有効にすると、スキーマ内のテーブル数が大幅に増加する可能性があります。 多くのレコードタイプを持つ大規模なCertinia インスタンスでは、メタデータの取得時間が長くなる可能性があります。
スキーマの変更:Certinia 管理者がレコードタイプを追加または削除した場合、利用可能なテーブルが動的に変更されるため、クエリと統合において調整が必要になる場合があります。
クエリの最適化:この機能はレコードの取得を簡素化しますが、ユーザーは標準オブジェクトテーブルでフィルタを使用して同じ結果を得ることもできます。 例: SELECT * FROM Account WHERE RecordType = 'Partner'
このプロパティは、レコードタイプがビジネスプロセスをセグメント化するために頻繁に使用される複雑な Certinia 実装で作業する際に役立ちます。また、ユーザーが特定のレコードカテゴリにアクセスするためのより構造化された方法を必要とする場合にも有用です。この設定を有効にすると、メタデータの複雑性が増す代償として、より明確なスキーマ構成を提供できます。
Salesforce のUSING SCOPE キーワードを使用してクエリで返されるレコードを制限するオプションのスコープを指定します。
SOQL クエリを実行する際、このプロパティは"USING SCOPE" キーワードを追加し、選択されたフィルタスコープに基づいてクエリ結果を制限します。 これにより、Salesforce でのユーザーのロールと可視性設定に最も関連するレコードにクエリを絞り込むことができます。
例えば、FilterScope がMine に設定されている場合、クエリは現在認証されているユーザーが所有するレコードのみを取得します: SELECT Id, Name FROM Account USING SCOPE Mine
FilterScope がMineAndMyGroups に設定されている場合、クエリ結果はユーザーとその所属グループの両方が所有するレコードを含むように拡張されます。
FilterScope を使用することで、返されるレコード数を減らすことによりクエリパフォーマンスを向上させることができます。特に大規模なデータセットにおいて効果的です。 ただし、過度に制限的な設定は、クエリ結果から必要なレコードを除外してしまう可能性があるため、適切なスコープを選択するようにしてください。
このプロパティは、マルチユーザー環境において、ユーザーが自身のロール、チーム、または割り当てられたテリトリーに関連するレコードを取得するのに役立ちます。
Salesforce Metadata API からカラム、テーブル、またはその両方の説明を取得するかどうかを指定します。
Certinia Metadata API は、テーブルとカラムの説明を提供し、データ検索とスキーマドキュメントに役立ちます。 デフォルトでは説明は取得されませんが、このプロパティにより必要に応じて追加のメタデータを取得できます。次に例を示します。
このプロパティを有効にするとAPI コール数が増加し、特に大規模なスキーマを持つ環境でパフォーマンスに影響を与える可能性があります。 過度のAPI リクエストを避けるため、必要な場合にのみ使用することを検討してください。
このプロパティは、スキーマの探索、ドキュメント、またはレポートツールで追加のメタデータコンテキストが必要な場合に役立ちます。
Certinia レポートをスキーマ内のビューとして公開するかどうかを指定します。
Certinia レポートは、ユーザーがCertinia UI 内で作成する、事前定義された構造化データビューを提供します。 IncludeReports がtrue に設定されている場合、プロバイダーはレポートをビューとして公開し、データベーステーブルのようにクエリ可能にします。
クエリの柔軟性:ビューとして公開されたレポートは直接クエリできますが、Certinia レポートの制限を継承するため、標準テーブルのように変更することはできません。
API 使用量:このプロパティを有効にすると、レポートデータを取得するために追加のAPI リクエストが発生する可能性があります。クエリにレポートが不要な場合は、API 消費量を削減するために無効にすることを検討してください。
アクセス制御:レポートをクエリするユーザーは、レポートにビューとしてアクセスするためにCertinia で適切な権限を持っている必要があります。
このプロパティは、Certinia レポートを分析ワークフローに統合する際に役立ち、Certinia UI からデータを手動でエクスポートすることなく、事前構築されたレポートを直接クエリできるようになります。
集計やGROUP BY を含まないクエリで返される最大行数を指定します。
このプロパティのデフォルト値である-1 は、クエリに明示的にLIMIT 句が含まれていない限り、行の制限が適用されないことを意味します。 (クエリにLIMIT 句が含まれている場合、クエリで指定された値がMaxRows 設定よりも優先されます。)
MaxRows を0より大きい整数に設定することで、クエリがデフォルトで過度に大きな結果セットを返さないようにします。
このプロパティは、非常に大きなデータセットを返す可能性のあるクエリを実行する際に、パフォーマンスを最適化し、過剰なリソース消費を防ぐのに役立ちます。
このプロパティは、Boolean カラムに対してNULL 値をどのように処理するかを決定します。
デフォルトでは、Boolean カラムにNULL 値が発生した場合、ドライバーはNULL 値を無視します。 * NullBooleanBehavior='IGNORE' の場合、CUD 操作ではNULL 値は無視され、SELECT 操作ではドライバーはNULL 値と比較します。 * NullBooleanBehavior='FALSE' の場合、CUD 操作およびSELECT 操作でNULL 値は'False' に変換されます。
特定の問題に対処するため、特殊なシナリオ向けの高度な接続プロパティを指定します。このプロパティは、サポートチームの指示がある場合にのみ使用してください。
このプロパティにより、シニアユーザーはサポートチームのアドバイスに基づいて、特定の状況に対応する隠しプロパティを設定できます。 これらの設定は通常のユースケースには必要ありませんが、特定の要件に対応したり、追加の機能を提供したりすることができます。 複数のプロパティを定義するには、セミコロンで区切られたリストを使用します。
Note:特定のシナリオや問題に対処するためにサポートチームから助言があった場合にのみ、これらのプロパティを設定することを強く推奨します。
| プロパティ | 説明 |
| DefaultColumnSize | データソースがメタデータにカラムの長さを提供しない場合に、文字列フィールドのデフォルトの長さを設定します。デフォルト値は2000です。 |
| ConvertDateTimeToGMT=True | 日時の値を、マシンのローカルタイムではなくGMT グリニッジ標準時に変換します。デフォルト値はFalse(ローカルタイムを使用)です。 |
| RecordToFile=filename | 基底のソケットデータ転送を指定のファイルに記録します。 |
テーブルカラムとして公開する擬似カラムを、'TableName=ColumnName;TableName=ColumnName' の形式の文字列で指定します。
このプロパティを使用すると、Sync App がテーブルカラムとして公開する擬似カラムを定義できます。
個々の擬似カラムを指定するには、以下の形式を使用します。
Table1=Column1;Table1=Column2;Table2=Column3
すべてのテーブルのすべての擬似カラムを含めるには、次を使用してください:
*=*
provider がコンテンツからバイトオーダーマーク(BOM)文字(0xFEFF)を削除するかどうかを指定します。
BOM 文字(0xFEFF)は、バイト順序を示すためにUTF-8 またはUTF-16 エンコードされたファイルやAPI レスポンスの先頭に存在することがあります。 ただし、この文字は、特にCSV インポート、API レスポンス、またはメタデータを読み取る際に、コンテンツの解析や処理で問題を引き起こす可能性があります。
RemoveBOMCharacter がtrue に設定されている場合、Sync App は受信コンテンツからBOM 文字を削除して、クリーンな解析を確保し、クエリ結果やメタデータ検出でエラーや予期しない文字を回避します。
BOM 文字を削除することで、このマーカーを含む外部データソースやAPI と作業する際の互換性が向上する可能性があります。 ただし、ソースシステムがエンコーディング解釈のためにBOM に依存している場合、それを削除すると、特定のエッジケースで文字エンコーディングの誤解釈を引き起こす可能性があります。 このプロパティは一般的に、コンテンツの先頭で予期しない文字や解析エラーが発生する場合に有効にする必要があります。
このプロパティは、BOM 文字が存在して解析の問題を引き起こすファイルインポート、ストリームデータ、またはAPI レスポンスを扱う際に、クリーンな入力を処理するのに役立ちます。
取得されたコンテンツ内の私用文字を '?' 文字に置き換えるかどうかを指定します。
私用文字は、アプリケーション固有の使用のために予約されたUnicode 文字であり、標準的な意味は割り当てられていません。 一部のCertinia データやメタデータ応答にはこれらの文字が含まれている場合があり、これらを認識またはサポートしないダウンストリームアプリケーション、エクスポート、または解析ツールで問題を引き起こす可能性があります。
RemovePrivateChar がtrue に設定されている場合、Sync App は遭遇した私用文字を '?' に置き換えて互換性を確保し、解析や表示エラーを防ぎます。
このプロパティを有効にすると、私用文字を適切に処理しないデータエクスポート、ログ、またはアプリケーションで作業する際に、よりクリーンで標準化された出力が確保されます。 ただし、文字を置き換えることで、これらの文字がカスタムエンコーディングや注釈に意図的に使用されていた場合、非標準情報が失われる可能性があります。
このプロパティは、厳密な文字処理を必要とするシステムで作業する場合や、Certinia データ内の見えない文字やサポートされていない文字で問題が発生する場合に役立ちます。
コンテンツ内の無効なUTF-8 文字を '?' 文字に置き換えるかどうかを指定します。
Certinia からのAPI 応答やデータに、無効または破損したUTF-8 シーケンスが含まれている場合があります。 これらは、適切な形式のUTF-8 コンテンツを期待するダウンストリームアプリケーションで、解析エラー、エクスポートの失敗、またはその他の問題を引き起こす可能性があります。
ReplaceInvalidUTF8Chars がtrue に設定されている場合、Sync App は無効なUTF-8 文字を '?' に置き換えて、厳密なエンコーディング準拠を実施するシステムでデータが安全に利用できるようにします。 これにより、データ取得エラーを防ぎ、エクスポートやレポートワークフローでの失敗を回避します。
このプロパティを有効にすると、厳密なUTF-8 準拠を必要とするシステムでのデータ互換性と安定性が確保されます。 ただし、文字を置き換えることで、無効な文字が非標準データの一部であった場合に、元の情報が失われる可能性があります。 データ結果でエンコーディングエラーや読み取り不可能な文字が発生する場合に、このプロパティを使用してください。
このプロパティは、クリーンで適切な形式のUTF-8 データを必要とし、エンコーディングの問題を許容できない外部アプリケーションやデータパイプラインで作業する場合に役立ちます。
Certinia で定義されている選択リストフィールドの正確な長さを報告するか、デフォルトの長さの255で報告するかを指定します。
デフォルトでは、Sync AppはCertinia での実際の長さに関係なく、すべての選択リストフィールドを長さ255 で報告します。 これによりスキーマ定義が簡素化されますが、フィールド制約を正確に反映しない場合があります。
このプロパティがtrue に設定されている場合、Sync App は各選択リストフィールドをCertinia メタデータで定義されている正確な長さで報告します。 これは、フィールドサイズ制約への厳密な準拠を必要とするアプリケーションや統合に役立ちます。
正確な長さを報告することで、スキーマ検出の複雑性が若干増加する可能性がありますが、データ検証とフォーム生成のための正確なメタデータが確保されます。 固定長の255 を使用するとスキーマ管理が簡素化されますが、値がCertinia によって実際に実施される制限を超える場合に問題が発生する可能性があります。 このプロパティは、選択リストフィールドに対するSalesforce の正確なフィールド制約を尊重する必要があるシステムで作業する場合に有効にする必要があります。
このプロパティは、統合、フォーム、または検証ロジックを設計する際に選択リストフィールドの正確なメタデータを必要とする開発者やデータアーキテクトに役立ちます。
SUM、COUNT、GROUP BY などの集計操作をCertinia サーバーで実行するか、クライアント側で処理するかを指定します。
ServerSideAggregation がtrue に設定されている場合、Sync App は集計ロジックをCertinia API にプッシュし、クライアント側の処理を削減して、小規模または構造化されたクエリの効率を向上させます。 ただし、サーバーサイドの集計には制限があります。例えば、非プライマリキーフィールドで2,000レコードを超える集計クエリを実行すると、Certinia はEXCEEDED_ID_LIMIT エラーを返す場合があります。 このような場合、ServerSideAggregation をfalse に設定することで、Sync App はクライアントサイドで集計を実行し、この制限に達することなくクエリを完了できます。
サーバーサイドの集計を有効にすると、処理がCertinia にオフロードされ、サポートされる操作と小さな結果セットでクエリ速度を大幅に向上させることができます。 ただし、非プライマリキーフィールドでの大規模な集計は、API 制限により失敗する可能性があります。 このプロパティを無効にすると、集計処理がクライアントに移行され、API エラーを回避できますが、ローカルリソースの使用量と処理時間が増加する可能性があります。
このプロパティは、大規模なデータセットや非プライマリキーフィールドで集計を行うクエリで作業する際に役立ち、Salesforce の集計機能の制限を処理する柔軟性を提供します。
Certinia ログインセッションが期限切れになる前に再利用される時間(分)を指定します。
Sync App は、提供された認証資格情報を使用してCertinia でログインセッションを作成します。このセッションは、繰り返しの認証リクエストを避けるために、後続のクエリで再利用されます。
SessionTimeout プロパティは、このログインセッションがアクティブに保たれる時間を制御します。SessionTimeout を0に設定すると、セッションの再利用が完全に無効になり、プロバイダーはすべてのリクエストで認証を実行するようになります。 これは、より厳格なセキュリティが必要なシナリオや、短期間の資格情報ポリシーを扱う場合に役立ちます。
このプロパティは、Basic 認証とSSO 接続にのみ適用されます。OAuth は、セッションの有効期限とトークンの更新を異なる方法で処理するため、OAuth ベースの認証では使用されません。
このプロパティは、Basic 認証またはSSO に依存する環境でパフォーマンスの最適化とセキュリティ要件のバランスを取る際に役立ちます。
データ取得時に選択リストの翻訳をスキップするカラムをカンマ区切りで指定します。
TranslatePickListFields が有効な場合、Sync App はユーザーのCertinia 言語設定に基づいて選択リスト値を自動的に翻訳します。 ただし、翻訳が不要で、代わりに元の選択リスト値を返すべき特定のカラムがある場合があります。
SkipPickListTranslation プロパティでは、翻訳せずに元の選択リスト値を保持するカラムを指定できます。 カラムは、テーブル名で完全修飾(例:Table1.Col1)するか、コンテキストが明確な場合はカラム名のみで指定できます。
このプロパティは、レポート、エクスポートの一貫性、または翻訳されていない選択リスト値に依存する他のシステムとの統合のために、元の選択リスト値を保持する必要がある開発者やアナリストに役立ちます。
翻訳をスキップするカラムを指定することで、不要なAPI 翻訳オーバーヘッドを削減し、大規模なクエリでパフォーマンスを向上させることができます。 また、翻訳された値と外部システムの参照データとの不整合を回避するのにも役立ちます。 翻訳が意図せずスキップされることを防ぐため、リストされたカラムが正確であることを確認してください。
テーブルカラムを名前でアルファベット順にソートするか、Certinia で提供される順序で報告するかを指定します。
デフォルトでは、Sync App はCertinia から返される順序と同じ順序でカラムを報告します。 Sync App によって追加されるメタデータカラムなどの疑似カラムが有効になっている場合、これらのカラムはカラムリストの最後に追加されます。
SortColumns がtrue に設定されている場合、Sync App は疑似カラムを含むすべてのカラムをアルファベット順で報告します。 これにより、メタデータを表示するユーザーインターフェースや開発ツールでカラムリストをナビゲートしやすくなります。
カラムのソートはクエリパフォーマンスに影響しませんが、メタデータの表示方法が変わります。 アルファベット順はカラムの発見しやすさを向上させることができますが、Salesforce が元来意図した論理的なグループ化や順序を認識しにくくなる可能性があります。 このプロパティは、開発者やユーザーが開発やレポートの利便性のために予測可能でアルファベット順にソートされたカラムリストに依存するシナリオで最も有用です。
provider がタイムアウトエラーを返すまでにサーバーからの応答を待機する最大時間を秒単位で指定します。
タイムアウトは、クエリや操作全体ではなくサーバーとの個々の通信に適用されます。 例えば、各ページング呼び出しがタイムアウト制限内に完了する場合、クエリは60秒を超えて実行を続けることができます。
タイムアウトはデフォルトで60秒に設定されています。タイムアウトを無効にするには、このプロパティを0に設定します。
タイムアウトを無効にすると、操作が成功するか、サーバー側のタイムアウト、ネットワークの中断、またはサーバーのリソース制限などの他の条件で失敗するまで無期限に実行されます。
Note: このプロパティは慎重に使用してください。長時間実行される操作がパフォーマンスを低下させたり、応答しなくなる可能性があるためです。
選択リストフィールドの値を、現在認証されているCertinia ユーザーの言語に翻訳するかどうかを指定します。
デフォルトでは、Sync App はCertinia に保存されている元の選択リスト値を取得します。 TranslatePickListFields がtrue に設定されている場合、Sync App は、ユーザーのCertinia プロファイル設定に基づいて、これらの値をユーザーの優先言語に翻訳します。 これにより、選択リスト値がCertinia UI でユーザーが見るものと一致する、馴染みのあるローカライズされた形式で表示されるようになります。
この設定は、翻訳により明確性と使いやすさが向上するレポート、ダッシュボード、ユーザー向けアプリケーションで特に有用です。 ただし、元の選択リスト値に依存するシステムやデータセットとの統合が必要な場合は、このプロパティを無効にしておく必要があります。
選択リストの翻訳を有効にすると、追加のAPI 呼び出しやメタデータ検索が発生する可能性があり、スキーマ検出時間やクエリオーバーヘッドがわずかに増加する場合があります。 さらに、翻訳されていない値を保存する外部システムとの整合性を保つには、このプロパティを無効にするか、選択的制御のためにSkipPickListTranslation を使用する必要があります。
このプロパティは、多言語環境をサポートし、各認証されたユーザーのローカル言語で選択リストフィールドを表示したい組織に役立ちます。
メタデータの一覧表示とデータクエリ時に、API 名の代わりにカラムの表示名を使用するかどうを指定します。
デフォルトでは、Sync App は静的で開発者向けのCertinia API 名を使用してカラム名を表示します。 UseDisplayNames がtrue に設定されている場合、Sync App はカラムの表示名を使用し、ユーザーがCertinia UI で見るものと一致させます。 これにより、基本的なAPI 用語よりもCertinia インターフェースに慣れているユーザーにとって、クエリとメタデータの操作がより直感的になります。
エンドユーザーやビジネスユーザー向けのレポートやクエリを作成する際に、Certinia UI に表示されるフィールド名を期待する場合は、このプロパティを使用してください。
UseDisplayNames を有効にすると、API 名を表示名にマッピングするために必要な追加処理により、メタデータ処理時間がわずかに増加する可能性があります。 ただし、メタデータAPI 呼び出しの数は増加しません。 表示名はCertinia 管理者によって変更される可能性があるため、これらを使用するとクエリの安定性が時間の経過とともに低下する可能性があります。長期的な連携では、一貫性のためにAPI 名を推奨します。
このプロパティは、UI ベースのレポートやビジネス向けクエリを構築する際の可読性とユーザーフレンドリーさを向上させる場合に役立ちます。
カスタムビューを定義するJSON 構成ファイルへのファイルパスを指定します。provider は、このファイルで指定されたビューを自動的に検出して使用します。
UserDefinedViews を使用すると、UserDefinedViews.json というJSON 形式の構成ファイルを通じてカスタムビューを定義および管理できます。 これらのビューはSync App によって自動的に認識され、標準のデータベースビューのようにカスタムSQL クエリを実行できるようになります。 JSON ファイルは、各ビューをルート要素として定義し、その子要素として"query" を持ちます。この"query" にはビューのSQL クエリが含まれています。
次に例を示します。
{
"MyView": {
"query": "SELECT * FROM Account WHERE MyColumn = 'value'"
},
"MyView2": {
"query": "SELECT * FROM MyTable WHERE Id IN (1,2,3)"
}
}
このプロパティを使用して、1つのファイルに複数のビューを定義し、ファイルパスを指定できます。
次に例を示します。
UserDefinedViews=C:\Path\To\UserDefinedViews.jsonUserDefinedViews でビューを指定すると、Sync App はそのビューだけを参照します。
詳しくは、ユーザー定義ビュー を参照してください。
メタデータと開発関連オブジェクトの取得・変更にCertinia Tooling API を使用するかどうかを指定します。
UseToolingAPI がtrue に設定されている場合、プロバイダーは標準のデータAPI の代わりにSalesforce の Tooling API を使用します。 Tooling API は開発、デプロイメント、デバッグタスク用に設計されており、メタデータタイプ、Apex クラス、トリガー、その他の開発関連エンティティへのアクセスを可能にします。
このプロパティは、メタデータオブジェクトをクエリしたり、Apex コードを検査したり、標準のREST またはSOAP API では利用できないその他の管理および開発関連の操作を実行したりする必要がある開発者に役立ちます。
UseToolingAPI がfalse に設定されている場合、Sync App は、メタデータや開発ツールよりもビジネスデータに焦点を当てた標準のCertinia API を使用します。
Tooling API を使用すると、特殊なメタデータと開発オブジェクトにアクセスできますが、特定のエンティティタイプに限定されます。 大規模なデータ操作や標準のCRM レコードには適していません。このプロパティを有効にしても通常のデータクエリのパフォーマンスには影響しませんが、メタデータやツールクエリにのみ関係します。
このプロパティは、Salesforce 開発環境内でのメタデータ検査、Apex 監視、デプロイメントのデバッグなどのタスクに役立ちます。
LZMA from 7Zip LZMA SDK
LZMA SDK is placed in the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original LZMA SDK code, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
LZMA2 from XZ SDK
Version 1.9 and older are in the public domain.
Xamarin.Forms
Xamarin SDK
The MIT License (MIT)
Copyright (c) .NET Foundation Contributors
All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
NSIS 3.10
Copyright (C) 1999-2025 Contributors THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
1. DEFINITIONS
"Contribution" means:
a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor:
i) changes to the Program, and
ii) additions to the Program;
where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program.
"Contributor" means any person or entity that distributes the Program.
"Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.
"Program" means the Contributions distributed in accordance with this Agreement.
"Recipient" means anyone who receives the Program under this Agreement, including all Contributors.
2. GRANT OF RIGHTS
a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
3. REQUIREMENTS
A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that:
a) it complies with the terms and conditions of this Agreement; and
b) its license agreement:
i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and
iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange.
When the Program is made available in source code form:
a) it must be made available under this Agreement; and
b) a copy of this Agreement must be included with each copy of the Program.
Contributors may not remove or alter any copyright notices contained within the Program.
Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution.
4. COMMERCIAL DISTRIBUTION
Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.
For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.
5. NO WARRANTY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.
6. DISCLAIMER OF LIABILITY
EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
7. GENERAL
If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.
All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.
Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved.
This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation.