msap
7 years agoFrequent Contributor
system date retrieve
i have written below code to retrieve the system date or records created date :6/13/2018 10:42:18 AM
var NowValue = aqDateTime.Now();
if("Created Date"==NowValue)
{ RowIndex7 = Grid.FindRow("Created Date", NowValue);
if (RowIndex7 != -1)
Grid.ClickCell(RowIndex7, "Created Date");
log,message ("row exists)
else log.error("row not found)
somehow the balove script doesnot picks the value and gives row not found. any suggestions