Talk:REST/@comment-84.88.66.194-20140407152544/@comment-222.127.119.95-20140408031419: Difference between revisions
Jump to navigation
Jump to search
(Created page with "What's the admin for in '<span style="line-height:14px;">CF-admin-keywords</span>' ? Make sure its the same name (case sensitive) as the custom field in RT prefixed with 'CF-'...") |
m (1 revision imported) |
||
(No difference)
|
Latest revision as of 15:52, 6 April 2016
What's the admin for in 'CF-admin-keywords' ? Make sure its the same name (case sensitive) as the custom field in RT prefixed with 'CF-'.
Example:
Custom field name in RT: 'Calibration'
$content = array (
'CF-Calibration' => 8
);
// content is among others
Hope this helps.