Anuncio

Colapsar
No hay anuncio todavía.

Problema obteniendo custom attributes en UWL

Colapsar
X
 
  • Filtrar
  • Tiempo
  • Mostrar
Limpiar Todo
nuevos mensajes

  • Problema obteniendo custom attributes en UWL

    Hola a todos!!

    He tenido bastantes problemas obteniendo atributos customizados para mostrarlos en UWL. El detalle es que yo tengo dichos valores presentes en el container de mi Task; ya he leído prácticamente todos los foros y sugerencias que hacend e esto y recomiendan usar el atributo WEBFLOW_CONTAINER, pero por mas que he intentado de muchas formas no he podido tener éxito. Anexo mi código XML actual:

    Código:
    <ItemType name="uwl.task.webflow.TS90000330.SAPWorkflows" connector="WebFlowConnector" defaultView="NormativaView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="" connector="WebFlowConnector" externalType="TS90000330"/>
            <CustomAttributes>
    		<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalID" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="ZNFOLIO" type="string" displayName="Folio"/>
            </CustomAttributeSource>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalID" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="ZNENVIADO" type="string" displayName="De"/>
            </CustomAttributeSource>
    		<CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalID" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="ZNETAPA" type="string" displayName="Etapa"/>
            </CustomAttributeSource>
            <CustomAttributeSource id="WEBFLOW_CONTAINER" objectIdHolder="externalID" objectType="WebflowContainer" cacheValidity="final">
              <Attribute name="ZNESTATUS" type="string" displayName="Estatus"/>
            </CustomAttributeSource>
    		</CustomAttributes>
    	  <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="no" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="WN_AutorizacionApp"/>
                <Property name="WebDynproDeployableObject" value="banorte.com/km-ni~wn~autorizacion"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="DynamicParameter" value="WI_ID=${item.externalId}"/>
                <Property name="openInNewWindow" value="no"/>
                <Property name="System" value="SAPWorkflows"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    Alguna idea o sugerencia?? Esto es bastante frustrante y la verdad me he quedado sin opciones.

    Saludos y gracias
Trabajando...
X