The present invention relates generally to software application. More specifically, the present invention relates a method of validity of a mandatory data element's value may change during the life cycle of a software application.
Databases are central to meaningful transactions on a computer regardless of whether a computer is networked or not. A file stored in an ordinary personal computer hard drive is, ultimately, an entry in a database accessed through a file access table having file names and a plurality of memory locations. Moreover, changes to this file may be incremental in that the entire file is not rewritten immediately, but instead, a record is made of the desired changes. If two different entities try to access and modify a typical file, traditionally only one is permitted with the other one being locked out. This is a safety feature designed to avoid inconsistent changes that may interfere with the operation of software. Commercial databases are designed for different contexts but often have similar concerns during their use by client applications. A data element is a
A named unit of data that, in some contexts, is considered indivisible and in other contexts may consist of data items.
A named identifier of each of the entities and their attributes that are represented in a database.
A basic unit of information built on standard structures having a unique meaning and distinct units or values.
In electronic recordkeeping, a combination of characters or bytes referring to one separate item of information, such as name, address, or age.
Data elements usage can be discovered by inspection of software applications or application data files through a process of manual or automated application discovery and understanding. Once data elements are discovered they can be registered in a metadata registry. An existing data record opened for a given operation can have more than one data elements and some of them are mandatory data elements. The validity of a mandatory data element's value may change during the life cycle of a software application. The invalid values of a data element cause application errors or unexpected results. This is often resolved by database updates to fix the invalid data, but it requires database administrator intervention and may not always be feasible. The invalid condition can happen frequently, and it may be difficult to find a valid value for a given invalid data. This makes the database fix or any data fix programs harder to implement.
The present invention provides a unique way of handling such situation where known solutions require significant time and efforts to implement.
The present invention provides an application logic to detect the invalid value of a given mandatory data element, set the value to blank, and allow the regular program flow to fix the necessary data when the blank value is encountered by the work flow. This approach eliminates the need for expensive and complex data fix programs or database administrator's intervention.
The present invention provides application logic to detect the invalid value of a given mandatory data element and set the value to blank and allow the regular program flow to fix the necessary data when the blank value is occurred.
1. If a given mandatory data element's value is invalid it will be set to blank so that the normal required checks on that element take over the task of fixing the value with the built in blank value handling in the workflow steps.
2. This invention does not require any database administrator invention or any costly complex fixer batch programs.
3. Since the invalid value is set to blank for the mandatory data element, the actual value for it will be fixed during the workflow.
4. No extra effort is needed if the value becomes invalid and doesn't need a very complex logic to determine the valid value for it outside the existing workflow's logic.
An assumption is that all software applications are built to handle blank values for a mandatory element of a data record. The following execution flow assumes this capability, and the current invention provides a method to set the mandatory data element's value to blank if it is found invalid, so the execution flow will automatically fix the blank value to a valid value.
Referring more particularly to the drawings,
In one embodiment the system is a method for handling invalid condition of a data element during the life cycle of a software module, wherein said software module has a data record;
wherein the data record has one or more data elements;
wherein some of the one or more data elements are required to have valid value;
the method comprising the steps of: a workflow supporting an operation;
wherein the workflow using the one or more data elements on a screen;
checking the validity of the some of the one or more data elements, based on relevant validation rules;
if one of the some of the one or more data elements is invalid, replacing the one of the some of the one or more data elements with a blank or null value;
and if the one of the some of the one or more data elements is a blank or null value, the workflow preventing the operation to go to a next step, until a valid value is entered for the one of the some of the one or more data elements.
Any variations of the above teaching are also intended to be covered by this patent application.
Number | Name | Date | Kind |
---|---|---|---|
5276791 | Palmer | Jan 1994 | A |
6065148 | Obermeier et al. | May 2000 | A |
6134628 | Hamadani | Oct 2000 | A |
6425121 | Phillips | Jul 2002 | B1 |
6751634 | Judd | Jun 2004 | B1 |
6941310 | Ahad et al. | Sep 2005 | B2 |
7007026 | Wilkinson et al. | Feb 2006 | B2 |
7080049 | Truitt et al. | Jul 2006 | B2 |
7089583 | Mehra et al. | Aug 2006 | B2 |
7231082 | Lenoir | Jun 2007 | B2 |
7320090 | Coulter et al. | Jan 2008 | B2 |
20020046294 | Brodsky et al. | Apr 2002 | A1 |
20020116474 | Copeland et al. | Aug 2002 | A1 |
20050182792 | Israel et al. | Aug 2005 | A1 |
20060167863 | Cole et al. | Jul 2006 | A1 |
20060259388 | Morea et al. | Nov 2006 | A1 |