Thanks Clay - that helps a bit.
We are planning to implement a time tracker that will send out a form to
about 30 people on a daily basis. The form would be dynamic - it contains a
list of tasks that each individual is assigned to. Upon receipt of the email,
they should fill out the number of hours spent on each task and hit submit.
I was looking at other solutions, but infopath seems to be a good fit. The
only problem I anticipate is that scheduling the emailing of the dynamic
forms might be tricky...
Thanks,
Nathan
Again, the Database Accelerator has a complete Project Tracker Solution
included, with Timecards, which has assignments and workflow via email. Plus
you can have SQL reports on the backend for analysis and reporting.
I believe it is easier to have a form they fill out daily which pulls their
specific tasks which they have been assigned from a central database, which I
think you will need anyway, rather than emailing them a static form which may
get out of date. Other than a reminder I would just link to the form they
need. You can identify each user of the form and then show them just their
tasks.
You may also need a form to make the assignments.
InfoPath is a good solution for this but the architecture and the setup are
key.

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> Thanks Clay - that helps a bit.
>
[quoted text clipped - 53 lines]
> > > > >
> > > > > Nathan
nathanfunk - 05 Nov 2007 21:24 GMT
We will definitely have a database with the tasks and users from which the
forms will be generated dynamically on a daily basis. So we were thinking if
it's not too hard to implement, it would be nice to deliver the form directly
as an email.
You seem to imply that it would be relatively complex to deliver dynamic
forms by email. Is that correct?
Nathan
> Again, the Database Accelerator has a complete Project Tracker Solution
> included, with Timecards, which has assignments and workflow via email. Plus
[quoted text clipped - 68 lines]
> > > > > >
> > > > > > Nathan
Clay Fox - 05 Nov 2007 21:56 GMT
All you need is one dynamic form.
You have a table of your tasks with the username as one of the fields.
The form would identify the user on open, with an AD Web Service. And then
Query the data for records which match the user and possibly a time frame.
So one form template would be used for all users or at least groups of users.
Emailing out a copy of the actual form is more difficult then just a link to
the form becuase they would need to be created by a user or a server process.
A generic reminder which everyone use the same link is much easier to put in
a reminder or email.
I am assuming the data input by the user would be submitted back to the
database not emailed back statically.
If you want a demo of the Project Tracker solution or a Timecard form with a
backend DB then let me know.

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> We will definitely have a database with the tasks and users from which the
> forms will be generated dynamically on a daily basis. So we were thinking if
[quoted text clipped - 78 lines]
> > > > > > >
> > > > > > > Nathan
nathanfunk - 05 Nov 2007 22:06 GMT
Thanks Clay. Unfortunately I'm on a $0 budget for this project, so I have to
be resourceful...
We are also considering creating a custom Outlook plugin that would allow
users to perform the updates from within Outlook. But I think due to the time
limits on this project it might be more feasible to set up a InfoPath form on
a server. I probably won't end up emailing the form since it sounds like too
much of a hassle for the few clicks that we would save the end users.
Nathan
> All you need is one dynamic form.
>
[quoted text clipped - 98 lines]
> > > > > > > >
> > > > > > > > Nathan
Clay Fox - 05 Nov 2007 22:27 GMT
I think that it is actually faster for the end user to use the link then open
the attachment.
A server based template is ideal, the challenge will be interacting with
your data without web services and being able to query and submit your tables.
The Database Accelerator tool kit is free to download so you can get your
proof of concept together.
It includes the ActiveDirectory Web Service so you can identify your users
even if they are using a VPN connection.
Then be able to control and secure your forms. Typically you do not want to
mess around with peoples time reporting.
Good Luck.

Signature
Thanks
Clay Fox
Qdabra Software
http://www.qdabra.com
InfoPathDev.Com
The Largest InfoPath Forum in the World
http://www.infopathdev.com
> Thanks Clay. Unfortunately I'm on a $0 budget for this project, so I have to
> be resourceful...
[quoted text clipped - 109 lines]
> > > > > > > > >
> > > > > > > > > Nathan