Modify an existing record in schedule table.

Schedule-Edit image

  • Start - select date and start time
  • End - Select date and end time
  • Details - description Max(255)
  • Location - Not In Use. Max(50)
  • Service - select from products dropdown list. Subject(50) ProductName filtered to services
  • Employee - select employee, default to current user. UserID(Identity)
  • Bill To - select from customer list as to who to bill this time to. CustomerId(int) Companies in customer role.
  • Catagory - this should be first so as to filter view. ScheduleType(int)
  • EmployeeId - Not in Use filtered to 0
  • BillingId - Not in Use filtered to 1
  • Author - Not in Use default to null

Links

Author: Chester Bryndza

  • Author image
    Published: Sunday, April 1, 2018
    Scope: Public
    Tag: HELP EDIT