hi expert, today i am facing strange problem regarding operand type are not compatible, i want to display worker sales responsible name on a sales agreement fullfilment report, for this i just add the field from salesagreementheaderdefault table to sales agreement followupTmp table ,and make the basic relationship of newly added field (worker sales responsible )with hcmworker table, when referencing it on RDP
like
agreementFollowUpTmp.WorkerSalesResponsible=HcmWorker::find(salesAgreementHeaderDefault.WorkerSalesResponsible).name();
then it gives me error like that
Operand types are not compatible with the operator.
plz guide me ,
Regards.
*This post is locked for comments