cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
anilkumar_mca
Level 8

how to show features in Maintenance?

Hi,

Can anybody tell me how or what is the way to show the features in Maintenance...

I mean,
+ I installed Feature-A and Feature-B but not Feature-C
+ In maintenance how the feautre screen should be
-> whether we have to show all the features that are installed as 'selected' and not installed one as 'Un-selected' or how?
-> if it is as above, then we have to write code for that or is there any way to make the installer to do that... ?
Labels (1)
0 Kudos
(4) Replies
ChandanOmkar
Level 8

You have to call the MaintUIAfter function for the dialog. It will show all the features that are installed as 'selected' and not installed one as 'Un-selected'
0 Kudos
anilkumar_mca
Level 8

ChandanOmkar,

Can u give me a sample code... are you talking about OnMaintUIAfter() it is an event, right? or is there any MaintUIAfter() function ?
currently i am using SdFeatureTree() to show the feature tree...
0 Kudos
ChandanOmkar
Level 8

Its the function OnMaintUIAfter(). you have to call SdFeatureTree() inside this function.
0 Kudos
anilkumar_mca
Level 8

Hi,
ChandanOmkar, thanks for your replay.... currently i am calling SdFeatureTree() only, but sometimes it is not showing the correct status...

for example:
After installation and for first MODIFY, no issues...
After MODIFY and for second MODIFY, feature tree status is not correct..
0 Kudos