Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
tasks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-13-2012 11:20 AM
I have a custom object called resources. The resource has a set number of allocated hours for the week. One task can be assigned to one resource for a given time. I need to be able to
#1 set the number of hours a resource can have in a week
#2 set the number of hours a task should be done in
#3 deduct the number of hours a resource has - the number of hours of tasks associated to that person
#4 the resource has a start and end time for the week, the task start and end date should be within those hours or else the resource cannot be assigned
I need help with #3 and #4. I know tasks are very limited in what can be done with them... any ideas on what i can do here?

