Using code you have the ability to add custom properties to a TERM.
For example:
Term term = termSet.CreateTerm("ParentTerm", 1029, new Guid("{0368F902-740B-4855-A4A7-FA8F96813CCB}"));
term.SetCustomProperty("OBJID", "2222");
How can this be done using central administration? I don't see any way using the sharepoint central admin to add this custom property to a term.
Thanks!