This question is locked. New answers and comments are not allowed.
I have a custom command setup in a grid and when I click it the command runs properly and I return an empty string from the action method, but the custom command also redirects to this path /HumanResources/Reconcile/Reconcile/12345?expenseKey=12345. This is what it is supposed to do, the path is correct, but only on my development computer where the site is the root. But on my production computer the site is not the root. How can I get the custom command to output the full path like, http://www.production.com/Site2/HumanResources/Reconcile/Reconcile12345?expenseKey=12345 ?