Skip to main content

Hi,

 

We are trying to create a applications landing page for our organization. And one of the objective is to list all the applications in a 3x3 or 3x4 formation, having icons with embeded hyperlinks.

 

The application list is dyanmic and will be stored in a database and accessed through a smartobject. We are also thinking of making each application security aware, so that the list of applications might be different for each users, depending on their granted permissions.

 

As a novice, need to know how we can acheive this in a view?

 

Thanks

Waqas

You can Use Image Control on Smart forms to Dynamically populate that when Form Inititalizes.

When Page loads call smart object and store url of the image into a datalabel control as literal control and pass that into the image control.

 

Application security can be done by creating K2 Smartform Roles to Dynamically recognize logged in user and only show application images based on there login. It can be done using K2.


Reply