Thursday, 26 May 2011

DEFAULT VALUES AND TYPES IN CONCURRENT PROGRAM

DEFAULT VALUES AND TYPES IN CONCURRENT PROGRAM:-
Current Date : Will be used to pass the Sysdate as default value Current Time : Will be used to pass the Systime as default value Constant     : Will be used to pass the constant number or date or                string as default value Segment      : will be used to get the Previous parameter value as             default to the next parameter then we will use this.  Default type:  segment         Default Value :ParameterName  SQL Statement: We can pass the SELECT statement result as default              value  Default type : SQl Statement  Default Value : SELECT MIN(USERID) FROM  Profile : This will be used to pass the user profile value as default like userid ,username,respid,respname and so on.   Required ChekBox : This will be used to make the parameter as mandatory                   or optional Enabled  CheckBox: will be used to enable or disable the parameter Display  CheckBox: will be used to hide or display the parameter. 




--
Prasanth Reddy

No comments: