Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open the .lua file in a text editor and navigate to the function calls listed in the chart below.

Use the approximate line number to locate the statement, local user = GetFieldValue("Transaction", "username"). Change the variable "username" to the ILLiad field name that contains the unique identifier that needs to be passed to Alma. 

Function CallLine Number (approx)
buildAcceptItem()282
buildCheckInItemBorrowing() 375
buildCheckInItemLending()426

For example, if you set up ILLiad to hold a social security number(ssn) in the patron account, you would make the following edits to the .lua file:

1. In buildAcceptItem(), Change the following call: local user = GetFieldValue("Transaction", "username"); TO local user = GetFieldValue("Transaction", "ssn");  
2. In buildCheckInItemBorrowing()  Change the following call: local user = GetFieldValue("Transaction", "username"); TO local user = GetFieldValue("Transaction", "ssn");
3. In buildCheckInItemLending() Change the following call: local user = GetFieldValue("Transaction", "username"); TO local user = GetFieldValue("Transaction", "ssn");

Action log


SectionPoint Person

Expected Completion Date

Last action takenNext action required

Created initial draft of the procedure.

 

Page created


adding more screen shots




 




Tasks to be completed

  •  Type your task here, using "@" to assign to a user and "//" to select a due date