本文介绍了增加AX 2009中运动日志中“描述”字段的长度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在AX 2009的库存模块中的移动日记帐中将描述字段的字段长度增加到200个字符?
How can we increase the field length of Description field up to 200 characters available in Movement Journal in Inventory module in AX 2009?
该字段是InventJournalTable_DescriptionInventJournalTable(InventJournalTable) .description
The field is InventJournalTable_DescriptionInventJournalTable(InventJournalTable).Description
推荐答案
您可以通过转到系统管理-设置-系统-修改数据类型来编辑标准EDT。在那里您可以调整标准EDT的长度,否则无法调整。
You can edit standard EDT's by going to System Administration - Setup - System - Modify data types. There you can adjust the length of standard EDT's which cannot be adjusted otherwise.
这篇关于增加AX 2009中运动日志中“描述”字段的长度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!