Vogete / TiffOne

A browser extension to view TIFF files directly in your browser.
Apache License 2.0
6 stars 2 forks source link

Dynamics AX web portal - invoice approval page #6

Closed Vogete closed 4 years ago

Vogete commented 4 years ago

on Dynamics AX 2012 web portal the invoice approval page has an alternatiff object that is not displayed. this is because it's using the downloaddocument.aspx page as an html src attribute, instead of tiff file directly.

Solution: add support for APIs/proxies like this. (Sounds easier than it is)

Vogete commented 4 years ago

This is actually a main issue of the AX Employee services page being a dynamic one. The Invoice frame is loaded with javascript without refreshing the page. Proposed solution is to rescan the page for new tiff/alternatiff objects when the page content changes. Should be possible with MutationObserver.

(also the query uses NTLM, but in theory that should not be a problem)