我會覆蓋DS LogisticsPostalAdress
表格DirPartyQuickCreateForm
的寫入方法。覆蓋寫入方法
但我有以下錯誤:
LogisticsPostalAddress write method if the data source property is ChangeGroupMode in ImplicitInnerOuter is not supported.
THX!
我會覆蓋DS LogisticsPostalAdress
表格DirPartyQuickCreateForm
的寫入方法。覆蓋寫入方法
但我有以下錯誤:
LogisticsPostalAddress write method if the data source property is ChangeGroupMode in ImplicitInnerOuter is not supported.
THX!
表單的DataSources節點的屬性ChangeGroupMode
設置爲None
,默認值爲ImplicitInnerOuter
,但不是默認值,但物流LogisticsPostalAdress已將其設置爲如此。
如果設置爲None
,則可以使用write
方法。
如果設置爲ImplicitInnerOuter
的write
方法不可用,但這些方法writing
和written
是。前者在寫入記錄之前被調用,後者被調用。
請參閱How To do Unit of work implementation for a Form的非正式說明和Change Group and Optional Record Modes正式。