getDBLabels {ccmReportR} | R Documentation |
getDBLabels()
retrieves the description of a specified
object in CCM then searches for field names using the
field label seen on the client-side.
getDBLabels(table, colNames)
table |
Character scalar. Names the CCM object which the function will use to search for field names. |
colNames |
Character vector. Contains a combination
field names and labels to search for in |
Character vector. Field names suitable for use in
subsequent SOQL queries. Elements form colNames
not found
in table
are removed from the results.