Index: ModelGlue/unity/orm/transfer/TransferAdapter.cfc
===================================================================
--- ModelGlue/unity/orm/transfer/TransferAdapter.cfc	(revision 326)
+++ ModelGlue/unity/orm/transfer/TransferAdapter.cfc	(working copy)
@@ -286,6 +286,9 @@
 	<cfloop from="1" to="#arrayLen(fields)#" index="i">
 		<cfif fields[i].primaryKey>
 			<cfset arguments.field.sourceKey = fields[i].name />
+			<cfif structKeyExists(fields[i],"ALIAS") AND Len(fields[i].alias)>
+				<cfset arguments.field.sourceKey = fields[i].alias />
+			</cfif>
 		</cfif>
 	</cfloop>
 
