Hi All,
We are trying to get the email address from LogisticsElectronicAddress table, below is the statement we have written:
Select * from LogisticsElectronicAddress - It is getting the first record as per standards, but if we add the "Where" Clause in the statement the records is not fetching and the buffer is empty even there is a record in the table.
select * from logisticsElectronicAddress where logisticsElectronicAddress.PrivateForParty = ****** - result is empty here , even there is a record in the table.
We have written this in one of the class to get the email address of the worker. We have tried with connecting DirPerson,DirPartyTable and HcmWorker table.
Please advise me how can we resolve this issue.
Regards,
Akbar
*This post is locked for comments