Getting duplicate records in the list of a Database view
I have created a database view for joining Requests,RITMs,SCTasks and Approvals. I have used left join for sctask and approver tables while defining in the DB view. Now the issue is in the list it is showing duplicate records for the sctasks, a singl...