cancel
Showing results for 
Search instead for 
Did you mean: 

Visual Composer popup iview

Former Member
0 Kudos

Can anyone tell me how to pass in information to the popup iview without hard coding?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

No need of any hard coding is required yo pass a value to the popup iview.

You can use data store operator or using signal in and signal out method to pass the value to popup iview.

Regards,

Govindu

Former Member
0 Kudos

Hi,

I am a beginner for visual composer. Can i know where is the signal in and out? And what is the data store? Is it the one that you need to assign value?

Regards,

Lingz

Former Member
0 Kudos

Hi Wong,

If you're new to VC7.0, please refer to the modeller's and reference guides. They are very useful.

Modeller's guide: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a...

Reference guide:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9326072e-0c01-0010-bc97-f72e9333...

You can find signalin, signal out, data store in the Compose Model task panel.

Signal in: If you have2 iViews connected through eventing, signal in receives the values of the fields that are output from the signal out with the same name, in the corresponding iView.

Signal out: Signal out sends the fields to the signal-in of the corresponding iView that receives the data of the event. For example, the Out signal may send Employee Name to the second iView, so that the In signal of the second iView sends the value to its data service, which generates the employee details.

Data store: This will hold any data temporarily for later use.

Regards,

Vani

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Wong,

You do not have to hard code to pass value.

You can store the value which needs to be passed to the pop-up in a datastore ( if reqd.)

Click on the pop-up event (connecting line beween form/table and pop-up) and you can assign the pop-up input, pop-up output in the configure element panel of the event.

If you need more info, please have a look at the VC modeller's guide :

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/63f2052e-0c01-0010-b9a2-e1f7457a...

Let me know if its useful

Regards,

Vani

Former Member
0 Kudos

Hi,

"An error was returned from the back-end system: Country is not defined." when i did not hard code any values.

Regards,

Lingz

Former Member
0 Kudos

Hi Lingz,

Could you please help us understand your problem better?

Also, as mentioned in the previous posts, you dont have to hardcode in VC. You just have to "model" it.

Please refer to the above guides.

Regards,

Vani