cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create an iView without visual components in VC

Former Member
0 Kudos

Hello:

I'm trying to create an iView with on ly a call to a data service inside: start point, call, end pont. But VC it's giving me errors when I compile it.

If I add a visual component to the iView: form, table, html. Iview compiles and works OK.

theer is any wat ti create non visual iViews in VC?.

Thank you in advance.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ricardo,

It is working fine with me. I'm using a Start point -> Data service -> End point. I'm using Visual composer 7.0 SP15. Let me know what error you have noted.

Regards

Basheer

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Basheer :

I'm getting an error when I'm deploting the iView. That error is only when I deploy as Flex.

If I deploye as Webdynpro or Flex2, there are no deployments errors.

The error text is not ver specific it says that I need to check the flex log.

Do you know wher I can chech that deployment flex log?. I'm not sure if I'm checking the correct log.

Thank you very much for your help.

Regards.

Former Member
0 Kudos

HI,

It will work fine. Try this ---Start point -> Data service -> Table or Form ->End point.

After processing of data service you need to pass your output to some other UI element like Table or form.

Regards

Basheer