Skip to content

Instantly share code, notes, and snippets.

@cmourizard
Last active December 11, 2015 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cmourizard/4604428 to your computer and use it in GitHub Desktop.
Save cmourizard/4604428 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