FireDAC Components for Zoho CRM

Build 22.0.8462

Profiles

Query information regarding different profiles.

View-Specific Information

Select

The component uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the component.

  • Id supports the '=' operator.

For example, the following queries are processed server side:

SELECT * FROM Profiles WHERE Id = '3152079000000026011'

Columns

Name Type Description
Id [KEY] String A unique numeric identifier for the profile.
Name String The name of the profile.
Description [KEY] String A small description regarding this profile.
CreatedByName String The name of the user who created this profile.
CreatedById String The id of the user who created this profile.
CreatedAt Datetime The time this profile was created.
ModifiedByName String The name of the user who modified this profile.
ModifiedById String The id of the user who modified this profile.
ModifiedAt Datetime The time this profile was last modified.
Category Boolean Whether this profile is a category or not.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462