Topic by bluephlame
From reading i have found that the below is the way to get all menu items associated with a custom field on the organization object.
however it is returning an error
Uncaught exception 'RightNow\Connect\v1_2\ConnectAPIError' with message 'Invalid propertyPath: No such property 'org_denomination' at offset 13 of: 'CustomFields.org_denomination''
$res = RNCPHP\ConnectAPI::getNamedValues('RightNow\Connect\v1_2\organization','CustomFields.org_denomination');
How do i get the list of Menu items for a custom field on organization records?