diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:21:24 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-06-04 00:21:24 -0700 |
| commit | 679854b8bbc65d112071111bbd7f34a6a481fb30 (patch) | |
| tree | dda0862fdf7853f4f61e4cf155c8bbc93768c994 /rt/docs/extending | |
| parent | 9b328d940af56b9924a342192ebb0790478fa705 (diff) | |
RT 4.0.13
Diffstat (limited to 'rt/docs/extending')
| -rw-r--r-- | rt/docs/extending/external_custom_fields.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/docs/extending/external_custom_fields.pod b/rt/docs/extending/external_custom_fields.pod index c6730ae4e..f32bda769 100644 --- a/rt/docs/extending/external_custom_fields.pod +++ b/rt/docs/extending/external_custom_fields.pod @@ -13,7 +13,7 @@ For each type of data source that you want, you'll need to put a file in F</opt/rt4/local/lib/RT/CustomFieldValues/> (or equivalent if you installed RT into someplace other than F</opt/rt4>). To get a sense of the code that you'll need to write, take a look at the code in -L</opt/rt4/lib/RT/CustomFieldValues/Groups.pm> for a simple example +F</opt/rt4/lib/RT/CustomFieldValues/Groups.pm> for a simple example which just uses RT's API to pull in a list of RT's groups. Running C<perldoc /opt/rt4/lib/RT/CustomFieldValues/External.pm> will |
