Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. civicrm_api3('OptionValue', 'getsingle', [
  2. 'option_group_id' => 'activity_type',
  3. 'options' => ['sort' => 'value DESC', 'limit' => 1]
  4. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement