Max. Number of Groupings in RCDC is 15
Hi all, I have a problem to create RCDC with more then 15 tabs (Groupings). I have found in the following part of XSD: <xsd:element name="Panel"> <xsd:complexType> <xsd:sequence> <xsd:element ref="my:Grouping" minOccurs="1" maxOccurs="16"/> </xsd:sequence> <xsd:attribute ref="my:Name"/> <xsd:attribute ref="my:DisplayAsWizard"/> <xsd:attribute ref="my:Caption"/> <xsd:attribute ref="my:AutoValidate"/> </xsd:complexType> Does it mean, that max. number fo Groupings in one RCDC is really 15? Is there any workaround for this? My customer is expecting to integrate 25 apps, each in on tab..
September 22nd, 2011 3:31pm

That's my interpetation but it's easily tested. Are you really going to fit 25 tabs across the top of the screen? That seems like an unlikely UI design.My Book - Active Directory, 4th Edition My Blog - www.briandesmond.com
Free Windows Admin Tool Kit Click here and download it now
September 22nd, 2011 6:30pm

I've had experience with extending tabs, and can guarantee you don't want any more than 6-10 otherwise it looks horrible. What I did was group like applications together on the one tab, and used UocListView objects in a generic way (with say an "application type" column), below which I had a number of text fields so that I could perform CRUD on the associated list items in a generic way. Works well, but requires some (reusable) custom activities.Bob Bradley (FIMBob @ http://thefimteam.com/) ... now using Event Broker 3.0 @ http://www.fimeventbroker.com/ for just-in-time delivery of FIM 2010 policy via the sync engine
September 22nd, 2011 7:43pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics