Skip to content

Instantly share code, notes, and snippets.

@jmertic
Forked from cmourizard/gist:4604428
Created January 24, 2013 20:53
Show Gist options
  • Save jmertic/4627608 to your computer and use it in GitHub Desktop.
Save jmertic/4627608 to your computer and use it in GitHub Desktop.
<?php
$queryParams = array(
'module' => 'Accounts',
'action' => 'DetailView',
'record' => $recordId,
);
SugarApplication::redirect('index.php?' . http_build_query($queryParams));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment