Hi,
I have extended Default/18.200.001 endpoint to include Construction SubContracts like this http://localhost/test/entity/Subcontracts/18.200.001/Subcontracts
I can filter by a field from the summary like this
https://localhost/entity/Subcontracts/18.200.001/Subcontracts?$filter=SubcontractNbr eq 'SC-000002'
However, can I filter on a field in a details table?
Example, Is it possible to filter by the Project field in Document Details tab in SubContracts end point?