Hello All,
Please help me out in this code .I have two feilds in my Seibel Web App'n Agreement StartDate,Agreement EndDate and in the datatable i have mentioned values under each of them as '01012010,'31122012.
While running the code the Agreement Start Date[01012010]gets placed into the Agreement Start Date field while running the second line of code the value '31122012 also gets placed in Agreemetn Start Date Field instead it should get placed in Agreement End Date field?Pls suggest.this is urgent.
Please help me out in this code .I have two feilds in my Seibel Web App'n Agreement StartDate,Agreement EndDate and in the datatable i have mentioned values under each of them as '01012010,'31122012.
While running the code the Agreement Start Date[01012010]gets placed into the Agreement Start Date field while running the second line of code the value '31122012 also gets placed in Agreemetn Start Date Field instead it should get placed in Agreement End Date field?Pls suggest.this is urgent.
Code:
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("Account Opportunities").SiebApplet("Opportunities").SiebList("List").SiebCalendar("Agreement Start Date").SetText DataTable("Agreement_StartDate", dtGlobalSheet)
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("Account Opportunities").SiebApplet("Opportunities").SiebList("List").SiebCalendar("Agreement End Date").SetText DataTable("Agreement_EndDate", dtGlobalSheet)