cancel
Showing results for 
Search instead for 
Did you mean: 

how to find url for a view of a bsp application in program?

Former Member
0 Kudos

hello all,

I am devloping e-rec and am having a reqmnt, i want to knw how can i find a url for view view1 which is in bsp application zbsp.

thanks,

Reena

Accepted Solutions (1)

Accepted Solutions (1)

former_member689397
Active Participant
0 Kudos

Hi Reena,

You can find the BSP URL two way, if you are using MVC architecture find it controller properties tab and if you are using page with flow logic find it view (.ie...extension .htm or .bsp) properties tab.

Thanks,

Suriya

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks but i had to use alternative solution

RenaldWittwer
Contributor
0 Kudos

Please close this threat, if your question is answered.

RenaldWittwer
Contributor
0 Kudos

Hi,

views can not be called direct, only controllers. Because of that, views have no URL.

You can call a controller or a page. You find the URL of the controller if you display the data of the controller.

The URL of the page you find if you display the property tab of the page.

Best regards

Renald