Hello,
We are using IFS Applications 10 UPD19. I have created a new Quick Report, but it is not accessible via our integration OData endpoint (/QuickReports.svc
), resulting in a RESOURCE_NOT_FOUND
error.

-
Other, older Quick Reports are accessible through the same API endpoint.
-
In the API Explorer, we can see a Default Application Type (Main) and a Compatibility Application Type (Int). Our Power BI connection uses the
Int
type.

-
It seems the new Quick Report is not being published to the
Int
application type's metadata.
When published they are supposed to be listed here below, and I do see my report if i open the Main
application type, but not in the Int
one for the new report i published.

Is there an additional step required to publish a specific new Quick Report to a Compatibility Application Type's OData service? A cache to refresh ?
Thank you.