$v is not defined

Hello

Apex 4.2, I always used $v to get the value of any page.

For example: var myName = $v ('P1_X_NAME');

Recently, I've migrated my app in Apex 5 universal theme and now when I get error $v is not defined for all of the code that works very well in 4.2 Apex.

I tried

var MyName = $v ('P1_X_NAME');

var MyName = $v ("P1_X_NAME");

var MyName = $x ('P1_X_NAME');

var MyName = $x ("P1_X_NAME");

No the above worked. Can you please.

Kind regards

Animesh

Hello

You must migrate it for example dynamic action.

Kind regards
Jari

Tags: Database

Similar Questions

Maybe you are looking for