a customer has asked me to create a web app to let him insert records in a custom Navision 2013 table. Is it possible to di this using the nav soap web service, considering that the table in question is a custom one? if so, how can i expose in the web service our custom table/page/records? I know i can do that using raw sql queries, as i've done that in the past, but using a web service would be better, because the user would be authenticated using his domain credential in the nav web serivice, and thus his inserted records would be only realtive to his identity in nav (nav is using windows auth). All the code would be writter in .net c#.
Many thanks