Hi Nola,
If you have sound in developing eConnect\Webservice then you can create a custom application to integrate the Item transfer entry.
else follow the experts way. macro - the way to go
1) create\Record a simple macro from Item Transfer Entry as shown below.
________________________________________
# DEXVERSION=11.00.0359.000 2 2
CheckActiveWin dictionary 'default' form 'IV_Transfer_Entry' window 'IV_Transfer_Entry'
MoveTo field 'Document Date'
ActivateWindow dictionary 'default' form 'IV_Transfer_Entry' window 'IV_Transfer_Entry'
TypeTo field 'Document Date' , 'Document Date'
MoveTo field 'Batch Number'
MoveTo field 'Lookup Button 2'
ClickHit field 'Lookup Button 2'
NewActiveWin dictionary 'default' form 'IV_Batch_Lookup' window 'IV_Batch_Lookup'
ActivateWindow dictionary 'default' form 'IV_Batch_Lookup' window 'IV_Batch_Lookup'
MoveTo field 'Select Button'
ClickHit field 'Select Button'
NewActiveWin dictionary 'default' form 'IV_Transfer_Entry' window 'IV_Transfer_Entry'
ActivateWindow dictionary 'default' form 'IV_Transfer_Entry' window 'IV_Transfer_Entry'
TypeTo field '(L) From Default Site' , 'From Location'
MoveTo field '(L) To Default Site'
TypeTo field '(L) To Default Site' , 'To Location'
TransLinePrepare scrollwin 'IV_Transfer_Scroll'
# Key 1:
MoveTo line 1 scrollwin 'IV_Transfer_Scroll' field 'Item Number'
# Key 1: '0', '', '0.00000'
TypeTo line 1 scrollwin 'IV_Transfer_Scroll' field 'Item Number' , 'Item Number'
# Key 1: '0', '', '0.00000'
MoveTo line 1 scrollwin 'IV_Transfer_Scroll' field 'U Of M'
# Key 1: '0', '', '0.00000'
MoveTo line 1 scrollwin 'IV_Transfer_Scroll' field '(L) TRX QTY'
# Key 1: '0', '', '0.00000'
TypeTo line 1 scrollwin 'IV_Transfer_Scroll' field '(L) TRX QTY' , 'Quantity'
# Key 1: '0', '', '0.00000'
MoveTo line 1 scrollwin 'IV_Transfer_Scroll' field 'TRX Location'
# Key 1: '0', '', '0.00000'
MoveTo line 1 scrollwin 'IV_Transfer_Scroll' field 'Transfer To Location'
TransLinePrepare scrollwin 'IV_Transfer_Scroll'
# Key 1:
MoveTo line 2 scrollwin 'IV_Transfer_Scroll' field 'Item Number'
MoveTo field 'Save Button'
ClickHit field 'Save Button'
________________________________________
2) using the mail merge attach the excel to word
3) create the bulk macro
4) start the integration(during the macro integration system remains idle until the process get complete)
also you can design the macro into two ways
1) creating unique document number for overall spreadsheet item
2) creating individual transfer entry for each spreadsheet item