Concurrent Program Parameters Validation

Posted : adminOn 5/23/2018

Dependent Parameters in Concurrent Program using Special Value Set. Concurrent, dependent. System Administrator responsibility>Application>Validation>Set. Suppose there are 2 parameters in a concurrent program. In the p_dummy value set, the validation type would be as follows: (Uncheck the display check box).

Method Validation Parameters

' Hi All, I need a help. I have two parameters in concurrent program. From Date and To Date.

Query To Get Concurrent Program Parameters

The validation should be in such a way that, To date should be greater than from date and more importantly it should be in the same year(ie from date and to date should be in the same year). For ex if the from date is entered as 14-May-2007, then to date can be any date on or before 31-Dec-07. I believe we can do it in value sets with validation type as special we can do this. But I dont have any code example to do this. Is there any other way to do that? Appreciate your help. Thanks in advance Balaji'.

Instead use range in the concurent program definition. Set first parameter a Low range and second date parameter the high range.

-----Original Message----- Hi All, I need a help. I have two parameters in concurrent program. From Date and To Date. The validation should be in such a way that, To date should be greater than from date and more importantly it should be in the same year(ie from date and to date should be in the same year).

For ex if the from date is entered as 14-May-2007, then to date can be any date on or before 31-Dec-07. I believe we can do it in value sets with validation type as special we can do this. But I dont have any code example to do this. Is there any other way to do that? Appreciate your help.

Thanks in advance Balaji. 4.windows 7 Recovery Disc 64-bit X64 Edition here. Instead use range in the concurrent program definition.

Set first date parameter Low range and second the high range. -----Original Message----- Hi All, I need a help.

I have two parameters in concurrent program. From Date and To Date. The validation should be in such a way that, To date should be greater than from date and more importantly it should be in the same year(ie from date and to date should be in the same year). For ex if the from date is entered as 14-May-2007, then to date can be any date on or before 31-Dec-07. I believe we can do it in value sets with validation type as special we can do this. But I dont have any code example to do this. Is there any other way to do that?

Appreciate your help. Thanks in advance Balaji.

Hi Suresh, That will work fine for checking whether the end date is >than the from date. But I am facing difficulty with the second condition. Ie., the year of the end date should be the same as from date. Ie if the from date is entered as 14-May-2007 then end date should be from the same year.

Ie., it can go upto 31-Dec-2007. Not sure how it can be done. Thanks, Balaji -----Original Message----- Instead use range in the concurrent program definition. Set first date parameter Low range and second the high range. For this reason only,i told that u can try $FLEX$.By using this, u can pick the yr part from the FROM_DATE parameter using substr and use it in the condition for TO_DATE. Eg: substr($FLEX$.FROM_DATE,instr($FLEX$.FROM_DATE,'-',2)). Internet Download Manager V6.21 Build 15 Crack 2015. This will give u the yr part from the from_date parameter and u can give he condition accordingly.

-----Original Message----- Hi All, I need a help. I have two parameters in concurrent program. From Date and To Date.

The validation should be in such a way that, To date should be greater than from date and more importantly it should be in the same year(ie from date and to date should be in the same year). For ex if the from date is entered as 14-May-2007, then to date can be any date on or before 31-Dec-07. I believe we can do it in value sets with validation type as special we can do this. But I dont have any code example to do this.

Is there any other way to do that? Appreciate your help. Thanks in advance Balaji. Hi Ritu, Where do you want me to use the:$flex$ option. It cant be done in table validation type. Is there any other type that I can use?

Regards Balaji -----Original Message----- Hi All, I need a help. I have two parameters in concurrent program. From Date and To Date.

The validation should be in such a way that, To date should be greater than from date and more importantly it should be in the same year(ie from date and to date should be in the same year). For ex if the from date is entered as 14-May-2007, then to date can be any date on or before 31-Dec-07. Microsoft Office 2010 (v 14.0.4734.1000) Pro Plus -.

I believe we can do it in value sets with validation type as special we can do this. But I dont have any code example to do this. Is there any other way to do that? Appreciate your help. Thanks in advance Balaji. I m telling u for Table type validation.u can use $FLEX$ in that to take the value of FROM_DATE parameter and compare it for TO_DATE.