Hi
I managed to connect to the Entity 'Personal Document Templates' and fetch all created templates.
In a Model Driven App I've created a Custom Page to provide the User an enhanced functionality to generate Documents and triggering flows to create pdf automatically.
I now want to filter the Templates based on the Entity Code for the selected entity. Unfortunately the column 'Associated EntityType Code' is not showing up when I try to filter the Table. (Also not by using the logical name)
With advanced find I can fetch this table / column but it's also not possible to filter by this column, so no luck to get a hint on how to filter by this column.
with this function I can fetch all Custom Document Templates.
ClearCollect(
colDocumentTemplate,
'Personal Document Templates'
);
Any hint how I can achieve this?
Many Thanks for any help.
Best Regards, Igor