I have been tasked with having our application make entries into our customer's Sharepoint database.
I have found the table where I think these entries are stored ("AllUserData"), but there are almost a dozen columns where I have no idea what they are for, and how they related to other tables, especially the columns that contain GUIDs.
These seems like a very hacky way have an application talk to sharepoint. Are there suposed to be some web services or API's that I should be using to do this?
UPDATE: ON their share point site, they have a listing of equipment. In our program they want us to add another piece of equipment. I am completely new to sharepoint, but from what I have found so far it seems that I have to first find the list these pieces of equipment go into and then add the item on the fly?