Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DCIteratorBinding personListIterator = ADFUtils.findIterator("PersonView1Iterator");
- if (null != personListIterator) {
- Key rowKey = personListIterator.getCurrentRow().getKey();
- personListIterator.setCurrentRowWithKey(rowKey.toStringFormat(true));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement