admin管理员组文章数量:1124653
I need to personalize the OM order distribution page to automatic fill the Charge Account with the right combination.
It's on a Advanced Table. I Tried to set to the VO id field:
PoDistributionsMergeVORowImpl rowi = (PoDistributionsMergeVORowImpl) row[i];
Number CCID = new Number(999999);
rowi.setDestChargeAccountId(CCID);
distVO.executeQuery();
But it didn't do anything, anyone has any ideas?
Thank you all in advance.
本文标签: Filling a DFF Code Combination on a OAF PageStack Overflow
版权声明:本文标题:Filling a DFF Code Combination on a OAF Page - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736643322a1946048.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论