Solved

View using the same icon as the table.

  • 29 March 2023
  • 1 reply
  • 30 views

Userlevel 2
Badge +3

 We have a view job_history (using dynamic model) of system versioned table job_detail. I chose two different icons for them. But whenever i run creation, the view is picking the same icon as job detail table.

In universal i wanted to show different icon for this view.

How can i do it?   

Before running creation in Universal :

After creation:

 

icon

Best answer by Mark Jongeling 29 March 2023, 10:26

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +23

Hi Usha,

I would double check the dynamic model control procedure code. It looks like the created view is using the icon_id of the table, or is overwriting its own icon with it.

You can prevent it from happening by not allowing the code to update the icon_id automatically. Hope this helps!