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
"custom_property_refdata" with their "refdata_value"
agreements_custom_property LEFT JOIN folio_agreements.custom_property_refdata ON custom_property_refdata.id = agreements_custom_property.id LEFT JOIN folio_agreements.refdata_value ON refdata_value.rdv_id = custom_property_refdata.value_id
The text was updated successfully, but these errors were encountered:
stdombek
changed the title
ERM - Add new tables to derived table "agreements_custom_property"
ERM - Add new tables for refdata to derived table "agreements_custom_property"
Feb 16, 2024
There are new additional tables that need to be added to the derived table agreements_custom_property.
agreements_custom_property
LEFT JOIN folio_agreements.custom_property_refdata ON custom_property_refdata.id = agreements_custom_property.id
LEFT JOIN folio_agreements.refdata_value ON refdata_value.rdv_id = custom_property_refdata.value_id
The text was updated successfully, but these errors were encountered: