Note: This is for EE 2.0!
I am going to use EE 2 as a media database (books, mainly) in a project. I’ve mapped it all out, custom fields, various channels and relationships, all working fine.
Every piece needs a unique id number, though. I am using a db field for that, too, and while this works it means that I have to a) check for the latest number, b) mentally increment that and c) enter it manually in the CP. What’s worse, if I accidentally re-use a number EE won’t warn me.
Ideally I could have this field pre-filled with a new number when creating a new entry. This is trivial using a little PHP + SQL, but unfortunately I can’t easily use a CP extension in 2.0, and I’d rather not use an SAEF just because of that.
Any ideas? Am I making sense? I have heard about using “view” files, somebody got more info on that?