ROQL for Organization Notes
Hi,
I am trying to get Organization notes using ROQL. However, we cannot access because it is an array like Notes[0].Text.
ROQL
Select ID, Organization.Notes[0].Text from Organization
I can get this notes using custom report. In report, I need to build inner join with
orgs.org_id = notes.id AND notes.tbl = 3
As per business requirement, we need to use ROQL to get Org notes.
Does anyone has an idea (except custom report or use Analytics report in ConnectPHP) about org notes using ROQL ?
Appreciate your help
RN Version - 21 B
0