Database design for Help Desk application.

Hello does any one know
Database design for Help Desk application.
ERD
Business rules and features
?

The best way to approach a database design is to write a
specification for the application. Document what processes the help
desk technicians will do. In the process, identify what pieces of
information they work with. When you have the complete
specification written, you can then begin grouping the pieces of
information they work with together. For example, a ticket may have
a number, status, priority and a person to whom it is assigned. The
person to whom the ticket is assigned will have a name, phone
number, e-mail address and a list of technical skills.
So in this overly-simplified example, we could have a table
that contains ticket information, a table that has information
about technicians and a table of skills. Then ask your self
questions like "Can one ticket be handled by more than one
technician?" "Can one technician handle more than one ticket?" Can
a technician have more than one skill?" In this way, you can begin
seeing the one-to-one, one-to-many and many-to-many relationships
that exist.

Similar Messages

  • DataBase Design For InvoiceSystems

    Sir I am doing my Final Year B.sc(Comp.sci), I am having my Oracle Project to do things.
    I just wan't a Detailed DataBase Design for
    Invoice Systems
    Please Could you help me in terms of DataBase Design......

    The best way to approach a database design is to write a
    specification for the application. Document what processes the help
    desk technicians will do. In the process, identify what pieces of
    information they work with. When you have the complete
    specification written, you can then begin grouping the pieces of
    information they work with together. For example, a ticket may have
    a number, status, priority and a person to whom it is assigned. The
    person to whom the ticket is assigned will have a name, phone
    number, e-mail address and a list of technical skills.
    So in this overly-simplified example, we could have a table
    that contains ticket information, a table that has information
    about technicians and a table of skills. Then ask your self
    questions like "Can one ticket be handled by more than one
    technician?" "Can one technician handle more than one ticket?" Can
    a technician have more than one skill?" In this way, you can begin
    seeing the one-to-one, one-to-many and many-to-many relationships
    that exist.

  • DataBase Design For Inventory Systems

    Sir I am doing my Final Year B.sc(Comp.sci), I am having my Oracle Project to do things.
    I just wan't a Detailed DataBase Design for
    Inventory Systems
    Please Could you help me in terms of DataBase Design......

    The best way to approach a database design is to write a
    specification for the application. Document what processes the help
    desk technicians will do. In the process, identify what pieces of
    information they work with. When you have the complete
    specification written, you can then begin grouping the pieces of
    information they work with together. For example, a ticket may have
    a number, status, priority and a person to whom it is assigned. The
    person to whom the ticket is assigned will have a name, phone
    number, e-mail address and a list of technical skills.
    So in this overly-simplified example, we could have a table
    that contains ticket information, a table that has information
    about technicians and a table of skills. Then ask your self
    questions like "Can one ticket be handled by more than one
    technician?" "Can one technician handle more than one ticket?" Can
    a technician have more than one skill?" In this way, you can begin
    seeing the one-to-one, one-to-many and many-to-many relationships
    that exist.

  • Database design for share market

    Hi One and All,
    I have a query regarding, design of New database....
    Right now I joined as a Database administrator as a fresher, my superior has given me one assignment i.e. I have to create a sample database on Share market. As per his requirement the tables should be Issuer table, Security table, Broker table, INvestor table, Account table, Order table, Tradeing table. He said that I have to prepare the fiellds for this tables and relation ships and whole database structure.... I can prepare relations ships and database structure but the problem is, I don't know how the stock market is really works. If any body help me in this issue I am very thank full to him.
    I need just the table feilds, if I get this rest of job i wil do by studying the subject of share market.
    Thank You

    Hi,
    As per Hemant this forum is not appropriate for this question. However you have to analyze the system by meetings with stock broker at stock Exchange or to the client for which you are designing the system. Ask your superior to arrange meeting with client and then ask question to him so that you can made database design for them.
    Regards,
    Abbasi

  • DataBase Design For Library maintenance

    Sir I am doing my Final Year B.sc(Comp.sci), I am having my Oracle Project to do things.
    I just wan't a Detailed DataBase Design for
    Library Maintenance
    Please Could you help me in terms of DataBase Design......

    Suyambu
    You have asked several questions of this nature.
    A forum cannot be expected to take the place of a comprehensive book or training course.
    Please ask reasonable questions about distinct issues which can be given succinct replies.

  • DataBase Design For Library maintanence

    Sir I am doing my Final Year B.sc(Comp.sci), I am having my Oracle Project to do things.
    I just wan't a Detailed DataBase Design for
    Library Maintanence
    Please Could you help me in terms of DataBase Design......

    Suyambu
    You have asked several questions of this nature.
    A forum cannot be expected to take the place of a comprehensive book or training course.
    Please ask reasonable questions about distinct issues which can be given succinct replies.

  • Help desk application

    hi
    do you guys know any help desk application product written in
    coldfusion
    we are thinking of buying or having someone to build for us.
    thanks

    Not sure if you've looked already, but a quick
    Google
    Search gives a few useful links such as
    this
    and
    this
    Good luck.

  • Help desk application written in coldfusion

    Hello
    I was assigned to re-create a help desk application using
    coldfusion.
    I am so far clueless from the business requirements
    Know the IT dept is expanding to more than one geographic
    location.
    Is there a sample application written in coldfusion. Maybe I
    can get an idea on functionalities and have some basis. BOOKS on
    business / logical flow? Sample software written in CF?
    Thanks

    with some modification to the following wonderful project by
    Raymond Camden,
    http://lighthousepro.riaforge.org/
    ,you can have an idea on how to start. I am designing one right now
    and it will take me a while before i finish since I could not use
    the one by Ray (it requires CF7 and I have only 6.1). I will
    appreciate it if you find one on the web and share it with me.
    Mamdoh

  • Help with a database design for community housing project

    Talking database design
    Hi all, I have been wondering about the design of tables for a big block of residential units. There are 100 + rooms. there are about 25 houses in this complex but the 100 + rooms are all rented out separately.
    Its just like a college campus really but its not a college campus , its a little unique.
    The rents are applied as a percentage of income, so thats not common, so I included a tblRoomCost where the pre-calculated weekly cost is entered, and its got a date field in there for when the change of rent charged. I probably need to include an income field in tblCustomer, even just as an Admin reference.
    So is this looking pretty ok and would there be any point in scrapping the database and using text files ?
    So what do you think of these tables please ?
    tblCustomer
    pkCustomer, fldFirstName, fldLastname
    tblRoomAllocation
    pkRoomID, fkCustomer
    tblRoomCost
    pkRoomID, fldDate, fldRoomCost
    tblTransactionID
    pkTransactionID, fldDate, fldTransactionType, fkCustomer, fldAmount

    The naming scheme is one I learned and havn't thought past it though I do get into trouble and your suggestion may prove useful when codeing !
    I thought the tblRoomAllocation and tblRoomCost took care of changing. Though I see now that tbleRoomAllocation needs a Date field really. And the tblRoomCost has a fldRoomCost which isnt really that good an implementation as the rooms themselves are priced always accoedijng to the income of a resident and not because of the room. So the real world object is getting fudgy........
    It is extremely unlikly that Admin would ever allow two rooms to be rented by an individual.
    I will have a look at possibly your suggestion that an Accounts table be used.
    Also I thought about having a startDate and EndDate in the tblTransaction to represent the period being paid for. Just seems like a lot of Dates in a transaction table. One to record the transaction, the other two dates to indicate the period that was actually being paid for. ? When perhaps I should work that out in the runtime code.v ? This will be a VB.Net app.
    Do you think there is a need for Accounts table if only one room is permitted to be rented , though room changing may be common?
    And thx for your input.
    Message was edited by:
    user521381

  • Database design for DSS

    Hello All
    I have to design database for a DSS.
    It is basically a MIS project which will be used for reporting purposes
    Can anyone please tell me what are the considerations to be made
    while designing for such a system.
    Any documents or web links will be of great help
    Thanks in advance
    Ashwin N.

    The best way to approach a database design is to write a
    specification for the application. Document what processes the help
    desk technicians will do. In the process, identify what pieces of
    information they work with. When you have the complete
    specification written, you can then begin grouping the pieces of
    information they work with together. For example, a ticket may have
    a number, status, priority and a person to whom it is assigned. The
    person to whom the ticket is assigned will have a name, phone
    number, e-mail address and a list of technical skills.
    So in this overly-simplified example, we could have a table
    that contains ticket information, a table that has information
    about technicians and a table of skills. Then ask your self
    questions like "Can one ticket be handled by more than one
    technician?" "Can one technician handle more than one ticket?" Can
    a technician have more than one skill?" In this way, you can begin
    seeing the one-to-one, one-to-many and many-to-many relationships
    that exist.

  • Recommendations for Help Desk (issue tracking) program for Mac OS

    Hello all
    Any recommendations for a help desk software to be mainly used for issue tracking/ticket management applications for Mac OS?
    I prefer for the app to run local on the Mac so no web or server software.
    Thank you

    I also use CS5 (Design Suite) on a Mac. When I upgraded to Lion, Illustrator did not crash for me, but it (and Photoshop) was acting squirrelly and some of the features did not work at all. After six weeks, I reformatted my hard drive and reinstalled Snow Leopard. Now everything works perfectly.
    The other thing I did was to partition my hard drive so that I can reinstall Lion on the new partition. That way, I can run either operating system and run application programs on the OS that is most appropriate for it. I have no problems moving files between the partitions.
    Not the most attractive solution, but I am very satisfied. Just my two cents...!
    Good luck!

  • Database design for multiple users/connections

    Hello All,
    My questions are about overall design/strategy of the database.
    We are using Oracle 9.2.0 on AIX as a backend for a ColdFusion application. When deployed, the CF app and Oracle will be running on our customer's server, with the customer's various physical locations accessing the server remotely. The customer will manage the oracle database on their server.
    With the potential for approximately 70 locations remotely accessing the database at the same time, each remote location will only be selecting and updating their own records out of any table -- i.e. each record contains an indexed "location id" -- although inserting would be a different story.
    Would creating views provide the data manipulation performance the users would need? Or perhaps individual schemas with individual tables/indexes for each location id? Or should we consider separate databases?
    Does anybody have any ideas or practical suggestions about how to approach this? Are there other considerations that we should be thinking about?
    Please let me know if I have not provided enough information. Your comments/criticisms are greatly appreciated.
    Louise

    Creating views: not an option I think. It would involve a lot of programming with 'instead of' triggers etc.
    Seperate databases: a good way if the locations are completely independant and do not share information. This involves more DBA work.
    Separate schema's in one database: this would make public synonyms impossible, and is probably not a good option.
    Adding a location id to tables: the best way I think, and flexible. You can easily add another location, and locations can easily share information.

  • Database design for the Project System!

    Hi
    I need the database design schema for the Project System .
    For example with the transaction code CJ20N at the left side all the Project Hierarchy is tabulated.
    I want to  know the relations between tables ?
    Would you please help me ?

    look logical database PSJ with tcode SE36
    grx. A.

  • Create a custom MMC snap-in for Help Desk to edit Passwords.

    Hi all,
    My scenario is similar to the scenario found here: http://social.technet.microsoft.com/Forums/windowsserver/en-US/3f0dbf8e-636b-45fe-93db-f788d5b976fd/allow-help-desk-to-only-reset-user-passwords?forum=winserverManagement.  
    "I'd like to come up with a way for [Managers] to be able to change someone's password and/or unlock
    the user account if applicable.  I'm hesitant to add them to the Account Operators built-in group since this would give them the rights to add/remove from groups, create or delete accounts and so much more that doesn't apply to their responsibilities.
    A web interface for them to use or something other simple and small would be preferred.  I know there
    are pricey 3rd-party apps that can compartmentalize system rights for user accounts, but first I'd like to explore simpler options."
    My Question: Most of my scenario has been answered in the above link, however, I am not sure how to create a custom MMC snap-in that will allow Managers to edit user passwords from their workstation. Also, if I create a
    MMC snap-in is there a way to deploy it with group policy to the managers or would I have to log in to each of the managers workstations and set it up manually?
    All answers are greatly appreciated! Thanks for your help. 

    Hi,
    Please refer to the following article and check if can help you.
    Reset Password Custom Console
    à
    if I create a MMC snap-in is there a way to deploy it with group policy to the managers
    I don’t think that you can achieve the target directly by using group policy. Just another thought, you may create a script to deploy the MMC snap-in. Then add the script
    as Logon script in Group policy and
    assign user logon scripts to those specific users. Just a thought, thanks for your understanding.
    If anything I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • After Firefox 12, some fields in forms in our help desk application do not display correctly. They appear as horizontal scroll fields instead.

    We use a Help Desk system at work (BMC Remedy IT Service Management). In version 12 of Firefox, all fields are displayed correctly in the form. However, if I upgrade to any version greater than 12, some of the fields display as horizontal scroll fields (without showing the data in them). As such, I am forced to stay on version 12 for work.

    Found this is actually a problem with the BMC Remedy system in use (version 7.1). Here are details if anyone is interested: https://communities.bmc.com/communities/message/256456

