Question
Agora-Group
US
Last activity: 10 Feb 2017 10:17 EST
how to remove suitcase icon or case type icon on the tabs of Dynamic Container
'Details' tab of 'Case Type' does have the option to configure an image for configuring tab image for each Case Type. But, it doesn't let you select blank image. (As per developer help documentation, icon configuration on 'Cases & Data' tab of 'Application' Rule will be overridden by the icon selected in the 'Case Type' and hence it's not going to help).
Is there any way to get rid off the icon? (in Pega 7.1.7)
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
IN
Open and override Rule-Obj-CaseType.pyOpenUIDefaults (not @baseclass). Sorry for not being clear earlier.
Let me know if this helps
Pegasystems Inc.
GB
I couldn't see how to remove the icon but could you create your own and use that? e.g. maybe create a fully transparent icon and use that?
If you open the binary rule for one of the existing icons (e.g. pyCase1.gif) you should see the configuration details required to get the icon to appear in the selection dialog (cmicons folder).
Agora-Group
US
Thanks Marc
Pegasystems Inc.
IN
- Override pyOpenUIDefaults in your application rulesets
- Set pyIcon property to ""
- Open Case type rule you are interested in
- Save the case type and you are done
- Make sure to delete the overridden rule from your rulesets
Let me know if this helps
Agora-Group
US
Thank you Pankaj. I tried the following and I might be missing something here.
1. I copied the Activity Data-Admin-AppID.pyOpenUIDefaults (tried @baseclass.pyOpenUIDefaults) to same class and into my application RuleSet,
2. Tried Property-Set to set .pyIcon to null. But in the primary page context, system didn't find pyIcon property. I tried defining a page of Rule-Obj-CaseType.
3. Opened Case Type and saved it (clicking 'Save' button)
I guess I am missing the right context where pyIcon should be set to null.
However using this thought I created an activity to open the Case Type instance using (Obj-Open-By-Handle), did a property-set, then obj-save and commit. This works and blanks out the icon on the tab when you create the case (But please note that you will still see the icon in the Case Type rule)
Accepted Solution
Pegasystems Inc.
IN
Open and override Rule-Obj-CaseType.pyOpenUIDefaults (not @baseclass). Sorry for not being clear earlier.
Let me know if this helps
Aegis
US
Hi
What if we are not working on case. We have upgraded from 6.2 to 7.1.5. How can we remove the folder or suit case icon? We are using dynamic container.
Standard and Poors
US
update Appearance Icon in Case Type rule to modify existing icons to change the display icons in dynamic tabs.