cancel
Showing results for 
Search instead for 
Did you mean: 

Dinamically hide a Tile inside a Tileset

Former Member
0 Kudos

Hi experts,

I am trying to dynamically hide/show a Tile inside a Tileset. The scenario is as follows, I have a Tileset that is used in two different Business Components. In one of them I need to hide a Tile. Is there a way to accomplish this? I've tried using the methods 'setTilesetContainerVisible' and 'setBusinessComponentContainerVisible' at the Application level with no luck.

I really appreciate any help you have give me.

Thank you!

Gerry

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I am sure that the framework doesn't support to hide a tile completely but only the data inside (using AMT). But I suppose that is not what you want.

But why don't you copy the tileset to another one, remove the particular tile from the copy and replace the tileset in the second BC? This is the fastest and easiest way by far.

Regards,

Wolfhard

Former Member
0 Kudos

Hi Wolfhard,

This was very helpful indeed. I've copied the tileset in question and removed the tile with no problems. The only problem now is, after I do a search and it goes to the details tileset, all the tiles inside retrieve no data. I did some debugging and I found that in a specific tile, where the main details are displayed the BO (which is BOOPPORTUNITY) property of the related anchor is empty: the value of 'oppoview6DSOBsOppGen.bo' returns 'nothing', the BO is empty. Do you have any idea why this might be happening?

Thanks!

Regards,

Gerry

Former Member
0 Kudos

Hi,

of course "only" replacing this TS in the BC is not enough.

You also need to do the same anchor mapping on BC level like for the existing TS, e.g. its main anchor should be mapped to the query result list anchor of the BC.

Regards,

Wolfhard

Answers (0)