Advertisement
psi_mmobile

Untitled

Dec 18th, 2019
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. DCIteratorBinding personListIterator = ADFUtils.findIterator("PersonView1Iterator");
  2. if (null != personListIterator) {
  3. Key rowKey = personListIterator.getCurrentRow().getKey();
  4. personListIterator.setCurrentRowWithKey(rowKey.toStringFormat(true));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement