Salesforce Oracle集成

hmtdttj4  于 2023-04-20  发布在  Oracle
关注(0)|答案(2)|浏览(155)

我需要将Salesforce与Oracle系统集成。
数据驻留在Oracle中,有一个中间件团队参与从源系统中选择文件,他们将调用Salesforce Web服务,该服务将接受文件作为base64编码字符串。我的问题是,Salesforce将如何接受,解析和插入文件中提供的记录。请帮助。
我已经把这个问题作为gpg AES encryption Apex decryption转发了

pokxtpni

pokxtpni1#

在高级别上,被调用的Web服务将具有接受数据、解析和插入SalesForce的方法。要获得更多详细信息,您应该查看被调用的特定Web服务。

j8yoct9x

j8yoct9x2#

使用Salesforce Connect集成。
Salesforce Connect允许您在Salesforce中创建表示Oracle数据库中数据的外部对象。这允许您在Salesforce中查询和查看Oracle数据库中的数据,而无需物理复制数据。
需要遵循以下步骤:
1.定义外部对象
1.定义外部数据源
1.定义外部对象
1.Map字段和关系:

1.定义外部对象

In Salesforce Define the external object by specifying the external
data source, which includes the connection details to Oracle
Databases, such as the JDBC URL, username, password, and any other
required configuration settings.

2.定义外部数据源

Create an external data source in Salesforce that defines the connection to 
Oracle Database.

3.定义外部对象

Define external objects in Salesforce that map to the tables or views in Oracle 
Database.

4.Map字段及关系

Map the fields and relationships between the external objects and other objects 
in Salesforce, such as standard or custom objects.

相关问题