...
Excerpt |
---|
AX 7 and lower out of the box document retrieval and 3rd party program integration. AX 16.3 8 and higher utilizes a similar out of the box functionality with a change to the URL format. |
...
- Indexname = index name of the index retrieving such as "invoice number".
- IndexValue = the value of the Index field you wish to retrieve. For instance invoice number = 12345.
- Add additional Indexname using the & symbol and enter necessary values for retrieval.
- ClientType = You can specify thin client or interactive client (AX 7 and prior only)
- Thin Client - Basic view only mode (ClientType=Thin)
- Interactive Viewer - provides users with access to Annotation and other tools to modify documents (ClientType=Interactive)
- Thumbnail viewer - provides access to thumbnail views (ClientType=Thumbnail)
- Interactive w/options - Interactive Client and can disable other tools/menu items (ClientType=MPEDTHLS)
- M - Disable Page Menu
- P - Disable Print Menu
- E - Disable Annotation Edit
- D - Disable Annotation Redaction
- T - Disable Annotation Text
- H - Disable Annotation Highlight
- L - Disable Annotation Shape
- S - Disable Annotation Rubber Stamp
I've Below are some mocked up url examples below further to emphasize the changes needed to make the URL(s) work.
V7 and below
http://AXSERVER01/appxtender/iDocument.aspx?DataSource=AX&AppName=Invoices&DocNavBlocked=true&DispMode=1&AutoLogoutOnClose=true&DocId=2
...