Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SAP 中,我们可以添加从用户定义字段到用户定义表的链接吗?是否可以将 UDF 链接到普通 SAP 表,例如,链接到业务伙伴表?我需要从我的 UDF 到 SAP 表的某种外键(使用 DI API 或手动添加)
Business One 9.2 版为 UDF 添加了“链接到实体”的新验证选项。但是,从 PL4 开始,它有一个限制,即只能从另一个标准系统表上的 UDF 建立到标准系统表的链接(使用“链接到系统对象”选项)。此外,您可以链接到的标准表是一个相当小的列表:
(此列表取自 PL04)
似乎无法将 UDT 上的 UDF 链接到标准表。