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.
在 Axapta 中,我可以在对话框中添加一个字段:
Dialog.AddFieldValue
但是,之后是否可以更改该值?也许,当一个新事件被触发时?我找不到该字段的“名称”!
使用的返回值Dialog.addFieldValue:
Dialog.addFieldValue
fld = dialog.addFieldValue(typeId(Counter), 117);
稍后您可以:
fld.value(118);