cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Interface view controller

Former Member
0 Kudos

Hi all,

In my view when I hit an "Exit" button i need to navigate to a url.Pl tell the series of steps to achieve this..

Thanks in advance

sethu

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hello sethuram veera,

Check this

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Hi Maksim

Info sent to me was very useful.

I have performed the steps which u have sent in the link,but I didn't get the desired result.

when I hit the "Exit" button for the first time nothing happens but when agained clicked,It gave me a error saying that "Your Application is Expired :errCode,500"

Pl tell me wht could be the problem

Thanks a lot

sethu

former_member182372
Active Contributor
0 Kudos

Is name of your plug and plug parameter Url?

Former Member
0 Kudos

The name of plug and plug paramameter are not same...

former_member182372
Active Contributor
0 Kudos

So, make name of plug and name of parameter as Url.

Former Member
0 Kudos

Maksim,Thanks a lot..It is working now

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sethu,

Use the UI Element LinkToURL and set its <b>reference</b>

property to the url you want to open. Also, set the <b>target</b> property of the LinkToURL to _self.

It'll be great if you can reward points if this answer helps you.

Bala