Export Additional Fields Exporting Client Status-EFILE Status-etc
#1
Posted 15 April 2010 - 05:43 PM
Thanks,
Mike
#2
Posted 15 April 2010 - 07:47 PM
StoneDog, on 15 April 2010 - 11:43 AM, said:
Thanks,
Mike
Hey Mike, I believe they are clientstatus, efilestatus and I'm not sure about the others. Carl will probably know.
#3
Posted 15 April 2010 - 08:35 PM
Thanks for the quick reply. Sounds cheesy, but made my day that this information is available. I can have a complete database to do this analysis it looks like. No to really push my luck, to see when my busy times are, is the date information available (created, modified, e-filed, etc.)?
Thanks,
Mike
#4
Posted 16 April 2010 - 02:05 PM
We have some examples in Excel and C# we can give you that will help. You can then simply use that to look up fields or you could add on to that to build the app you need.
-Lee
#5
Posted 16 April 2010 - 02:36 PM
Lee@Intuit, on 16 April 2010 - 10:05 AM, said:
We have some examples in Excel and C# we can give you that will help. You can then simply use that to look up fields or you could add on to that to build the app you need.
-Lee
That would work well, I personally have limited experience with excel macros and C#, but I do have some staff who would be more fluent with them. How would I go about obtaining these examples?
If it was too complicated, I do have the basic Field Code info I needed from the previous post. It is just a bonus if I am able to gather creation date, etc...
Thanks for all you help, first time using the forums, but I must say it is very helpful, even just reading through some of the previous posts have been enjoyable.
Thanks,
Mike
#6
Posted 16 April 2010 - 03:37 PM
http://anon.intuit-c...SDK_English.zip
This is our standard starter kit which provides several examples in Excel. You'll need to activate the developer tab in Excel and then view the code in VB inside the workbook.
There are other examples in C# that we have in-house. I could arrange to get you the source code for those. After you take a look at our starter kit, if you would like the C# stuff just let me know and we'll set something up.
-Lee
#7
Posted 16 April 2010 - 04:19 PM
The C# stuff will be over my head, but if it contains the full list of Field Codes I wouldn't mind taking a look through the code to complete my export.
Thanks,
Mike
#8
Posted 16 April 2010 - 05:33 PM
StoneDog, on 16 April 2010 - 12:19 PM, said:
The C# stuff will be over my head, but if it contains the full list of Field Codes I wouldn't mind taking a look through the code to complete my export.
Thanks,
Mike
Hey Mike, if you try using the "Profiler" tool included in the SDK sample, there's a checkbox for "History" that will return the list of items that you see in the "File | Properties" dialog. The rest of the stuff in there is accessible, but not through field codes. In any one of the Excel samples, open the Visual Basic Editor and find the button for the Object Browser (I think it's F2, and the VBE button is accessible through the Developer tab in Excel 2007). The Object Browser will let see all of the properties and methods available through our SDK (hint: check the items available for the Client objects e.g. T2009T1Client).
There's a TON of stuff accessible through the SDK, and the code in the samples provided shows you how to get to all of it :)
Hope that helps!
Dave@Intuit
#9
Posted 16 April 2010 - 06:52 PM
Thanks
Mike


Please remember this is a user-to-user community that relies on member participation. We encourage you to ask questions AND share your own thoughts, experience and advice.

MultiQuote