I am new to D365 online. I have built a couple of basic solutions with out of the box features that just takes and stores information. I want to take the next step of taking that user input and manipulating it on the server side after the user submits/saves that data.
I already know that i have to create a .dll in visual studios, make reference to the D365 sdk lib, and the format of the dll (ex. the class, IPlugin, and execute function).
My question is:
1. When a user saves a record, how do i read the information from the entity form submitted - for example, a string/value in a textbox from a entity form. Also, if that value was a normal text file with a string in it, how do i get that information?
*This post is locked for comments