Progressus Advanced Projects (预览版)
使用 Progessus Advanced Projects 连接器对 Progresssus Advanced Projects 数据进行 odata 调用。
此连接器在以下产品和区域中可用:
| 服务 | Class | 区域 |
|---|---|---|
| Copilot Studio | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 逻辑应用程序 | 标准 | 除以下各项外的所有 逻辑应用区域 : - Azure 政府区域 - Azure 中国区域 - 美国国防部(DoD) |
| Power Apps | 高级 | 除以下各项外的所有 Power Apps 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| Power Automate | 高级 | 除以下各项外的所有 Power Automate 区域 : - 美国政府 (GCC) - 美国政府 (GCC High) - 由世纪互联运营的中国云 - 美国国防部(DoD) |
| 联系人 | |
|---|---|
| Name | Todd Michael |
| URL | https://www.progressusglobal.com/contact-us/ |
| support@plumblineconsulting.com |
| 连接器元数据 | |
|---|---|
| 发布者 | 管道咨询 |
| 网站 | https://www.progressusglobal.com/ |
| 隐私策略 | https://www.progressusglobal.com/privacy-policy/ |
| 类别 | 业务管理;金融 |
Progressus Advanced Projects 是适用于 Microsoft Dynamics 365 Business Central 的项目会计和项目管理解决方案。 使用 Progressus Advanced Projects 连接工具对 PowerAutomate 或其他工具中的 Progressus Advanced Projects 数据进行 OData 调用。 这些查询利用 OData 功能(例如筛选和选择字段),以便仅检索所需的记录和字段。
先决条件
安装了 Progressus Advanced Projects 扩展的 Business Central
如何获取凭据
为 Business Central 中的用户生成 Web 服务访问密钥:
连接器入门
连接器的字段以下列方式用于形成 Business Central Web 服务 URL:
https://api.businesscentral.dynamics.com/<API Version>/<Tenant ID>/<Environment Name>/api/progressus/<API Name>/<API Version 2>/companies(<Company ID>)/<Plural API Name>
已知问题和限制
此连接器适用于 Progressus 高级项目。 API 名称的下拉列表仅限于与 Progressus Advanced Projects 相关的表。 若要尝试查询未列出的表,可以使用“输入自定义值”选项。
常见错误和补救措施
大多数错误可能是由于没有$filter、$select和$orderby字段的正确语法引起的。 请确保检查这些字段是否使用了正确的 Odata 语法。
正在创建连接
连接器支持以下身份验证类型:
| 默认 | 用于创建连接的参数。 | 所有区域 | 不可共享 |
违约
适用:所有区域
用于创建连接的参数。
这是不可共享的连接。 如果 Power App 与另一个用户共享,系统会提示其他用户显式创建新连接。
| Name | 类型 | Description | 必选 |
|---|---|---|---|
| 用户名 | securestring | 此 API 的用户名 | True |
| Web 服务访问密钥 | securestring | 此 API 的 Web 服务访问密钥 | True |
限制
| 名称 | 调用 | 续订期 |
|---|---|---|
| 每个连接的 API 调用数 | 100 | 60 秒 |
操作
| 获取记录 |
检索记录 |
获取记录
检索记录
参数
| 名称 | 密钥 | 必需 | 类型 | 说明 |
|---|---|---|---|---|
|
API 版本
|
API Version | True | string |
Dynamics 365 Business Central API 版本 |
|
租户 ID
|
Tenant ID | True | string |
Dynamics 365 Business Central 的租户 ID |
|
环境名称
|
Environment Name | True | string |
Dynamics 365 Business Central 环境的名称 |
|
API 名称
|
API Name | True | string |
Dynamics 365 Business Central API 类别的名称 |
|
API 版本 2
|
API Version 2 | True | string |
指定 API 名称的 API 版本号 |
|
公司 ID
|
Company ID | True | string |
Dynamics 365 Business Central 公司的 GUID |
|
复数 API 名称
|
Plural API Name | True | string |
Dynamics 365 Business Central 表的名称 |
|
$过滤器
|
$filter | string |
可选 OData 筛选器参数 |
|
|
$select
|
$select | string |
可选 OData select 参数 |
|
|
$orderby
|
$orderby | string |
可选 OData orderby 参数 |