cancel
Showing results for 
Search instead for 
Did you mean: 

Call View controller with some URL parameter

Former Member
0 Kudos

Hi

I have a 3rd party system which need to send some data to my CRM system.

One approch which is being suggested is by sending data by URL parameter.

I have made a new component for this and have provided the 3rd party with its URL .

The issue with calling a view controller URL along with some specific URL parameters is that i am not able to access its parameters.when i call method GET_PAGE_URL from the DOINIT method of the controller it does not provide me with the parameter list .

How can i access these URL parameters ?

Regards

Ajitabh

Accepted Solutions (0)

Answers (1)

Answers (1)

CarstenKasper
Active Contributor
0 Kudos

HI,

have a look at component CRM_UI_FRAME. In the page default.htm they extract URL parameters.

You have got the REQUEST variable in your view controller as well.

cheers Carsten