Questions tagged [ontime]

54 questions
0
votes
1 answer

TFS and Forms Authentication

I don't know squat about TFS, other than as a user who has performed simple check in/outs. I just installed it locally and would like to do joint development with a friend. I was having trouble making my TFS web site on port 8080 visible (the whole…
Chad
  • 23,658
  • 51
  • 191
  • 321
0
votes
1 answer

Code can not find specific value from JSON

I using C# to do api calls on software call OnTime by axosoft. I created three custom fields in the client: custom_170 custom_171 custom_172 Each field gets added to a section in the JSON call "custom_fields". OnTime provide an their own API…
zingwing
  • 317
  • 2
  • 3
  • 12
0
votes
1 answer

Missing required fields: customer.id, first_name, last_name

I'm busy integrating onTime API to one of our clients website. All my API requests are successfull (GET, POST). But for some reason POSTING a new /contacts just always give me: Missing required fields: customer.id, first_name, last_name Although…
Schalk Keun
  • 538
  • 4
  • 13
0
votes
5 answers

Managing Projects - What do you think about AxoSoft OnTime?

I am wondering what is your experience with AxoSoft OnTime issues tracking and project management solution in case you have ever used it (pros and cons)... Cheers, B.
BSoft
0
votes
2 answers

Import References Not Being Recognized during Runtime

I have an aspx file and a config file... <%@ Page Language="C#" Debug="true"%> <% .... %> ....
0
votes
1 answer

Console Application using OnTimeApi

I am trying to make a console application that will read data from our Ontime site, and can then write it to a database. I have added a reference to OnTimeApi but I'm having difficulties with the writing portion. Here's a portion of my code: using…
0
votes
1 answer

Create Splash Screen in Excel with a variable timer and variable text

I have a Userform. On the Userform is a Label. In the Userform_Initialize() event I use the code: to close the Userform after x seconds have elapsed. In a module I have the sub KillForm() Unload UserForm1 end sub Now I want to open the Userform…
user1936650
  • 3
  • 1
  • 3
0
votes
1 answer

TFS stopwatch task tracking system

My company is starting using TFS Team Foundation Server, for bug and task tracking system, I used OnTime before. At the OnTime they had a tool called OnTime StopWatch, you could download the tool and use a desktop application that you could start…
Tito
  • 722
  • 4
  • 26
  • 55
-1
votes
1 answer

with using ontime i want to activiate macro at every month end

with using ontime i want to activiate macro at every month end . in this i can put day as 31 but what about month which has day 30 or like feb month . If Day(Now) = 1 Then Application.ontime TimeValue("6:30:00"), "monthly" End If
1 2 3
4