Ad 1

Tuesday, August 21, 2012

Value Set 

 Description :


  Value Set contains set of values. It is mainly used for entering junk free data into the application. 
  And not to confuse with validation of values of which this isn't used for any sort of validations.

Example :

  Lets say a concurrent program has three parameters .
  i.    Country 
  ii.   Code
  iii.   Region 

 These values are selected through drop down and user needn't enter any value.


Types of Values Set 

i. None
ii. Independent 
iii. Dependent
iv. Table
v. Special & Pair
vi. Translatable Independent  &
vii.Translatable Dependent


Description 
    
 i. None :  No Validation
ii. Independent :    A Pre defined list of values
iii. Dependent :   Values depend on Independent Value set
iv. Table :    Uses a table from where the values are fetched from
v.  Special : Used to get value from a flex field
vii. Pair :   Used when the need to define the value such that where it depends on Range of Flex fields.
viii. Translatable Independent : Same as Independent value set except that the values are Translatable
ix. Translatable Dependent  : Same as Dependent value set except that the values are translatable.


Example : 
1.  Need to create parameters in a concurrent program where when selected the value for country its dependent states should get displayed in the next parameter .


  

No comments:

Post a Comment