getDataXml
Returns a string representing the XML that will be sent to the server when the record is saved.
Only data in fields that have changed are sent to the server.
<account>
<name>Contoso</name>
<accountnumber>55555</accountnumber>
<telephone2>425 555-1234</telephone2>
</account>
有谁知道是否有等效的设置方法或任何模仿它的方法?我只是在试验,想知道是否有人尝试过类似的东西?
最终,我对动态地将信息传递给插件感兴趣。显然,一种方法是在表单上隐藏一个字段,并在何时填充它。很可能我必须这样做。但是,如果我可以将标志“foo”传递给插件,在那里检测它并根据它执行逻辑 A、B 或 C,而不依赖于具有标志字段的实体,那会容易得多。
我知道这不是一个典型的堆栈问题,所以我会理解投票结束!