Skip to content

Instantly share code, notes, and snippets.

@JimMackin
Created July 9, 2015 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimMackin/9728ac9840cd17c23cd8 to your computer and use it in GitHub Desktop.
Save JimMackin/9728ac9840cd17c23cd8 to your computer and use it in GitHub Desktop.
Adding the non DB field for our new button
<?php
$dictionary['Call']['fields']['view_on_cal_button'] = array(
'name' => 'view_on_cal_button',
'vname' => 'LBL_VIEW_ON_CAL_BUTTON',
'type' => 'varchar',
'source' => 'non-db',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment