|
|
Browse by Tags
All Tags » sdk (RSS)
-
I had a similar error. I found out that the problem was the lack of anonymous authentication on the web server. I had set up windows authentication only so that the OnTime Web client would recognize Active Directory users. For the OnTimeSDK virtual directory, I changed the authentication to anonymous authentication and the ...
-
Hi there,
I am implementing a plugin for our Timeregistration tool, that will retrive closed Work Log records from the OnTime System. When I use the method
GetAllPublicTasks(..) it seems that when a eg. Task is completed, it will no longer appear in the DataSet returned. So my question is:
How do I get a list of all completed Tasks, Defects, ...
-
The signature of the AddIncident method changed from the 2007 SDK to the 2008 SDK, eliminating the custom fields parameter. How can I set my custom fields in the new SDK?
In 2007, there were 3 parameters, the security token, the incident, and a customfieldvalue object. I used this field to display the customer ...
-
I think you should be able to set the “CreatedByID” value to the proper user instead of administrator and that should do the trick as far
as I can tell. To locate the user
ID’s you can look at the “Users” table under the “UserId” column in the OnTime
database which will give you the correct ID for the desired user in the
database.
-
I wonder if anyone has some example code to create an incident using the SDK. I've been able to read everything and create defects and features but I have had no luck with creating incidents. I get a very long message about a mal-formed XML documents from the web service. I'm sure I'm just missing something simple.
Thanks in advance
-
Axosoft.com now includes an Axosoft Labs page. It currently features five OnTime-related SDK projects and two non-OnTime-related side projects as well. New projects will be added to the page as they are made public.
Visit http://www.axosoft.com/company/default.aspx?cn=axo_labs (click here).
-
This sample demonstrates the use of the OnTime 2007 SDK in a Web application using the Yahoo! UI library for the user interface.
-
With all the other SDK samples posted by David you are probably getting overwhelmed, but we're giving you one more. I had wanted to take a look at the Yahoo! UI library for a while, and since we had wanted to have both a Windows and a Web sample this was a good opportunity to write the Web sample using YUI.
In terms of layout and ...
-
David Higgins has been very busy writing some great SDK samples. His latest SDK sample allows Microsoft Project users to import their MS Project files into OnTime to create either ''Feature'' items or ''Tasks''. The full source is also included so you can modify and customize it to your needs. Read more about this tool in his ...
-
This is an OnTime 2007 SDK Example which shows how one can import MS Project Tasks into OnTime as OnTime Tasks or Features.
-
David Higgins, one of the Axosoft developers working on various projects, has put up a great new OnTime SDK sample showing how you can integrate OnTime 2007 and Outlook 2007 tasks. Updaing tasks in one place automatically updates the other, even OnTime specific fields show up in Outlook. This sample is really great and includes all the ...
-
This is an OnTime SDK Sample showing how to integrate your OnTime Tasks
into Outlook -- requires Visual Studio Tools for Office 2005 SE,
Outlook 2007 and the OnTime SDK (V7.0.2+)
-
With the release of OnTime 7.0.2 we have also released a new sample application for the OnTime SDK. It is a Windows application (sorry, no Web app yet) which highlights a lot more of the SDK than the previous OnTime 2006 samples did. The sample only works with defects, but all other item types have the same methods.
So, here it is, ...
|
|
|