Custom PK

Using auto mapping, is it possible to have a primary key called FIdTemp and another field called FId as a simple integer?

Automapping is not all-or-nothing. You can add [Automapping] for the default mechanism, and then add specific attributes to override the default settings.

So yes, you can use Automapping and then simply add an [Id] attribute indicating that FIdTemp should be your Id.