Rating:
4
Joined: Feb 26, 2015
Company: Uguz Limited sirketi
Hello there
I want to create documents with the code. I have one document. Name the Test. It contains 3 records. I want to add another record. How do I do with this code? I want to find the UUID of the created record.
Rating:
4
Joined: Feb 26, 2015
Company: Uguz Limited sirketi
Thank you ()
Solution :
Code
Function TestEkleTestEkle(Request)
Response = New HTTPServiceResponse(200);
Result = "";
nesne = Documents.Test.CreateDocument();
nesne.date= CurrentDate(); // The date should be not empty.
nesne.Alan1= "a";
nesne.Alan2="b";
nesne.Alan3="c";
nesne.Write(DocumentWriteMode.Posting);
Return Response;
EndFunction
Pages:1
Users browsing this topic (guests: 1, registered: 0, hidden: 0)