Forums for the Business Analyst

 
  Modern Analyst Forums  Business and Sy...  Requirements  Requirements for a Notes Field
Previous Previous
 
Next Next
New Post 12/9/2014 12:09 PM
User is offline Mohammad
5 posts
10th Level Poster


Requirements for a Notes Field 
Can you give me some requirements for a notes field? I tried to google it but no luck! Thanks!
 
New Post 12/12/2014 1:09 AM
User is offline NitWitNick
259 posts
5th Level Poster


Re: Requirements for a Notes Field 

You will need to ask your users how they prefer to enter notes ... Will you have one field ... ie. 30 char long and entering them one at a time on multiple lines ?


or

Will you have a single notes field where they can type in multiple notes at once ... like a Visual Basic Text Field or like the Notes Field you are using here on Modern Analyst to enter in your questions?


Based on the user preferred method ... talk to your Database Administrator to see what their preferred method is to store that data.


Will they store it One Note At a Time:

You would need to create some kind of database varchar field. One Note, One Record.

You would also need a sequence or Date/Time field to keep them in order ... and display them in some type of grid in that order.


Or


Will they store it Multiple Notes At a Time ... like into a Visual Basic Memo Field.

You would need to creaate a database Field to hold the notes:


The database field type depends on your database ... ask your Database Administrator what they are using:

Access = Memo (Access 2010 can store up to 1 gigabyte of characters).

MySQL = LONGTEXT (Holds a string with a maximum length of 4,294,967,295 characters).

SQL Server = varchar(max) (Variable width character string. Maximum 1,073,741,824 characters).

Oracle = Long (Can store variable-length character data containing up to 2 gigabytes of information).

Etc.

----

The user part is easy ... draw a picture (wireframe) of your user interface displaying how the notes field will look ... single fields or a memo field ... describe how they will enter the notes.

The technical part was described above ... talk to your Database Administrator to see how the data will be entered into the database and what fields they prefer to use or create.

Also get the names of any Tables and Fields they will create so you can put that into the functional specs for the database Administrator to create and so the programmers know what to use..


It Ain't Hard ... It Just Takes Time To Be Detailed ... Have Fun  

 
Previous Previous
 
Next Next
  Modern Analyst Forums  Business and Sy...  Requirements  Requirements for a Notes Field

Community Blog - Latest Posts

In today's ever-evolving market, businesses must adapt swiftly to remain competitive and meet the needs of a fast-paced digital economy. Among the various business strategies available, digital transformation, customer-centricity, and sustainability have emerged as top priorities. Let’s explore why these strategies are critical for busine...
The Cisco Certified Network Associate (CCNA) certification is a pivotal credential for networking professionals, validating your skills in networking fundamentals, security, automation, and programmability. Preparing for the CCNA exam can be challenging, but with the right strategy, resources, and mindset, you can successfully achieve this certific...
The CEO/CIO's Guide to Architecting AI: Vision to Value in Minutes Introduction to Architected AI Artificial intelligence (AI) is becoming part of our life at an unprecedented pace. As CEOs and CIOs grapple with how to leverage this powerful technology to drive strategy and enhance operations, the concept of Architected AI becomes importa...

 



Upcoming Live Webinars




 

Copyright 2006-2024 by Modern Analyst Media LLC