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