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"));
}
Then go to EOImpl
public void create(AttributeList attributeList)
{
super.create(attributeList);
setPersonId(getOADBTransaction().getSequenceValue("PER_PEOPLE_S"));
}
No comments:
Post a Comment