简体   繁体   English

帐单和调整屏幕 AP301000 在详细信息部分显示库存 ID,但在 BillDetail 类中没有 InventoryID 属性

[英]Bills and Adjustment Screen AP301000 shows Inventory ID in Detail Section, yet no InventoryID property in BillDetail class

Class BillDetail has no property InventoryID on a bill item level, yet there is a field Inventory ID in the grid, at least for Bills with for non-stock items. BillDetail 类在帐单项目级别没有属性 InventoryID,但网格中有一个字段 Inventory ID,至少对于 Bills 和非库存项目是这样。

How can I read/write this field using SOAP?如何使用 SOAP 读/写此字段?

Thank you.谢谢你。 Alexander亚历山大

The field becomes available to API if Endpoint is extended:如果 Endpoint 被扩展,该字段对 API 可用:

I went to a screen SM207060, extended endpoint and gave it a name.我去了一个屏幕 SM207060,扩展端点并给它一个名字。

Then I expanded the entity Bill->Bill Details, added a row and choose Document Details InventoryID-Inventory ID for the field, and saved.然后我展开实体 Bill->Bill Details,添加一行并为该字段选择 Document Details InventoryID-Inventory ID,并保存。

Then I copied URL from view websource and changed reference in my VS project.然后我从视图 websource 复制 URL 并更改了我的 VS 项目中的引用。 The field Inventory ID became visible.字段库存 ID 变得可见。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将自定义操作添加到账单和调整 (AP301000) 屏幕上操作菜单的特殊文件夹 - Adding custom action to Special Folders of action menu on Bills and Adjustments (AP301000) screen 如何参考我在AP301000中创建的客户字段 - How to reference customer field which I created in AP301000 在 Bills and Adjustment 屏幕中,我需要将 Project 和 Task 设置为有条件地启用 - In the Bills and Adjustment screen I need to set Project and Task to be conditionally enabled FieldUpdated 事件未在账单和调整屏幕上正确更新字段 - FieldUpdated event not updating the field properly on Bills and Adjustment screen 将自定义字段添加到账单和调整屏幕会导致“可为空的 object 必须有一个值” - Adding custom fields to Bills and Adjustment screen causes “nullable object must have a value” 使用图形对象将记录插入到AP帐单和调整中 - Using graph object to insert records into AP Bills and Adjustments 如何在端点扩展中获取“账单和调整”网格字段 - How to get 'Bills and Adjustment' grid fields in an endpoint extension Acumatica - 以编程方式向AP帐单和AR发票添加备注 - Acumatica - Add Notes to AP Bills and AR Invoices programatically 如何在项目输入屏幕(PM301000)中正确排序具有多级任务ID(例如1、1.1、1.1.5、1.2、2、2.1.3、2.2、4、11、13、44等)的任务? - How to properly sort Tasks having multi-level Task Id like 1, 1.1, 1.1.5, 1.2, 2, 2.1.3, 2.2, 4, 11, 13, 44 etc. in Project Entry screen (PM301000)? REST API - 通过关键字段将文件附加到 AP 信用调整 - REST API - Attach a file to an AP Credit Adjustment via key fields
相关标签
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM