When ingesting, I use Hot Codes to look at the {foldernum} that the storage folder the images were stored in. Works great!
After ingest, I may want to go in and write a caption for an image. My Hot Codes file, looks like this:
//== {foldernum}
//## FirstName LastName Age
100 Brian Bennington Junior Varsity
101 Bob Branio Junior Varsity
//?? Misc Misc Misc
After ingest, I'd like to click on a photo of Bob Branio and be able to create a caption something like "Junior Varsity athlete Bob Branio" I know that I could have used Hot Codes in the ITPC template to create the caption during Ingest, but I want to also be able to generate a caption using the Hot Codes after ingest.
When I evaluate [FirstName] [LastName] I get Misc Misc.
What syntax do I use to use the Hot Codes after I have already ingested?