function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
CYTEXONECYTEXONE 

Web Timecard Form

Hello Everyone

We want to create a generic Web based form that our techs can use to submit Daily Timecard / Log Sheets.  It doesn't need to be very High Tech we do however want the information put into Salesforce, perhaps in a custom object. 

Is this possible?

Thanks
Ron HessRon Hess
If the techs do not have a user login to salesforce, please consider web to Case or web to Lead functionality, this is the easy way to create an input form that loads data into the database

if they do have a login, then custom object is great.  
CYTEXONECYTEXONE
Hey Ron...

Can a Web->Case form create something other than a Case?

If they do have a logon how would I do this with a custom object?

Thanks
Ron HessRon Hess
No, web to case can only create a case.

if a user has a login, you could use a custom object to hold the form fields that need to be filled in, just define a custom object, fields, page layout and your reports.