Skip to content
Snippets Groups Projects
Unverified Commit 3b126395 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Incoproate Suggestions from @mikeyMJCO


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent 58153148
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,11 @@ To return custom data for an entity just include the machine name of the custom
For setting custom date fields, (ie CustomValue create), date format is `YmdHis`, for example: `20050425000000`.
This is just a brief introduction; each API may have different requirements and allow different formats for accessing the custom data. See the [API function documentation](/api/index.md) and also read the comments and documentation in each API php file (under civicrm/CRM/api/v3 in your CiviCRM installation) for exact details,
This is just a brief introduction; each API may have different requirements and allow different formats for accessing the custom data. See the [API function documentation](/api/index.md) and also read the comments and documentation in each API php file (under `civicrm/CRM/api/v3` in your CiviCRM installation) for exact details,
which vary for each API entity and function.
!!! note
When retrieving custom data from a multiple record custom group set the custom data will be returned in an array of custom field which contains the value and the id of the row in the custom field table.
When retrieving custom data from a multiple record custom group set the custom data will be returned as an array of custom fields which contains the value and the id of the row in the custom field table.
!!! note
Setting of multivalue custom data fields is still a work in progress.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment