cancel
Showing results for 
Search instead for 
Did you mean: 

duda combobox en aspecto

felipealamos
Champ in-the-making
Champ in-the-making
hola a todos:

el combobox a parece con los nombres que tiene el value pero quiero que muestre un nombre diferente a la variable   algo como <OPTION  value="'VARIABLE'">'Texto que ve el usuario'</OPTION>  pero no lo logro

si me pueden ayudar  Smiley Very Happy  gracias


dejo mi aspecto


    <constraint name="CarpetaPersona:Tipo" type="LIST">
         <parameter name="allowedValues">
            <list>
               <value>CON</value>
               <value>MOD</value>
               <value>ACT</value>
            <value>DEC</value>
               <value>DRE</value>
               <value>VAC</value>
            <value>PER</value>
               <value>CUV</value>
               <value>CER</value>
            <value>OTR</value>
            </list>
         </parameter>
      </constraint>     
   </constraints>

   
   
   <aspects>
      <!– <!–Aspect para el tipo folderEspecialidad –> –>
      <aspect name = "CarpetaPersona:AspectPuc">
         <title>AspFelipe1</title>

         <properties>
            <property name = "CarpetaPersona:Rut">
               <title>Rut</title>
               <type>d:text</type>
            </property>
            
            <property name = "CarpetaPersona:Tipodocumento">
               <title>Tipo documento</title>
               <type>d:text</type>
                <constraints>
                    <constraint ref="CarpetaPersona:Tipo"/>
                    </constraints>
            </property>

            <property name = "CarpetaPersona:Fechadocumento">
               <title>Fecha documento ver el tipo</title>
               <type>d:text</type>
            </property>

            <property name = "CarpetaPersona:Nombre">
               <title>Nombre</title>
               <type>d:text</type>
            </property>
         </properties>
      </aspect>
   </aspects>

Saludos
4 REPLIES 4

cristinamr
World-Class Innovator
World-Class Innovator
Ojea este link y nos comentas  :wink:
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc

felipealamos
Champ in-the-making
Champ in-the-making
hola

gracias e resuelto ese problema, a hora tengo una inquietud con el combobox creado en xml para el aspecto, tengo mi combobox listo y funcionando pero la lista muestra variables y quiero que muestre un nombre representativo de la variable algo como, <OPTION value="'VARIABLE'">'Texto que ve el usuario'</OPTION>, pero desconozco como hacer esto en xml, e buscado pero sin resultados espero me puedan ayudar, dejo codigo de mi aspecto

  <constraint name="CarpetaPersona:Tipo" type="LIST">
         <parameter name="allowedValues">
            <list>
               <value>CON</value>
               <value>MOD</value>
               <value>ACT</value>
            <value>DEC</value>
               <value>DRE</value>
               <value>VAC</value>
            <value>PER</value>
               <value>CUV</value>
               <value>CER</value>
            <value>OTR</value>
            </list>
         </parameter>
      </constraint>     
   </constraints>

  
  
   <aspects>
      <!– <!–Aspect para el tipo folderEspecialidad –> –>
      <aspect name = "CarpetaPersona:AspectPuc">
         <title>AspFelipe1</title>

         <properties>
            <property name = "CarpetaPersona:Rut">
               <title>Rut</title>
               <type>d:text</type>
            </property>
           
            <property name = "CarpetaPersona:Tipodocumento">
               <title>Tipo documento</title>
               <type>d:text</type>
                <constraints>
                    <constraint ref="CarpetaPersona:Tipo"/>
                    </constraints>
            </property>

            <property name = "CarpetaPersona:Fechadocumento">
               <title>Fecha documento ver el tipo</title>
               <type>d:text</type>
            </property>

            <property name = "CarpetaPersona:Nombre">
               <title>Nombre</title>
               <type>d:text</type>
            </property>
         </properties>
      </aspect>
   </aspects>

Saludos y Gracias

cristinamr
World-Class Innovator
World-Class Innovator
Si miras el link que te pasé, debes hacer un .properties con la traducción. Vamos por ahí van los tiros. Ojealo a ver si te sirve.
--
VenziaIT: helping companies since 2005! Our ECM products: AQuA & Seidoc

felipealamos
Champ in-the-making
Champ in-the-making
gracias lo vere Smiley Very Happy
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.