Good day! I am new to x++ and I need to implement importing data from an Excel file (xlsx) to my own table. Data Management is not an option neither is Excel Add-in since I need to implement it within my own form. I have tried this guide: https://dynamicsaxtechnicalstuff.blogspot.com/2018/07/import-upload-data-in-d365ax7-using.html but this didn't quite work out for me.
- Firstly, the FileUpload I added within my form design doesn't appear when I open the environment in my browser but it does appear on the preview within Visual Studio. Any idea what could the problem be here? I have built, synced and refreshed my environment over a dozen times already.
- Second, when I override the "clicked" method of the "OKButton" as stated in the said tutorial/guide, the dialog does not load at all and gets stuck loading once I click the menu item that points to it.
What I currently have in my form is a button that supposedly pops up a dialog wherein I can upload my Excel file then once done uploading, data from the Excel file must be present in the table where it is supposed to be.
Any suggestions or useful references? Any help would be much appreciated. Thank you!