Has anyone done anything like making a URL available in a 3rd party system that links back to the original invoice in Infor (assuming correct security setup, etc. etc.)?
Are you looking to link to the PayablesInvoice record in Infor, or the IDM Invoice (e.g. scanned paper invoice)?
You can link directly to the PayablesInvoice record and desired form using a resource like the following...https://<LandmarkHost>:<Port>/<DataArea>/web/form/PayablesInvoice(<Company>,<PayablesInvoice>).PayablesInvoiceForm
Might vary slightly in MT, and would still require authenticating in Infor to access.
MT HR Talent customer here.
We have had limited success generating URLs that open within Mingle. We have been far more successful with generating URLs that open HR Talent directly. We have been told this may have something to do with our SSO configuration (around pass through authentication).
Interested to learn if anyone else has similar difficulty.
Hi Andy,
Yes, that was what I was looking for (though I modified it to be the PayablesInvoiceDocument instead of the PayablesInvoice. Thanks!