How to take a variable from another application into ScriptCase

Hello,

how I can get the variable “usuario”(red) of this link in ScriptCase

http:/scriptcase/app/General/grid_inve/grid_inve.php?usuario=marcelo

This link comes from another application that is ScriptCase, but as you can see in the link command variable to the application of ScriptCase

it would be like?

[usuario]=$usuario ?

I hope I help

Re: How to take a variable from another application into ScriptCase

Hello,

Let’s name the application that calls this one as Form 1, and this app as Grid 2.

On Form 1 you could just set a global variable:

[usuario] = {someFieldValue}

and on Grid 2, you will be able to use [usuario] as you wish.

If not, you could simply use PHP $_GET.

regards,
Bernhard Bernsmann