EFFDT problem when in level0 | Topic List < Prev Topic | Next Topic > |
Re: EFFDT problem when in level0
Level 0 means there is no scroll, meaning you will only have one row of data. Putting an Effective Date there implies you will have and therefore might want to show more than one row of data. It is rare, but possible, for you to want the field EFFDT on level 0 - which is why this is a warning. So, what is the reason you are only ever going to show one row of data in a table that is effective dated? If you have a good reason, then you're OK. Otherwise you should put the info at least into a level 1 scroll. If this is a custom table and you used the delivered field EFFDT on it, and you didn't mean it to act like an Effective Date, change the fieldname to something else. PeopleTools has a lot of special code around the field named EFFDT (some of which you've just seen). gopal baliga < gopalbaliga2003@...> wrote: Hi Gurus, If i put EFFDT field at level 0 in a page then i get a warning while saving the page saying that EFFDT is at level 0. What does that mean? Is it incorrect to place EFFDT at level0? What is the reason? Any technical inputs for this will be appreciated. thanks Gopal |