Saturday 20 July 2013

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