Skip to main content

Window: Resource Type

[Created: 15/06/2002 - Updated: 17/12/2007 ]
Description: Maintain Resource Types
Help: Maintain Resource types and their principal availability. it is used to calculate the available time in a resource. It allows input of starting time and end time for the slot according to the working days.

Tab: Resource Type

[Created: 15/06/2002 - Updated: 17/12/2007 ]
Description: Maintain Resource Types
Help: Maintain Resource types and their principal availability.
Tab Level: 0

Table 10: Resource Type - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.s_resourcetype.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.s_resourcetype.AD_Org_ID numeric(10)
Table Direct
Search KeySearch key for the record in the format required - must be uniqueA search key allows you a fast method of finding a particular record.If you leave the search key empty, the system automatically creates a numeric number. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).s_resourcetype.Value character varying(40)
String
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.s_resourcetype.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.s_resourcetype.Description character varying(255)
String
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.s_resourcetype.IsActive character(1)
Yes-No
UOMUnit of MeasureThe UOM defines a unique non monetary Unit of Measures_resourcetype.C_UOM_ID numeric(10)
Table Direct
Allow UoM FractionsAllow Unit of Measure FractionsIf allowed, you can enter UoM Fractionss_resourcetype.AllowUoMFractions character(1)
Yes-No
Product CategoryCategory of a ProductIdentifies the category which this product belongs to. Product categories are used for pricing and selection.s_resourcetype.M_Product_Category_ID numeric(10)
Table Direct
Tax CategoryTax CategoryThe Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax.s_resourcetype.C_TaxCategory_ID numeric(10)
Table Direct
Single Assignment onlyOnly one assignment at a time (no double-booking or overlapping)If selected, you can only have one assignment for the resource at a single point in time. It is also not possible to have overlapping assignments.s_resourcetype.IsSingleAssignment character(1)
Yes-No
Time SlotResource has time slot availabilityResource is only available at certain timess_resourcetype.IsTimeSlot character(1)
Yes-No
Slot StartTime when timeslot startsStarting time for time slotss_resourcetype.TimeSlotStart timestamp without time zone
Time
Slot EndTime when timeslot endsEnding time for time slotss_resourcetype.TimeSlotEnd timestamp without time zone
Time
Day SlotResource has day slot availabilityResource is only available on certain dayss_resourcetype.IsDateSlot character(1)
Yes-No
SundayAvailable on Sundayss_resourcetype.OnSunday character(1)
Yes-No
MondayAvailable on Mondayss_resourcetype.OnMonday character(1)
Yes-No
TuesdayAvailable on Tuesdayss_resourcetype.OnTuesday character(1)
Yes-No
WednesdayAvailable on Wednesdayss_resourcetype.OnWednesday character(1)
Yes-No
ThursdayAvailable on Thursdayss_resourcetype.OnThursday character(1)
Yes-No
FridayAvailable on Fridayss_resourcetype.OnFriday character(1)
Yes-No
SaturdayAvailable on Saturdays_resourcetype.OnSaturday character(1)
Yes-No