Welcome to the Calyx Software Message Boards where you can share ideas and solutions with other Calyx users! Calyx personnel including Tech Support, Development, QA, and Business Planning often visit these message boards unofficially to better understand our customers' needs. To submit your suggestions Click Here.
This discussion forum is a service provided by Calyx Software. Calyx Software does not endorse any particular point of view expressed in this forum or any information provided in it. The use of the information provided by other users in this message board is at your own risk.
Calyx Software Message Board
Home      Members   Calendar   Who's On
Welcome Guest ( Login | Register )
      



Whither SDK?Expand / Collapse
Author
Message
Posted 1/5/2007 8:27:58 PM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 3/16/2007 4:25:08 PM
Posts: 36, Visits: 905
Any word on the delivery of the long-promised SDK for Point?

I'm especially interested to know the features and pricing.

Post #4180
Posted 1/17/2007 8:06:35 AM


Sepal

Sepal

Group: Moderators
Last Login: Today @ 4:06:35 PM
Posts: 1,183, Visits: 9,261
Its still in the early development stages I don't know of a time line nor pricing model. If you would like to provide some input in terms of what you need an api to do for you that would be greatly appreciated.

Disclaimer:  This post carries no explicit or implied warranty. Nor is there any guarantee that the information contained in this post is accurate. It is offered in the hopes of helping others, but you use it at your own risk. The author will not be liable for any damages that occur as a result of using this post.
Post #4195
Posted 1/18/2007 4:30:25 PM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 1/5/2009 9:52:02 AM
Posts: 28, Visits: 44
I'd like to see a C, C++, or Java interface.

Please do not do exclusively do some MSFT technology (i.e. c#, .net, VB...).  Otherwise everyone like me will be locked out.

Thanks
Jay

Post #4199
Posted 1/18/2007 4:31:27 PM
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Group: Forum Members
Last Login: 1/5/2009 9:52:02 AM
Posts: 28, Visits: 44
What is the current file format (i.e. what type of database file), does point currently store it's data?

Thanks
Jay

Post #4200
Posted 1/19/2007 6:56:51 AM


Sepal

Sepal

Group: Moderators
Last Login: Today @ 4:06:35 PM
Posts: 1,183, Visits: 9,261
Point uses a proprietary flat file format to store its information.

Disclaimer:  This post carries no explicit or implied warranty. Nor is there any guarantee that the information contained in this post is accurate. It is offered in the hopes of helping others, but you use it at your own risk. The author will not be liable for any damages that occur as a result of using this post.
Post #4204
Posted 2/27/2007 7:46:27 AM
Junior Member

Junior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior MemberJunior Member

Group: Forum Members
Last Login: 10/1/2008 2:08:42 PM
Posts: 18, Visits: 27
I know it has only been a month - but have there been any updates on the release of the SDK for Point?

Thanks!

Sean

Post #4421
Posted 7/1/2007 5:18:57 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 7/1/2007 5:21:39 PM
Posts: 1, Visits: 4
jstrauss (1/18/2007)
I'd like to see a C, C++, or Java interface.

Please do not do exclusively do some MSFT technology (i.e. c#, .net, VB...).  Otherwise everyone like me will be locked out.

Thanks
Jay

I agree... to a point.

For instance, our corporate office has an online system (tied to accounting) into which we have to re-key basic loan data.  This is really annoying and wastes a lot of time.  I'm going to write a tool to log in and enter information for me.  If the SDK/API can make "borrower objects" readable through Java, then creating the tool would be much easier for me.  Otherwise, I'll have to find my own way to parse borrower files.

On the other hand, if the "objects" in point were accessible through VBA, I could do some powerful/amazing things.  For example, almost every system at least has Excel installed and I create many spreadsheets for customers.  If I can access point data with VBA, then I could make a "cash flow" sheet with one table showing a borrower's bills before refinancing and another table showing the bills after paying certain debts and lowering their interest rate.  Plus, I can pop in a couple charts and very visually show them the value of refinancing today.  Further, just by using income, liabilities, previous and new PITI, I could plot the data out 10 years in the future and show how much better off they'll be.  Through VBA and the SDK, I can write one program that automatically generates these excel spreadsheets for any borrower and instantly emails them--all with one button click.

As another example, I could pull all borrower data into access.  Then I can querry all closed loans that have interest-only terms expiring in the next 12 months.  From this set, I could make customized Word form letters with the details of their loan and property.  Then I could pass this into Outlook and automatically email each customer their individualized form letter reminding them it's time to re-fi.  Again, all done just by clicking a "notify I/O borrowers" button.

These are off the top of my head but the point is, there are endless uses to having Point data exposed and accessible to multiple programming languages.  One potentially simple solution would be to export basic XML objects since nearly all major languages have XML parsers.  There could be a "loan" object that has all the basic fields.  A "originator" object could have information relating to an originator's pipeline and production.  A "cardex" object could expose database information.

Alternatively, to keep things really simple, basic XML objects could be created that just contain the fields of each "page" in point.  There are only so many key pages that accept user input.  There could be a "borrower information" object a "page 1" object a "page 2" object, etc.  It's not very elegant but it's straight-forward and easy to use and create.   Whatever the GUI pulls its values from can likely just be made into an XML object with very little effort.

Having JUST that much, is enough for me to improve my own productivity two or three fold!  I would no longer care what EnCompass can do (I've been trying to decide whether to switch) because I know I could build anything I need with point's SDK or find useful mods/plugins/extensions on-line.

Post #5408
Posted 7/2/2007 6:20:52 AM


Sepal

Sepal

Group: Moderators
Last Login: Today @ 4:06:35 PM
Posts: 1,183, Visits: 9,261
I expect the SDK to be dot net but you can use it with com to interopt via java, c++ or what ever your poision.

Disclaimer:  This post carries no explicit or implied warranty. Nor is there any guarantee that the information contained in this post is accurate. It is offered in the hopes of helping others, but you use it at your own risk. The author will not be liable for any damages that occur as a result of using this post.
Post #5409
« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Emmanuel Huna, Bryan Telford, Jason Beck, Mike Thompson, BetaFisch

PermissionsExpand / Collapse

All times are GMT -8:00, Time now is 7:14pm

Powered by InstantForum.NET v4.1.4 © 2009
Execution: 0.031. 8 queries. Compression Enabled.
© 2005 Calyx Software. All rights reserved.