Hi,
while select validTimeState(AsOnToday) * from hcmEmployment join hcmWorker
where hcmWorker.RecId == hcmEmployment .Worker &&
hcmWorker.PersonnelNumber == "1269"
{
print hcmEmployment .ValidFrom;
}
pause;
}
Regards
while select validTimeState(AsOnToday) * from hcmEmployment join hcmWorker
where hcmWorker.RecId == hcmEmployment .Worker &&
hcmWorker.PersonnelNumber == "1269"
{
print hcmEmployment .ValidFrom;
}
pause;
}
Regards
No comments:
Post a Comment