Quantcast
Channel: Microsoft Dynamics NAV
Viewing all articles
Browse latest Browse all 64865

Forum Post: Page Web Service

$
0
0

Hello friends,

I try to write my first Page Web Service ,Now I am facing two issues ,

1)      How can Insert the value(Update) ?

2)      How can get Max value of Document_No?

My aim is insert General Journal Entry.I follow the link msdn.microsoft.com/.../dd355316.aspx

Web Service    :=    ObjectID =>20 =>GeneralJournalEntries=>WebPageService

C# CodeSnippet below

Gen_Ledger_Entry_Service    Service = new  Gen_Ledger_Entry_Service();

Service.UseDefaultCredentials = true;

Service.Url   =  “http://localhost:7047/DynamicsNAV/WS/Page/Gen_Ledger_Entry

Gen_Ledger_Entry  GenEN=new Gen_Ledger_Entry();

GenEN.Document_Type=0;

GenEN.Document_No =”4344”   and so on

how can mapp service with GenEN


Viewing all articles
Browse latest Browse all 64865

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>