[ColdBox 4.0] Retrieving primary key after using ORM to save

Any one know of an easy way to retrieve the primary key (ID) of a record that was just saved using an ORM service?

ormFlsuh() before getting the id

May you give me an example of what that code would look like?

ormflush();
object.getPK();