Skip to main content
Solved

View using the same icon as the table.

  • March 29, 2023
  • 1 reply
  • 40 views

Forum|alt.badge.img+3
  • Warrior
  • 29 replies

 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:

 

Best answer by Mark Jongeling

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!

This topic has been closed for replies.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Administrator
  • 4050 replies
  • Answer
  • March 29, 2023

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!