Content URL issue.

  • 5 November 2015
  • 3 replies
  • 0 views

Badge +2

Greetings,

 

I have 2 content URL control on my smartform.Both contain a smartform(A &B)

I want to perform an action on form A on click of a button on form B.

 

So I want to perform any action on form A on click of a button which is there in my form B But both form are there in two different Content URL.

 

Is there any way to achieve this ?

I tried but I thing there isn't any rule available to achieve this.

 

Regards,

Rahul


3 replies

Badge +10

I'm not exactly what are you trying to achieve, maybe with Rules, however since a SmartObject can be created from WebServices, I would think you can create a smartobject and call one of their actions once is available in your designer.

 

If you can be more detailed perhaps will be able to bring some more ideas.

 

Dino.

Badge +2

Thanks for the reply.

 

My scenario is :

 

I have a form(form-A) in which I am using 2 content URL control (say ContentURL1 and ContentURL2 ). to display  different forms 

 

My requirement is On click of a button on form B(which is there in Content URL1) I want to display different forms in Content URL 2.

 

for example- ContentURL1 display a form which contain 3 button.

so on click of first button I want to display formB in ContentURL2

so on click of secont button I want to display formC in ContentURL2

etc.

 

 

hope this will help tu to understand my requirement

Badge +7
Hi,

You cannot achieve this requirement as you can't capture the events changed on one form from the other. Content URL control is like a page viewer and you don't have control on the form once it's renedered on the parent form.
Why don't you have them on form tabs?

Cheers,
Prajwal

Reply