You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Show Interactions" button on the Loan form should display a list of all interactions associated with the preparation, not just loans and gifts.
Acceptance Criteria:
Deaccession
This section focuses solely on deaccession. The process is somewhat more complex because it requires checking the ExchangeOutPreparation, DisposalPreparation, and GiftPreparation tables for PreparationID. Next, we need to verify whether their parent records—identified by ExchangeOutID, DisposalID, and GiftID in each of those tables—are part of a Deaccession. Each linked parent table (ExchangeOut, Disposal, Gift) contains a field named "DeaccessionID." If a value is present, it should be displayed to the user in this dialog as a button to view the linked deaccession.
The text was updated successfully, but these errors were encountered:
One component of #6108
This section focuses solely on deaccession. The process is somewhat more complex because it requires checking the ExchangeOutPreparation, DisposalPreparation, and GiftPreparation tables for PreparationID. Next, we need to verify whether their parent records—identified by ExchangeOutID, DisposalID, and GiftID in each of those tables—are part of a Deaccession. Each linked parent table (ExchangeOut, Disposal, Gift) contains a field named "DeaccessionID." If a value is present, it should be displayed to the user in this dialog as a button to view the linked deaccession.
The text was updated successfully, but these errors were encountered: