Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
We need a new field called proxyUserId in the loan object, optional.
This field will be populated with the user's ID when the user uses the "check out as proxy" option. The loan's userId should be set to the user ID of the selected sponsor user (a value from the proxyFor field).
the userId property refers to the user which represents the patron who the item is loaned to (also the sponsor, if in a proxied request)?
the proxyUserId property refers to the user which requested the loan, if the person requesting the loan is doing so as a proxy?
And the metadata properties tell us the user who enacted the loan on the system (might be one of the above for self service, but likely to be a staff member at this point?).
We need a new field called
proxyUserId
in the loan object, optional.This field will be populated with the user's ID when the user uses the "check out as proxy" option. The loan's
userId
should be set to the user ID of the selected sponsor user (a value from theproxyFor
field).