Tally Integration

0
Hi All, Can Tally Software be integrated into Mendix? Is there any workaround to integrate this? As I want to get the data from tally as an input to my Mendix application where I can use those data for my customization. Thanks in Advance!
asked
1 answers
0

It looks like Tally can accept XML input and return XML as output. 

https://help.tallysolutions.com/article/DeveloperReference/td9/tally_developer_tools/tally_connector.htm

This means you could use Mendix’s Input and Output Mapping functionality to convert to and from XML and Mendix entities. You can also you the REST Consume functionality in Mendix to send this data to Tally.

Good luck!

answered