我创建了一个新的 QBO3 模块,MySubject
包括组织表的外键InvestorID
和ServicerID
。
当我打电话时MySubject\Summary
,我没有看到投资者或服务商的组织记录。
但是,调用 QBO3 的核心Loan\Summary
确实会产生这样的外键输出:
<LoanCollection>
<LoanItem>...</LoanItem>
<OrganizationItem>{Investor info is here}</OrganizationItem>
<OrganizationItem>{Servicer info is here}</OrganizationItem>
...
</LoanCollection>
我需要做什么来确保Organization
在输出中发出节点MySubject\Summary
?