Showing page 1 of 2 (19 total posts)
-
Did you know we provide a few different information feeds that help you stay informed with information about Dovetail? By subscribing to feeds, new information is delivered to you – which means you don’t have to go visiting lots of different web sites to see if there’s new content available. Blogs There’s a RSS feed for all the Dovetail ...
-
We're looking for a proven .NET technical lead for one of our product lines. You'll be working on a small team that develops applications for large businesses using some of the latest technology. You will work closely with the VP of Products, and will be involved in all aspects of solution development, including analysis, design, development, ...
-
I mentioned previously that a couple of our devs would be presenting at Austin Code Camp this year.
Also presenting will be Joshua Flanagan from Dovetail. Josh will be talking about about “Leveraging conventions in .NET”, including walk-throughs of a few examples of how my conventions in our day-to-day work help us move fast, including: ...
-
It’s that time of year again – time for the Austin .Net User Group annual Code Camp. It’s a one day free conference, For the Community, By the community. The Conference is this Saturday, May 15, 2010. You can still register online.
Jeremy Miller and Chad Myers from Dovetail will be doing a Dovetail Software Show and Tell session, going under the ...
-
We're expanding the development team on our line of existing products. You'll be working on a small team that develops applications for large businesses using some of the latest technology. You will be involved in all aspects of solution development, including analysis, design, development, testing, documentation, and support.
We’re looking for a ...
-
I spent last week at the Monospace conference, which was held concurrently with the annual Innotech conference here in Austin. Monospace This was the first year for Monospace, and it was fantastic. Scott Bellware did a great job of organizing the conf, bringing in top notch attendees, and providing fun after-hours activities as well. Miguel de ...
-
Come work for one of the most progressive development shops in the US. This is an opportunity to work with some of the leaders in the .NET/C# space including Jeremy Miller and Joshua Flanagan – both senior developers, designers, architects, authors, and open source project leaders -- with tons of experience. We use cutting edge project practices ...
-
Dovetail SDK is a software development kit for writing applications, using .NET, to access Clarify™ databases. One of the more common requirements for objects created for Clarify is performing workflow operations on those objects, such as assigning cases or dispatching change requests. Dovetail SDK provides a powerful set of tools to make workflow ...
-
Seems like it is the perfect place to use Dovetail SDK Generic objects.
For flashes, you need to create a record in table_alert, and relate it to the correct user and site.
Here is an example based on the developer walkthrough in the SDK documentation:
'First, create the dataset which will contain the generics
Dim dataSet As New ...
-
Since you are supplying the login_name for the user performing the close action, we query table_user for that login_name, and then traverse to the employee table via the user2employee relation to get the employee objid, which is used for the table_close_case relation to the employee table.
Currently the employee lookup is only done if ...
1