Anil's Blog is Best Viewed on GOOGLE CHROME

Saturday, May 2, 2009

Sequence in EO

First Cross check that Create Method is clicked in EO.

Then go to EOImpl

public void create(AttributeList attributeList)
{
super.create(attributeList);
setPersonId(getOADBTransaction().getSequenceValue("PER_PEOPLE_S"));
}

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.