Navision Application Server

how can i execute code unit by using navision Application server. my code unit contains the following code… Tablename.Init; Tablename.”S.No” := 1 Description := ‘Sample NAS’ Tablename.Insert; when i am compiling this code unit i am getting Datatable o data does not exist. how can i solve this problem? and how can i excute this code unit through application server? Thanks & regards Suresh

Check the code in the function NASHandler (ID 90 or 99) in CU 1 That makes NAS working. Anyway you need to get your CU to compile first :wink: