ReadOnly attribute not showing

I'm trying to create two views of a page where one is readonly and another one is editable.
The form page does the following:
               <h:commandLink value="Create Record"
                    action="#{Bean.readOnlyAccess}">
                    <f:param name="readOnly" value="false" />
               </h:commandLink>
               <h:commandLink value="View Record"
                    action="#{Bean.readOnlyAccess}">
                    <f:param name="readOnly" value="readonly" />
               </h:commandLink>
and the corresponding backing bean is able to get the value which I tested with System.out.
But when the Record page is generated there is no readonly="" in the HTML code at all. I've tried setting <f:param name="readOnly" value="true" /> but that did not make any difference. This is the Record jsf code:
<h:inputTextarea id="titleSubtitle" value="#{Bean.Record.title}" cols="60" rows="8" readonly="#{Bean.readOnly}"/>
Is there another method that I can set a readOnly value to this Record page?

user12846226 wrote:
According to the HTML specification , the readonly attribute takes values 'yes' or 'no' and not 'true' or 'false', so maybe modifying your code accordingly can solve your problemI applaud your attempt to help, but you are basically repeating what EJP already hinted at and you do it 8 days after the last post has been made. Surely the OP has already solved his/her problem, or else this thread wouldn't have stopped. Be a sport and don't resurrect posts where it isn't necessary; that keeps the forum clean and accessible.

Similar Messages

  • Updated attribute not showing up in the Front End

    Hi,
    I have to update an attribute column based on some conditions.
    Even though I have updated, the updated value is not showing up in the front end
    Moreover if I go to Diagnostics-> Examine and then query the attribute value I can see the updated Result
    What can be the reason...
    Please Advise
    Rahul

    Sounds like the Statement is not committed. Maybe you should add a
    COMMIT;
    at the end of your query.

  • MDM attributes not showing in UWL

    Hello Experts,
    I am using MDM5.5 SP06. I want to integrate MDM Workflow with UWL in portal. For that I followed this link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/771f1a61-0e01-0010-daa9-93a52905da09
    I did all steps in the document. Still I am able to see the MDM tasks in UWL. And also, MDM attributes like mdmStatus, stepId, stepName, jobId, userNames, workflowTable are not available in Personalization.
    To get MDM attributes and MDM tasks what are the steps I need to Do?.
    PS: I am able to see the task in MDM Workflow.
    Thanks,
    Rajee

    Hi Jitesh,
    I have done already. I have given main table as 'Business Partners'.
    1. Here, whether I need to give table code or table name?.
    2. Any config file changes need to do for this?. I am NOT able to see MDM tasks in UWL.
    Here I am pasting my config xml file.
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.completedtask.mdm.all.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmWorkItemsCompletedView" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.bupa_occ/com.sap.pct.mdm.appl.bupa.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.completedtask.mdm.all.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmWorkItemsCompletedView" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.products_occ/com.sap.pct.mdm.appl.product.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                            <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.jobs.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmViewJobs" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="addRecordsToJob" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.master_data_expert/com.sap.pct.mdm.appl.bupa/com.sap.pct.mdm.appl.bupa.add_records_to_job"/>
                <Property name="mode" value="result_set"/>
              </Properties>
              <Descriptions default="Add/Remove Records"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.jobs.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmViewJobs" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="addRecordsToJob" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.master_data_expert/com.sap.pct.mdm.appl.products/com.sap.pct.mdm.appl.product.add_records_to_job"/>
                <Property name="mode" value="result_set"/>
              </Properties>
              <Descriptions default="Add/Remove Records"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.tasks.SAP_MDM_Repository_BuPa.MDM_BUSINESS_PARTNERS" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.bupa_occ/com.sap.pct.mdm.appl.bupa.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
        <ItemType name="uwl.task.mdm.tasks.SAP_MDM_Repository_Prod.MDM_PRODUCTS" connector="MdmUwlConnector" defaultView="MdmViewTasks" defaultAction="showMdmDetails" executionMode="default">
          <Actions>
            <Action name="showMdmDetails" groupAction="no" handler="IViewLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes">
              <Properties>
                <Property name="taskId" value="${item.jobId}"/>
             <Property name="stepId" value="${item.stepId}"/>
                <Property name="userId" value="${item.userNames}"/>
                <Property name="workflowTable" value="${item.workflowTable}"/>
                <Property name="externalRequestEvent" value="com.sap.pct.mdm.appl.masteriviews.events.externals.ViewTaskRecordsHandler"/>
                <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.roles/com.sap.pct.mdm.appl.business_expert/com.sap.pct.mdm.appl.products_occ/com.sap.pct.mdm.appl.product.show_records_of_job"/>
              </Properties>
              <Descriptions default="Show Record Details"/>
            </Action>
            <Action name="showHistory"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="jobId" value="${item.jobId}"/>
                      <Property name="workflowTable" value="${item.workflowTable}"/>
                          <Property name="stepId" value="${item.stepId}"/>
                          <Property name="userId" value="${item.userNames}"/>
                          <Property name="systemId" value="${item.systemId}"/>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.taskhistory"/>
                   </Properties>
                   <Descriptions default="History"/>
            </Action>
            <Action name="createJob"
              handler="IViewLauncher"
                 launchInNewWindow="yes"
                 launchNewWindowFeatures="width=557,height=560,resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
                   <Properties>
                          <Property name="iview" value="pcd:portal_content/com.sap.pct/specialist/com.sap.pct.mdm.appl.mdm_550/com.sap.pct.mdm.appl.iviews/com.sap.pct.mdm.appl.workflow.createjob"/>
                   </Properties>
                   <Descriptions default="Create Job"/>
            </Action>
          </Actions>
        </ItemType>
      </ItemTypes>
      <Views>
        <View name="MdmViewJobs" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.jobs" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="My Open MDM Jobs"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="MDM Status">
                <ShortDescriptions>
                  <Description Language="en" Description="MDM Status"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Job ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
        <View name="MdmViewTasks" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.mdm.tasks" columnOrder="mdmStatus, priority, subject, jobId, userNames, dueDate, creatorId, createdDate" sortby="priority:descend, dueDate:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="300" dueDateSevere="86400000" dueDateWarning="259200000" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="My Open MDM Tasks"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="mdmStatus" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="MDM Status">
                <ShortDescriptions>
                  <Description Language="en" Description="MDM Status"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="stepId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Step ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Job ID">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="stepName" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step Name">
                <ShortDescriptions>
                  <Description Language="en" Description="Step Name"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
        <View name="MdmWorkItemsCompletedView" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.completedtask.mdm.all" columnOrder="subject, jobId, userNames, creatorId, createdDate, status" sortby="creatorId:ascend, createdDate:descend" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" actionRef="" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="unread" displayOnlyDefinedAttributes="yes" dynamicCreationAllowed="yes" actionPosition="top">
          <Descriptions default="Completed MDM Tasks"/>
          <DisplayAttributes>
            <DisplayAttribute name="workflowTable" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Workflow Table">
                <ShortDescriptions>
                  <Description Language="en" Description="Workflow Table"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="userNames" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="User Names">
                <ShortDescriptions>
                  <Description Language="en" Description="User Names"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
            <DisplayAttribute name="jobId" type="string" width="10" sortable="yes" format="default" hAlign="LEFT" vAlign="BASELINE" maxTextWidth="0" headerVisible="yes">
              <Descriptions default="Step Name">
                <ShortDescriptions>
                  <Description Language="en" Description="Job ID"/>
                </ShortDescriptions>
              </Descriptions>
            </DisplayAttribute>
          </DisplayAttributes>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="defaultGlobalWizard"/>
            <Action reference="addToNavigation"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="personalize"/>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    Thanks,
    Rajee

  • Attributes not showing up in POV

    In the process of developing some financial reports, it looks like I hosed the display of attributes on my admin account somehow.
    The scenario is as follows:
    On several reports I have attributes setup in the POV, when I originally developed the reports they showed fine, but for some reason they are not there any more. I'm lead to believe that something with the account I'm using was changed, as when I log in with a test account, provisioned as a regular user, I'm able to see the attributes listed in the POV.
    I've tried changing the available settings in workspace and have not found any settings in the desktop client that would affect this.
    We're running workspace version 9.3.1.0.0.248 and financial reporting 9.3.1.325
    Any help or guidance is appreciated.
    Thanks

    Hello Hari,
    Currently, the only attributes that you have access to in Publisher are the attributes linked to the taxonomy that you've designated to be your family field (in the console), which by default, is your main taxonomy table.
    The only way to display fields linked to non-main tables is by designating them alternate display fields, which in your case doesn't sound like what you want.
    -Neta

  • Master Data Attributes not showing in InfoCube

    Hi Experts,
    I'm a little lost here. I have loaded the master data  for a field ZPARTY(data coming from  3 non-SAP sources S1, S2 and S3) with all its attributes. I have actovated it and I see it as well in the BEx.
    Now I have loaded related Transaction data and and I have ZPARTY in that InfoCube as well. Now I can see the attibutes showing up in InfoCube from S1 and S2 but not from S3.
    I have deleted the data and reloaded it as well. I made sure that the SIDS get generated as well and I can see SIDs as well but I do not see the data from S1 for the master data attributes.

    Hi,
    You can check the following things,
    1) In the infoobject maintainance screen on the attributes tab, just check that attributes coming from S3 are marked as Navigation attributes.
    2) Check whether they are time dependent or independent attributes.
    3) Once you load all the data check it in master data view of ZPARTY infoobject and make sure that all the data is active.
    4) If you are not able to see the data loaded then check the underlying mappings of infoobject from S3 to ZPARTY in transformation or transfer rule.
    5) Finally in infocube check that you have marked all the navigation attributes available for reporting.
    Regards,
    Durgesh.

  • Attribute not showing up in Transfer Rule.

    This is my first posting on the forum.
    I am running into issue with the Transfer Rule.
    I have extended the existing BC extractor (0BEN_PLAN_TEXT) to include a field (ZZVENDOR) in R/3. I also replicated into BW.
    Then in BW I created a infoobject (ZZVENDOR) as Text and included it as the attribute of infoobject (0BEN_PLAN).
    When I try to modify the transfer rule that field is not there on the assignment side (left frame). It is on the right hand side coming from the datasource. It is also part of Transfer structure but since I cannot assign the transfer rule and it is not in communication area the field is not getting populated when I load master data.
    All the article I have come across say's the field should be there as soon as you add as attribute and activate it.
    Any help in this matter will be appreciated.

    Thanks SB.
    No the field is not hidden in R/3. When I tested the extractor in R/3 the field is displayed and populated with right information fine.
    In-fact I also see the field in the transfer structure in BW and it is also in the right frame of Transfer rule (Assign.InfoObject-field) but I do not have a field in the left frame where I can assign this too.
    I think the issue is around setting of (ZZVENDOR) as infoobject or assign it as attribute.

  • Navigational attribute not showing correct values

    Hello,
    I have a Notification cube Z_QM_C09, Apart from other infoobjects, it has Notification (0Notificatn) and one of its Nav attr 'Esc Category (0NOTIFICATN_/BIC/Z_ESC_CAT).
    The Master data for one of the Notification is as shown below
    /BI0/PNOTIFICATN - Master data table                   
       SOURSYSTEM   NOTIFICATN         OBJVERS   /BIC/Z_ESC_CAT   
       P1                        005000482694    A                (Blanks)     
    /BI0/XNOTIFICATN - SID Table attr                                                                   
      Notification SID      OBJVERS     SOURSYSTEM       NOTIFICATN          S__Z_ESC_CAT                    
       30,233,260            A                   P1                          005000482694      7                                                                               
    However, when I check the data in the cube for the same Notification, the data is as shown below;
    Notification         Notification SID      Z_ESC_CAT    Z_ESC_CAT SID
    5000482694         30,233,260            ESC2               7
    Can anyone throw some light on why this would be happening?
    Thanks for your input!
    Bala

    Hi,
    I believe Master data was loaded after the Transactional Data.
    You can do a full load for the Master data from the Data soruce from the Navigational Attribute is beng updated.
    And then acitvate it, No need to load the Transaction data as in the cube the value of Notificaiton is being refered from Master data.
    The above load will not have any side affects and is worth trying for.
    Hope this resolves.
    Thanks,
    Karan

  • The "readonly" attribute not working in Firefox 4.0

    the readonly implementation in actually applications and sites not working how in previous versions. The Navigator not block the input text.

    The same problem is in Firefox 5.0 version too

  • Urgent : Publishing Problem - Attributes not showing up in Layout Mode

    Dear MDM Gurus,
    We 4 fields in our main table i.e.
    FLD1   (Taxonomy  LKP -
    > Standard Categories Table)
    FLD2   (Taxonomy LKP)
    FLD3   (Qualified LKP)
    FLD4   (Taxonomy LKP)
    Now we have uploaded the data structure/Hierarchy to FLD1.
    FLD2,4  are Taxonomy lookups which store & link attributes for each of those fields.
    When viewed thru record mode our data looks like this :
    FLD1 :  Hierarchy Node
       FLD1-ATTRIBUTE1 = ABCD
    FLD2 : XYZ
      FLD2-ATTR1 = A1
      FLD2-ATTR2 = A2
      FLD2-ATTR3 = A3
    Which is how we want it to be.
    Here the data is well organised based on the taxonomy Lookup fields in the main table
    Now when we try to publish it,we dont see the attributes associated with FLD2 and 4 in the Layout mode.
    I can only see the main table fields,Qualified Table Fields and the attributes associated with FLD1.
    How to pull the data from the taxonomy lookup tables in Layout mode of Data Manager ?
    Greatly appreciate any inputs.
    Thanks.
    Hari

    Hello Hari,
    Currently, the only attributes that you have access to in Publisher are the attributes linked to the taxonomy that you've designated to be your family field (in the console), which by default, is your main taxonomy table.
    The only way to display fields linked to non-main tables is by designating them alternate display fields, which in your case doesn't sound like what you want.
    -Neta

  • Bespoke content node attributes not showing in UI config

    Hi guys,
    I'm trying to add some fields into a view via UI configuration...
    Below are the steps that I have taken
    1) In component BT116H_SRVO view BT116H_SRVO/Details I have added a bespoke context node of type BTCustomerH
    2) I did this via the wizard, right click and create...
    3) Defined the dependancy to higher node BTAdminH with relationship BTHeaderCustExt
    4) Everything was created successfully and the new ctxt node showed
    Problem is when I tried to set the fields on the UI config, I cannot seem to see the context node that I have created...
    Anyone have any idea why this is so?
    I am currently using CRM 7.0. The above steps works fine when used in CRM 2007 tho 

    Matt,
    Did you check if this setting is on in SPRO.
    Customer Relationship Management->UI Framework->UI Framework Definition->Design Layer->Deactivate Hiding of Fields.
    Regards,
    Masood Imrani S.

  • [JList] serious bug: readonly attribute should not disable jlist nav

    Hi,
    I've got a JList with a navigation binding. As display attribute, I chose an attribute that is read-only (Updateable: "Never").
    Now the entire list becomes disabled. The fact that the field I'm displaying is readonly, does not mean that the navigation should be disabled. I want to be able to navigate through the records, which has no influence on the values of the attribute, so I see no reason why this is disabled.
    Something similar was already discussed here: re:Bug: JList does not always show the right selection
    but Shailesh could not reproduct it at that time. I've got a reproducable testcase now.
    By the way, it's fairly easy to create your own testcase:
    - Create an Entity with a default view object, and set the primary key (for example 'Id') to Updateable: Never.
    - Populate the table with a few records.
    - Create a JClient with a default form and panel to edit the data.
    - Add a JList to the panel and bind it as a navigation binding to the view object, and select Id as display attribute.
    - Run the app. You'll see that you can't use the list to navigate through the records. This should however be possible, as long as you don't change the values.
    I would like to file this as a bug report, and more importantly, I would like to know if there's a workaround I can try (calling setEnabled(true) on the JList from inside jbInit doesn't seem to work).
    Greetings,
    Ivo

    The same problem goes for the JCombBox with a navigational binding. Once the binding involves a non-updatable attribute, the control goes disabled.
    I have solved this by creating my own sub-class of JComboBox which cannot be disabled. It overrides the setEnabled(boolean) method and does nothing (no call to super.setEnabled()). So, whenever I need a JComboBox with a navigational binding, I use this sub-class.
    To work around your problem, I would suggest you create a JList subclass which also overrides the setEnabled() method and replace your JList instances with ones of the new clas.
    HTH

  • Apex4 does not render readonly attribute properly for IE.

    I found that Apex4 renders the readonly attribute with an extra quotation mark for IE. So I get this:
    "readonly="readonly"
    And it doesn't work, obviously. For Firefox, all is good.
    The simplest solution seems to be to just leave the Disabled attribute set to No and manually add "readonly=true" to the "HTML Form Element Attributes" field.

    Hi,
    yes that is a problem on our known issue list http://www.oracle.com/technetwork/developer-tools/apex/40-known-issues-159870.html and will be fixed in our upcoming patchset 4.0.1. Actually the release candidate for this patchset has already been installed on apex.oracle.com. So there you should not be able to reproduce the problem anymore.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins

  • Essbase 11.1.2.2 view outline not showing attributes assigned to level0

    I have a weird queston. I have users that have full READ access to an essbase application. when they goto view it doesn't show the attributes assigned to our property dimension. In this version shouldn't they be able to see these? Or do i need to update their filter to have MetaRead for this to be accessible. The present owner of the application (who is an admin) clicks view and the property Level0 members do NOT show the attributes assigned.
    Any ideas?

    I assume you're talking about Outline Viewer in EAS? The attribute associations never show up in the treeview when using Viewer, although if you right-click on a member you can see the associations via 'View member properties' (and also get to the 'Attribute Viewer' tool which might help).
    In the Outline Editor the attribute associations do show up in the treeview, unless turned off in Tools | Console Options | Outline Tools.

  • Attribute of  subtype  not showing in supertype after delegation

    Hi, i've created a subtype of BUS2089 called ZBUS2089 added some attributes and then delegated to the BUS2089 but the new attributes are not showing, Any ideas?
    Thanzs in advanced to all
    Regards
    Jaime

    Hi Martina,
    Try to test the supertype and see if the delegated method is there.
    If that don't work say something and we find the problem.
    regards
    Jaime

  • User Discovery attribute added but not showing up in v_R_User

    Hi - working in 2007 here.  I added two attributes for user discovery, mail and telephoneNumber.  v_r_User.mail0 column came in fine but tel # did not show up.  Can someone point me to where I should troubleshoot this?  Thanks.

    Yea, I didn't mention that.  The log only said it failed to get the optional attributes.  It ended up being right under my nose.  The container set was the root and was set to exclude groups.  So that attribute was not available
    in the location it was searching.  As soon as I set to include groups I kicked off a discovery, re-ran the select for v_r_user and the column was there and starting to populate.

Maybe you are looking for

  • How play video clips with LabVIEW in Windows 7?

    I previously had the ability to play a video clip from my LabVIEW program.  Now, with the same program in two operating systems, Windows XP and Windows 7, both versions work, but the Windows 7 version will not save.  On trying to save it, I get the f

  • Color correction doesnt come through well on DVD project on TV

    I burned my short film onto a DVD and played it back on a SD television. The film has many color grading tweaks and I noticed that they barely come through on the TV. Definitely not representative of what i have ont he timeline. Any clue as to why th

  • Local currency balance in parked documents.

    Hello all, We have realized that some foreign currency parked documents, eventhough they are zero balanced in the document currency, they keeps not zero balances in local currency until they are posted. Generally there are small differences such as 0

  • How to install Skype on iPhone

    I just bought a new iPhone.  I want to install Skype.  I selected "App Store" and signed into my iTunes account.  I search for the Skyp applications and selected "Install".  My question is how do I start Skype?  I was expecting the Skype icon to appe

  • HT1430 iPad 3 keeps jumping back to home screen ...

    iPad 3 keeps jumping back to Home screen .