Referring to custom fields in the system, identify the column identifier that indicates it is a custom
field.
A.
CO$
B.
C$
C.
RN$
D.
CF$
E.
$C
Explanation:
In the latest RightNow API (February 2012 and May 2012 release), one of the important changes we
need to be aware of is the structure of custom field and the query format in ROQL.
In the older API version, all custom field API name has a prefix of “c$”. e.g, c$mycustomfield. You can
query the custom field data out by using the following ROQL:Select ID, c$mycustomfield FROM Contact;