Skip to content

Commit

Permalink
Update readme with client contact env for custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jnormington committed Aug 2, 2022
1 parent 5905da7 commit ad49050
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ To use the environment variables you will need to need to pass the switch `--cre
Both the job submissions and placements have a load of custom fields that you might want to pull in into the dataset.
This is possible with only environment variables. The environment variable follows the following rule `ENTITY_CUSTOMFIELDS`

So for placements the environment variable will be `PLACEMENT_CUSTOMFIELDS` and for job submissions `JOBSUBMISSION_CUSTOMFIELDS`
So for placements the environment variable will be `PLACEMENT_CUSTOMFIELDS`. For job submissions its `JOBSUBMISSION_CUSTOMFIELDS`,
and for client contacts its `CONTACT_CUSTOMFIELDS`.

You can specify a list of comma seperated values of as many fields a dataset can accept.

Example

```
PLACEMENT_CUSTOMFIELDS=customDate1,customText10,customText22,customFloat3,customFloat4
```
Expand Down

0 comments on commit ad49050

Please sign in to comment.