如何使用逻辑应用程序中的连接器连接到 Salesforce 的自定义对象
how to connect to custom objects of Salesforce using connector in logic app
我在 Salesforce 中创建了一个自定义对象并使用 Salesforce connector
我正在尝试访问它。
但是当我使用用户 ID 和密码连接 salesforce 时,我无法在 Salesforce Object Type
列表中看到自定义对象?
然后我直接添加该名称作为自定义值,运行 它会抛出一个错误,因为找不到。
您尝试过 Plural name
吗?如我所见,下拉建议有一个复数名称,而不是 Object Name
。安全设置在这里起作用吗?用户 运行 集成是否有足够的权限来查询自定义实体?您需要发布自定义实体的设置吗?
还有这个:
Salesforce session settings can block this integration. Please ensure that setting "Lock sessions to the IP address from which they originated" is disabled.
Documentation
我在 Salesforce 中创建了一个自定义对象并使用 Salesforce connector
我正在尝试访问它。
但是当我使用用户 ID 和密码连接 salesforce 时,我无法在 Salesforce Object Type
列表中看到自定义对象?
然后我直接添加该名称作为自定义值,运行 它会抛出一个错误,因为找不到。
您尝试过 Plural name
吗?如我所见,下拉建议有一个复数名称,而不是 Object Name
。安全设置在这里起作用吗?用户 运行 集成是否有足够的权限来查询自定义实体?您需要发布自定义实体的设置吗?
还有这个:
Salesforce session settings can block this integration. Please ensure that setting "Lock sessions to the IP address from which they originated" is disabled.
Documentation