Document name: myPdf.pdf Type: xx_record Format: pdf
This document has a particular attribute name called event date. How do I go about reading the value of the document using DQL? Thanks in advance
select event_date from xx_record where object_name = 'myPdf.pdf'; did you try something similar to that? please note if you have other objects on this type that have the same object name they will be returned too