Welcome to the Axosoft Community, Sign in | Register | Help
in Search

Browse by Tags

All Tags » OnTime SDK   (RSS)
Showing page 1 of 2 (25 total posts)
  • Re: Whats Wrong With This Picture?

    Thanks Dan, The working code is therefore...  if (defectItem.PriorityTypeId > 0){    this.lblItemPriority.Text = (string) new TypeService.TypeHandler()        .GetPriorityTypes(securityToken)        .Tables[0]        ...
    Posted to OnTime SDK (Forum) by DanGreen on April 7, 2008
  • Re: IncidentHandler.AddIncident() method changed from 2007 to 2008 SDK

    IssueThe signature of the IncidentService.IncidentHandler's AddIncident() method has changed.  It no longer accepts the CustomFieldValues as a 3rd argument.  SolutionYou now need to populate the CustomFieldValues property of the IncidentService.Incident object, which you continue to pass in to the AddIncident() method as the 2nd ...
    Posted to OnTime SDK (Forum) by Dennis Allen on March 11, 2008
  • Work logs implementation using OnTime SDK

    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, ...
    Posted to OnTime SDK (Forum) by Flemming Svanholm on January 9, 2008
  • Re: Creating Incidents with the SDK

    Thanks for the reply Tom. I did look at the video and I went, I think, through all the examples. I was able to interface my home grown time and billing software with it. I used it to lookup Incidents, features, tasks and defects that are created in Ontime and reference the id in the time and billing app. I have never created anything from it. I ...
    Posted to OnTime SDK (Forum) by JFaria on August 8, 2007
  • Re: SDKExample_Project2003 sample didnt add any tasks

    Matthew,   As the items appear in the Audit Trail, that confirms that they are in fact in the OnTime system.  So I'm left with thinking that you may possibly have some filters enabled that might be blocking them from your view.  Please disable any filters and ensure that you are looking at the correct project ...
    Posted to OnTime SDK (Forum) by David Higgins on August 7, 2007
  • Re: How to retrieve WorkflowStep NAME from WorkFlowStepId

    Hmmm... Well, for anyone else that is looking for this functionality here is an add-on service that I just built that contains a call to retrieve a list of WorkflowSteps.http://www.box.net/shared/6qqraqqz9pWorkflowStepTypeHandler:    This is web service add-in for Axosoft's OnTime SDK for OnTime 2007. It allows you to retrieve a ...
    Posted to OnTime SDK (Forum) by Bill Lefler on July 13, 2007
  • How to retrieve WorkflowStep NAME from WorkFlowStepId

    The DefectHandler call GetByDefectId returns a Defect object containing only the WorkFlowStepId. There are calls in the TypeHandler to retrieve Names cooresponding to Ids for things like Priority, Severity, Status, etc. Where is the call to retrieve the WorkFlowStep Name and DisplayOrder?
    Posted to OnTime SDK (Forum) by Bill Lefler on July 12, 2007
  • Re: Visibility of archived OnTime tasks to Outlook 2007

    Grant, The OnTime SDK Example that integrates Tasks into Outlook 2007 is not 'production ready' and is therefore just a simple example of how to work with the SDK and perform basic operations within Outlook 2007.  Upon working with the example and modifying it to your needs you could include the ability to include/exclude archived and ...
    Posted to OnTime SDK (Forum) by David Higgins on July 10, 2007
  • OnTime SDK (7.1.0.7311) AddAttachment bug

    Hi, When invoking the AddAttachment method of the AttachmentHandler in OnTime SDK (7.1.0.7311) I'm getting the following exception:System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: Procedure or function 'spI_Attachments' ...
    Posted to OnTime SDK (Forum) by Robert.Wilczynski on June 24, 2007
  • Re: Assigning values to a Multi-Select PickList

    In looking at the database and how MultiSelect data is stored, I attempted to set the CustomFieldValue.Value to the XML structure that I found there, and it worked great.  Below is the function that I call for the value of the customValues() argument of the IncidentHandler.AddIncident method. Hope this helps someone out there, ...
    Posted to OnTime SDK (Forum) by Dennis Allen on May 22, 2007
  • Re: Issue with 2006 SDK and IIS 6.0

    We had the same issue with a fresh install of 6.1.3 on a new box today and upgrading to 6.1.4 or 2007 is not an option at this time.  The seperate application pool fixed the issue, but I wonder if a ''permanent'' solution has been identified? --Scott
    Posted to OnTime SDK (Forum) by SShowers on May 9, 2007
  • Re: OnTime 2007 SDK - Outlook Task Sample

    Justin, The sample has not been tested in a 'disconnected' environment, however, the sample retrieves items from OnTime and then places them in the Outlook Tasks Folder -- this would allow for synchronization with a PDA, as well as accessing the items 'offline' from Outlook on a laptop, etc. I did not write any code to take into account ...
    Posted to OnTime SDK (Forum) by David Higgins on May 3, 2007
  • Re: OnTime 2007 SDK - Outlook Task Sample

    Justin, the Outlook Task Integration Sample for the OnTime SDK is just that -- An OnTime SDK Sample.  This does not mean that Axosoft has official or unofficial intentions to integrate the OnTime Suite into the Microsoft Office Suite.  This sample show cases some of the finer functionalities that a developer can use the OnTime SDK ...
    Posted to OnTime SDK (Forum) by David Higgins on May 3, 2007
  • OnTime 2007 SDK - Flex Charting Example

    This sample demonstrates how to create a custom charting tool with the OnTime SDK and Adobe's Flex SDK.
    Posted to Samples (FileGallery) by David Higgins on April 24, 2007
  • OnTime 2007 SDK - System Tray Notification Example

    This sample illustrates how to create a custom System Tray Notification, similar to the ''You've got Mail'' from most popular email clients.
    Posted to Samples (FileGallery) by David Higgins on April 24, 2007
1 2 Next >

© 2002 - 2007, Axosoft, LLC. All Rights Reserved. | Privacy
Bug Tracking | Defect Tracking Videos | Help Desk Software