We need to write a report to find the number of below categories of users on our OpenText Content Suite Platform installation: Content Suite Platform Read-Only Named UsersContent Suite Platform Standard Named UsersSAP Extended ECM by OpenText Profes...
I have written a query with the codeigniters database library, it looks like this, this is the update version public function getCandidateCredits($candidate_id) { $this->db->select('*') ->from('credits') -&g...