Maybe you are looking for

  • Example JSP and XML code inside that allows update of attributes

    <?xml version="1.0" encoding="UTF-8"?> <MATT_DOCUMENT> <NAME>Test MATT Document</NAME> <DESCRIPTION>An example MATT Document</DESCRIPTION> <TITLE>Matt Australia</TITLE> <INCLUDEME>TRUE</INCLUDEME> <KEYWORDS>Australia Brisbane Sydney</KEYWORDS> <conte

  • Extracting portions of a sequence

    New to Premiere Pro.  Using Lynda.com and classroom in a book to learn. I have a large single .AVI file (2 hours) I want to break it into multiple .AVI files as each portion is different subject so I can name the files ABC.avi DEF.avi for later use. 

  • WUT-125 Webutil Error happens occasionally....

    Hello, We are currently running OAS 10g (10.1.2) ti deliver a web-based Forms application to our users (some are onsite and some off-site). We use the WEBUTIL file transfer function CLIENT_TO_AS_WITH_PROGRESS to allow the users to upload their work (

  • Can we close Fiscal Year for Assets without posting Depreciation?

    Hi All, My client has 11 Company Codes. During the year end activity, I closed the FY of Assets for 10 Co. codes (T.code AJAB) and 1 is pending as depreciation is not posted for some assets yet. The client wants me to close the FY for assets without

  • Camera Raw Title Bar stuck behind taskbar

    Hi Adobe Experts! I have recently started using Windows 7 on one of my machines and it is causing a few headaches with CS4 and CS5. When I open Camera Raw in Win7 it seems to have a fixed window height. That is, the top of the C-Raw window is at the