Hi Mohana Yadav, Thank you for your valuable replay. I want to time to check bcos i am new in dynamics.my code is below:
C# CodeSnippet below
Gen_Ledger_Entry_Service Service = new Gen_Ledger_Entry_Service();
Service.UseDefaultCredentials = true;
Service.Url = “http://localhost:7047/DynamicsNAV/WS/CRONUS_International_Ltd Page/Gen_Ledger_Entry
Gen_Ledger_Entry GenEN=new Gen_Ledger_Entry();
GenEN.Document_Type=0;
GenEN.Document_No =”4344” .......... and so on
GenEN..Create(“GenJnl”,ref LedEntry);
If u possible plz suggest me any URL relate RTC with NAV Service.