Resource Search in cProjects 4.0 not fetching results

Hi All,
Working on cProjects 4.0, I have specified the qualifications catalog and selected a few items from the catalog for a role. These are the items I have set for the resource (Business Partner). However, when I do a 'Resource Search' at the front end, the system does not throw the list of resource I expect the system to do.
Where could I be going wrong?
Thanks all...

Hi Zhenbo,
Thanks for your response. This, however, does not help.
As mentioned, I have defined the qualification catalog and selected the qualifications for the role. The resouce (BP) does have the required qualifications. However, the 'Resource Search' fetches no results.
Do I have to have the resources defined in WFM to be able to fetch? I guess no...
Do suggest.
Thanks and Regards...

Similar Messages

  • Authoriization object for resource search in cProjects

    Does anybody know which authorization object is required for resource search in cProjects  5.0 ? I need to to grant an access exactly via the user role and authorization object, not via the Authorization bookmark in cProjects.
    Thanks!

    Hello Kiryl,
    this is what you can do with Cprojects 4.5:
    cProjects Roles
    The following single roles are delivered with cProjects:
    Role Authorization
    SAP_CPR_PROJECT_ADMINISTRATOR Create projects (project definitions).
    SAP_CPR_TEMPLATE_ADMINISTRATOR
    Create, change, read, and delete all
    templates in cProjects.
    SAP_CPR_USER
    Use cProjects, but no authorization to
    perform any activities in a particular project.
    To do this users need project-specific
    authorizations, which can be distributed
    either directly or through their assignment to
    a role.
    This role must be included in every
    cProjects composite role.
    The following composite roles are delivered with cProjects:
    Role Authorization
    SAP_CPR_DECISON_MAKER cProjects decision maker. Contains the role
    SAP_CPR_USER.
    SAP_CPR_INTERESTED cProjects interested party. Contains the role
    SAP_CPR_USER.
    SAP_CPR_MEMBER cProjects team member. Contains the role
    SAP_CPR_USER.
    SAP_CPR_PROJECT_LEAD cProjects project manager. Contains the role
    SAP_CPR_PROJECT_ADMINISTRATOR
    and SAP_CPR_USER
    SAP_CPR_TEMPLATE_RESPONSIBLE cProjects template responsible. Contains the
    roles
    SAP_CPR_TEMPLATE_ADMINISTRATOR
    and SAP_CPR_USER
    You can use these SAP standard roles or create your own. For more information see the
    solution management content for cProjects under Solutions → mySAP PLM → Configuration
    Settings → SAP cProject Suite 4.00 → General Settings → Activating Single Roles for
    cProjects and Creating Roles for the Project-Specific Authorization Checks.
    In cProjects, you carry out Customizing activities in the SAP Web AS. Only
    system administrators, that is, users with the authorization profile SAP_ALL, are
    authorized to carry out Customizing for cProjects.
    Hope this helps.
    Regards
    Thomas

  • Query not fetching results and shows executing

    All,
    When I run a query from SQL Plus I am getting query results immediately table with more than 50,000 rows), but when I run from TOAD or PL/SQL Developer am not getting any result and all I see is query executing no error message also.
    Surprising part is I am able to see results if the table is less than 100 rows in SQL Plus, TOAD and PL/SQL Developer.
    Please tell me is there anything I have to do in the database configuration, I am facing this issue due to database move to a new server.
    Thanks in advance

    Anand,
    I don't see this as an issue with TOAD or PL/SQL Developer, the reason is using my TOAD or PL/SQL Developer I am able to connect to the copy of this database (DEV) and able to fetch results. Only in the database I migrated to the new server I am not able to fetch results from connecting through any application, the only place I am able to run and get results is SQL PLUS.
    So I believe this is something which I am missing in my database configuration or in my new server.
    Please help me
    Thanks in Advance

  • Embedded Google search on our website is not showing results. Windows 8, 64 bit, Firefox 30

    We have Google Search embedded in our website. It was brought to my attention by one of our employees that Firefox is not showing the results of the search after the search button is clicked. The issue seems to be only confined to Firefox. Tested the issue on Internet Explorer 10 and Google Chrome and both are working as expected, showing the results on our results page.
    I am using Windows 8, 64 bit, Firefox 30. The user having the issue is on Windows 7, 64 bit.
    I used the Web console and there were an error message of
    'TypeError: google.search.Search.apiary5337 is not a function'.
    I am not sure this is the root of the issue or not, but why would this work in Chrome and Internet Explorer and not in Firefox?
    If you need to check it, out website is http://www.dmns.org/ . The search box it on the top right of the page. You will see that the page redirects to our '/results?q=searchterm'. We are a science institution so if you type "science" in the search box, you will get redirected to the '/results' page with the query string of 'science' for the search term. But in my case the search results below are blank. If you do the same search if Chrome or IE the results show fine.
    Oh, I do not have any add on installed on Firefox.
    Any suggestions or a fix would be great.
    Thank you.
    Carlos Mosqueda

    Problem SOLVED.
    This is probably still a bug in Firefox. Our Google Search <script> that call the Javascript service from Google was within the Body tag. I moved the Script tag to the head and now it seems to work as expected. In the new Firefox, are <script> tags not allowed within the Body element?

  • Some searches going straight to Wikipedia not Google results

    I use the omnibar for searches, not the separate search field. Recently, actually just today, when I do some searches, for instance, I search "Rashida Jones", expecting to get Google search results, it is instead taking me straight to the Wikipedia site for Rashida Jones. I put in "judge Dredd", it does the same thing. But when I type in "Football" (and just tried this for first time now) it takes me directly to www.bbc,com's football page. "oblivion" takes me to IMDB. I've ran Firefox with addons disabled and does the same thing.
    What needs changing here??
    Scott

    You can also reset these prefs as they are no longer used in current Firefox versions and they will disappear after a restart.
    # browser.history_expire_days.mirror: 180
    # browser.history_expire_days_min: 7
    Your keyword.URL had this value and that make Firefox do a Google "Browse by Name"
    *http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search
    You also have the fixup disabled (add www. and .com automatically):
    * browser.fixup.alternate.enabled: False

  • ABAP HR - PYXX_READ_PAYROLL_RESULT not fetching results

    My first 2 FM's are fetching the correct values . Now I am passing the SEQNR(00005 in my case) returned by 2nd FM to the 3rd FM ( PYXX_READ_PAYROLL_RESULT  ) , the table payroll remains empty.I checked in debug mode also that payroll-INTER-RT is empty whereas in debugger mode i can see that SEQNR has been set correctly by the 2nd FM. Below is my code
    TABLES : PERNR.
    TYPES: BEGIN OF RGDIR.
            INCLUDE STRUCTURE PC261.
    TYPES: END OF RGDIR.
    DATA: RGDIR TYPE TABLE OF RGDIR WITH HEADER LINE,
              SEQNR LIKE PC261-SEQNR,
              payroll TYPE pay99_result,
              rt_line TYPE LINE OF hrpay99_rt.
    GET PERNR.
    CALL FUNCTION 'CU_READ_RGDIR'
      EXPORTING
        PERSNR                   = PERNR-PERNR
      TABLES
        IN_RGDIR                 = RGDIR
    CALL FUNCTION 'CD_READ_LAST'
      EXPORTING
        BEGIN_DATE            = PN-BEGDA
        END_DATE              = PN-ENDDA
    IMPORTING
       OUT_SEQNR             = SEQNR
      TABLES
        RGDIR                 = RGDIR.
    CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'
      EXPORTING
        CLUSTERID                          = 'RX'
        EMPLOYEENUMBER                     = PERNR-PERNR
        SEQUENCENUMBER                     = SEQNR
      CHANGING
        PAYROLL_RESULT                     = payroll
    LOOP AT payroll-INTER-RT INTO rt_line.
    write:/ rt_line-LGART.
    ENDLOOP.

    amber22 wrote:
    I made the following changes as u suggested.The GET_RELID function is fetching value of rel_id as 'IN' which i think should be correct since I am executing Indian Payroll. But the last FM gives runtime error "illegal type'. I tried passing the value of clusterid as constant "IN" but still it gives the same error. Only when i give its value as 'RX' , it doesnt give error but then it doenst fetches any result also.
    >
    >
    >
    rel_id LIKE PCL2-RELID..
    >
    > CALL FUNCTION 'PYXX_GET_RELID_FROM_PERNR'
    >   EXPORTING
    >     EMPLOYEE                          = PERNR-PERNR
    >  IMPORTING
    >     RELID                             = rel_id.
    >
    > CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT'
    >   EXPORTING
    >     CLUSTERID                          = rel_id
    >     EMPLOYEENUMBER                     = PERNR-PERNR
    >     SEQUENCENUMBER                     = SEQNR
    >   CHANGING
    >     PAYROLL_RESULT                     = payroll.
    >
    > LOOP AT payroll-INTER-RT INTO rt_line.
    >  write:/ rt_line-LGART.
    > ENDLOOP.
    Since you are reading the payroll results of India, you have to change the declaration of 'payroll' as below
    DATA:
      payroll TYPE payin_result,
    the current declaration
    DATA:
      payroll TYPE pay99_result,
    would only give you the international part of the payroll and you have to inform the FM that you only want to read the international part through the importing parameter 'READ_ONLY_INTERNATIONAL'.
    and 'CLUSTERID' is a optional parameter of the FM, if you don't feed any value to that it itself determines its value.
    -Rajesh.

  • 'Any' Search In Mountain Lion Mail Not Showing Results

    Regardless of what I put into a search on 'Any" inside of the mail program  absolutely no search results show up at all.  Regardless of what I search for.  The To and From searches do appear to work.

    SOLVED :
    Used terminal
    sudo mdutil -E /  
    command to erase and rebuild indicies.  Email "any" searches began working sortly thereafter

  • CProjects 4.0 : Correct resource search and incorrect staffing

    Hello to all SAP community!
    I am using resource search by qualification in cProjects. The search itself is OK, but when I am trying to staff the project role from resources found, the role is staffed by  N.N.1 resource, not that one that I have chosen.
    Does anybody know what is the reason of such collision?

    Hi Kiryl,
    I have heard this behaviour recently, there should be a note for it. Would you please search the notes using the the key words. You can also post hotpackage stand of your system, I will then search it.
    Kind regards,
    Zhenbo

  • CProjects 4.0 - Resource Search

    Having specified the 'Qualification' and 'Minimum Availability', when I do a resource search, I get the list in line with the expected. On this page, few of the columns - Resource Name, Assignment, Suitability etc. have the expected (and right) values. However, such columns as 'Time Available', 'Capacity' and 'Availability' have values zero.
    What ooght to be done to get the right values in these columns?
    Thanks and Regards...

    Hi Reema,
    Thanks for the inputs. I did specify the location and availability for an employee in the transaction you specified - RPM_EMPDATA. Havng done this, I see the columns Skills, Location, and Availability checked (ticked right).
    But I see no difference at the front end. When I do a resource search, and when this resource appears in the search list, I see values in the columns 'Resource Name', 'Assignment', 'Suitability' etc. but the 'Time Available', 'Capacity' and 'Availablity' columns still read zero.
    Anything else that you'd suggest me doing???
    Thanks again...

  • Resource planning in cprojects with xRPM or MRS?

    Dear Experts,
    To my understanding there are four options to perform resource planning in combination with cprojects:
    1.     Do a planning in cprojects only
    2.     Use resource planning application (RPA) from SAP CRM
    3.     Schedule resources with xRPM
    4.     Schedule resources with SAP MRS (Multi Resource Scheduling)
    I have a couple of questions:
    (a) Is it correct that I cannot assign resources to project roles in xRPM based on qualification matching? Is it right that xRPM is used rather for a long-term view to define the available capacity of projects/roles than assigning specific resources to roles?
    (b) How can help SAP MRS in comparison to option 1 (planning in cprojects)? I assume that I can do also in cprojects itself a qualification matching. MRS provides a more detailed qualification object to cover complex requirements, right? What else provides MRS what cannot be managed in cprojects itself?
    (c ) If we want to use a staffing process were project lead and resource manager doing the staffing and have the option to suggest or reject roles, we have the option to use xRPM or MRS, right? What are the differences? In MRS we have options like using several resource managers, softbooking/hardbooking or itu2019s possible to define the workflow who proposes resources and who is doing the final staffing (project lead or staffing manager), reasons for rejections can be configured etc. Are these options in xRPM available as well?
    Thanks,
    Angie

    Hi Angie,
    I have not implemented MRS or RPA so can only answer your first question. You cannot do a resource search via qualification in Portfolio Management (aka xRPM), typically you would do this in Project Management (aka cProjects) and this functionality works fine provided you have maintained qualification data for BP's and roles. Portfolio Management financial planning function can be used for a long term view as you have mentioned. However, it is also typically used to summarize and/or roll up resource demand / assignment to a bucket or portfolio level or summarize resources for multiple projects via initiatives or collections. You can also use a top down approach and at a high level plan values at the bucket level (i.e. forecasted demand or business case demand) and compare against detailed planned / assigned demand rolled up from project management.
    Hope this helps.
    Regards,
    Lashan

  • Project Search in cProjects 4.0 - Displays all projects

    Hi Experts,
    Project Search in cProjects fetches all projects - across all users and across all project types. This includes projects of project types the user is not authorized to. Well, the user cannot open any of these projects (unless he has authorization) but he can see all projects.
    Is there a way to restrict this? We require users to get to see projects in his search list only if the user has authorization to the corresopdning Project Type. Is there a way?
    Regards...

    Thanks Ramakrishna for responding.
    But I understand that this search is also influenced by the settings that the user does at the front end. What I mean is, if he does not put any such filter, he can still view all projects.
    Is there anyway we can restrict the users from viewing? What I mean is, can we put such filters (which the user puts at front end to search) at the back end by which the front end user just cannot see/view all projects?
    Thanks again...
    Regards,
    Bittu.

  • Not fetching any operations of a service in VC

    HI,
    I am trying to connect to SR in CE 7.1 machine from VC 7.1. I am done with all the prerequisites   required for VC to connect to SR.
    I have defined
    1. UDDI_DESTINATION
    2. CLASSIFICATION_DESTINATION
    3. BACKEND DESTINATION.
    4. Service Registry.
    In VC when I select "Search In" in Search Panel. I selected "SERVICE REGISTRY" and System
    In order to fetch the services and their operations but it is  not fetching any operations of a service which we published in SR other than that for  default services we could see all the services and there operations in VC .
      What could be the reason? What to do for getting the operations in VC?
    Thanks
    Srikanth

    Hi,
    I experience the same problem in EhP1 NWCE 7.1 Preview (the latest fom SDN) with VC 7.1. I made the settings according to this guide: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/605303db-9d5f-2a10-e0a2-c0e1c8af9e96
    It worked fine with NWCE 7.1 SP3, but with the new CE version I get no search results for enterprise services (ES). I can open the classification dialog (Advanced Search) and browse to the service I want to use, but when I click on search it finds nothing.
    Is there a problem with the new CE version?
    Regards
    André

  • Not fetching any operations of a service

    HI,
    I am trying to connect to SR in CE 7.1 machine from VC 7.1. I am done with all the prerequisites   required for VC to connect to SR.
    I have defined
    1. UDDI_DESTINATION
    2. CLASSIFICATION_DESTINATION
    3. BACKEND DESTINATION.
    4. Service Registry.
    In VC when I select "Search In" in Search Panel. I selected "SERVICE REGISTRY" and System
    In order to fetch the services and their operations but it is  not fetching any operations of a service which we published in SR other than that for  default services we could see all the services and there operations in VC .
      What could be the reason? What to do for getting the operations in VC?
    Thanks
    Srikanth

    Resolved

  • Af:query does not fetch rows on submit but does hit on page refresh

    Hello:
    Thanks for looking at this post...
    I'm using Jdev 11.1.1.3.0 and trying to get a simple ADF Web app to fetch data from the database. I'm using af:query on the left to enter the search criteria and af:table on the right to display the result. It seems when enter the search criteria and hit search button in the query panel, the rows are not fetched in the table on the right. But when the browser refresh button is hit, it shows the data
    Any ideas on what I'm doing wrong?
    Thanks for the help.
    Edited by: SmDas on Nov 8, 2010 5:57 PM

    Well I followed the note you had pointed out, and implemented the same for two LOV's. I'm getting "Server Exception during PPR, #3". Would be able to identify where I'm going wrong please.
    FYI: I'm using a UI template that is stripped won from Oracles Dynamic tab template
    1. parent LOV
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!---->
    <ViewObject
    xmlns="http://xmlns.oracle.com/bc4j"
    Name="QcChiptypeVViewRO"
    Version="11.1.1.56.60"
    BindingStyle="OracleName"
    CustomQuery="true"
    RowClass="com.qualcomm.qdt.fwk.model.QdtViewRowImpl"
    ComponentClass="com.qualcomm.qdt.fwk.model.QdtViewObjectImpl"
    DefClass="com.qualcomm.qdt.fwk.model.QdtViewDefImpl"
    PageIterMode="Full"
    UseGlueCode="false">
    <DesignTime>
    <Attr Name="_codeGenFlag2" Value="Access|VarAccess"/>
    <Attr Name="_isExpertMode" Value="true"/>
    </DesignTime>
    <SQLQuery>
    <![CDATA[SELECT QcChiptypeV.CHIPTYPE
    FROM QC_CHIPTYPE_V QcChiptypeV]]>
    </SQLQuery>
    <ViewAttribute
    Name="Chiptype"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="42"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CHIPTYPE"
    Expression="CHIPTYPE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="42"/>
    </DesignTime>
    </ViewAttribute>
    </ViewObject>
    2. Child LOV
    <?xml version="1.0" encoding="windows-1252" ?>
    <!DOCTYPE ViewObject SYSTEM "jbo_03_01.dtd">
    <!---->
    <ViewObject
    xmlns="http://xmlns.oracle.com/bc4j"
    Name="QcMcnVViewRO"
    Version="11.1.1.56.60"
    BindingStyle="OracleName"
    CustomQuery="true"
    RowClass="com.qualcomm.qdt.fwk.model.QdtViewRowImpl"
    ComponentClass="com.qualcomm.qdt.fwk.model.QdtViewObjectImpl"
    DefClass="com.qualcomm.qdt.fwk.model.QdtViewDefImpl"
    PageIterMode="Full"
    UseGlueCode="false">
    <DesignTime>
    <Attr Name="_codeGenFlag2" Value="Access|VarAccess"/>
    <Attr Name="_isExpertMode" Value="true"/>
    </DesignTime>
    <Variable
    Name="chiptype"
    Kind="viewcriteria"
    Type="java.lang.String"/>
    <ViewAccessor
    Name="QcChiptypeVViewRO1"
    ViewObjectName="com.qualcomm.qdt.model.lov.QcChiptypeVViewRO"
    RowLevelBinds="true"/>
    <SQLQuery>
    <![CDATA[SELECT QcMcnV.MCN,
           QcMcnV.CHIPTYPE
    FROM QC_MCN_V QcMcnV]]>
    </SQLQuery>
    <ViewAttribute
    Name="Mcn"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="20"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="MCN"
    Expression="MCN"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="20"/>
    </DesignTime>
    <Dependencies>
    <Item
    Value="Chiptype"/>
    </Dependencies>
    </ViewAttribute>
    <ViewAttribute
    Name="Chiptype"
    IsUpdateable="false"
    IsPersistent="false"
    PrecisionRule="true"
    Precision="42"
    Type="java.lang.String"
    ColumnType="VARCHAR2"
    AliasName="CHIPTYPE"
    Expression="CHIPTYPE"
    SQLType="VARCHAR">
    <DesignTime>
    <Attr Name="_DisplaySize" Value="42"/>
    </DesignTime>
    </ViewAttribute>
    <ViewCriteria
    Name="QcMcnVViewROCriteriaChiptype"
    ViewObjectName="com.qualcomm.qdt.model.lov.QcMcnVViewRO"
    Conjunction="AND">
    <Properties>
    <CustomProperties>
    <Property
    Name="displayOperators"
    Value="InAdvancedMode"/>
    <Property
    Name="autoExecute"
    Value="true"/>
    <Property
    Name="allowConjunctionOverride"
    Value="true"/>
    <Property
    Name="showInList"
    Value="true"/>
    <Property
    Name="mode"
    Value="Basic"/>
    </CustomProperties>
    </Properties>
    <ViewCriteriaRow
    Name="vcrow5"
    UpperColumns="1">
    <ViewCriteriaItem
    Name="QcMcnVViewROCriteria_vcrow5_Chiptype"
    ViewAttribute="Chiptype"
    Operator="="
    Conjunction="AND"
    Value=":chiptype"
    IsBindVarValue="true"
    Required="Optional"/>
    </ViewCriteriaRow>
    </ViewCriteria>
    </ViewObject>
    3. JSF page
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/ui/pattern/dynamicShell/dynamicTabShell.jspx"
    value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="copyright">
    <af:outputText value="2010 Qualcomm Inc. All Rights Reserved."
    id="ot10"/>
    </f:facet>
    <f:facet name="about">
    <af:navigationPane id="np3" hint="buttons">
    <af:commandNavigationItem text="About" id="cni5"/>
    <af:commandNavigationItem text="Privacy" id="cni6"/>
    </af:navigationPane>
    </f:facet>
    <f:facet name="navigation">
    <af:panelAccordion id="pa1">
    <af:showDetailItem text=" Asset Details" id="sdi1">
    <af:panelGroupLayout layout="vertical" id="pgl1">
    <af:panelHeader text=" " id="ph1">
    <af:query id="qryId1"
    headerText="Search Criteria (Use % as wildcard)" disclosed="true"
    value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
    model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
    queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
    queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}"
    saveQueryMode="hidden"/>
    </af:panelHeader>
    </af:panelGroupLayout>
    </af:showDetailItem>
    <af:showDetailItem text="More Info" id="sdi2"/>
    </af:panelAccordion>
    </f:facet>
    <f:facet name="globalLinks">
    <af:navigationPane id="np2" hint="buttons"
    inlineStyle="text-align:right;">
    <af:commandNavigationItem text="Help" id="cni4" action="noop"/>
    <af:commandNavigationItem text="Sign out"
    id="commandNavigationItem1"
    action="noop"/>
    </af:navigationPane>
    </f:facet>
    <f:facet name="status"/>
    <f:facet name="globalToolbar"/>
    <f:facet name="globalSearch"/>
    <f:facet name="globalTabs">
    <af:navigationPane id="np1">
    <af:commandNavigationItem text="Device Query/Update" id="cni1"
    selected="true" partialSubmit="false"/>
    <af:commandNavigationItem text="Asset Return" id="cni3"
    action="dummy" rendered="false"/>
    </af:navigationPane>
    </f:facet>
    <f:facet name="welcome">
    <af:panelSplitter id="ps1" orientation="vertical">
    <f:facet name="first">
    <af:panelCollection id="pc1" defaultToolbarItemDisplay="icon">
    <f:facet name="menus">
    <af:menu text="Options" id="m2" rendered="false">
    <af:commandMenuItem text="Printable Page" id="cmi2">
    <af:showPrintablePageBehavior/>
    </af:commandMenuItem>
    <af:commandMenuItem text="Download" id="commandMenuItem1">
    <af:exportCollectionActionListener exportedId="t2"
    type="excelHTML"
    title="Asset Details"/>
    </af:commandMenuItem>
    </af:menu>
    </f:facet>
    <f:facet name="toolbar">
    <af:toolbar id="t1">
    <af:commandToolbarButton id="ctb1"
    hoverIcon="/images/view_image.gif"
    text="Export to Excel">
    <af:exportCollectionActionListener exportedId="t2"
    type="excelHTML"
    title="Asset Details"/>
    </af:commandToolbarButton>
    </af:toolbar>
    </f:facet>
    <f:facet name="statusbar"/>
    <af:table value="#{bindings.QcDeviceTrackingVO1.collectionModel}"
    var="row"
    rows="#{bindings.QcDeviceTrackingVO1.rangeSize}"
    emptyText="#{bindings.QcDeviceTrackingVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.QcDeviceTrackingVO1.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
    queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.QcDeviceTrackingVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.QcDeviceTrackingVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t2"
    columnSelection="single"
    partialTriggers=":::ph1 :::qryId1">
    <af:column sortProperty="Serialnum" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Serialnum.label}"
    id="c28" width="103">
    <af:outputText value="#{row.Serialnum}" id="ot17"/>
    </af:column>
    <af:column sortProperty="Assettag" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Assettag.label}"
    id="c7" width="107">
    <af:outputText value="#{row.Assettag}" id="ot24"/>
    </af:column>
    <af:column sortProperty="Chiptype" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Chiptype.label}"
    id="c18" width="26">
    <af:outputText value="#{row.Chiptype}" id="ot27"/>
    </af:column>
    <af:column sortProperty="Mcn" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Mcn.label}"
    id="c11">
    <af:outputText value="#{row.Mcn}" id="ot13"/>
    </af:column>
    <af:column sortProperty="Mcnrev" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Mcnrev.label}"
    id="c8">
    <af:outputText value="#{row.Mcnrev}" id="ot3"/>
    </af:column>
    <af:column sortProperty="Assignedto" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Assignedto.label}"
    id="c15">
    <af:outputText value="#{row.Assignedto}" id="ot32"/>
    </af:column>
    <af:column sortProperty="Location" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Location.label}"
    id="c24">
    <af:outputText value="#{row.Location}" id="ot19"/>
    </af:column>
    <af:column sortProperty="Locationfullname" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Locationfullname.label}"
    id="c14">
    <af:outputText value="#{row.Locationfullname}" id="ot26"/>
    </af:column>
    <af:column sortProperty="Locationtype" filterable="true"
    sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Locationtype.label}"
    id="c13">
    <af:outputText value="#{row.Locationtype}" id="ot28"/>
    </af:column>
    <af:column sortProperty="Description" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Description.label}"
    id="c21">
    <af:outputText value="#{row.Description}" id="ot22"/>
    </af:column>
    <af:column sortProperty="Assignment" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Assignment.label}"
    id="c30">
    <af:outputText value="#{row.Assignment}" id="ot34">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.QcDeviceTrackingVO1.hints.Assignment.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Createddate" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Createddate.label}"
    id="c1">
    <af:outputText value="#{row.Createddate}" id="ot15">
    <af:convertDateTime pattern="#{bindings.QcDeviceTrackingVO1.hints.Createddate.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Lastid" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Lastid.label}"
    id="c33">
    <af:outputText value="#{row.Lastid}" id="ot9">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.QcDeviceTrackingVO1.hints.Lastid.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Lportfolioitemid" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Lportfolioitemid.label}"
    id="c23">
    <af:outputText value="#{row.Lportfolioitemid}" id="ot23">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.QcDeviceTrackingVO1.hints.Lportfolioitemid.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Lkeycontactid" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Lkeycontactid.label}"
    id="c4">
    <af:outputText value="#{row.Lkeycontactid}" id="ot11">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.QcDeviceTrackingVO1.hints.Lkeycontactid.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Fullname" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Fullname.label}"
    id="c22">
    <af:outputText value="#{row.Fullname}" id="ot6"/>
    </af:column>
    <af:column sortProperty="Status" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Status.label}"
    id="c16">
    <af:outputText value="#{row.Status}" id="ot21"/>
    </af:column>
    <af:column sortProperty="Qcemployeenumber" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Qcemployeenumber.label}"
    id="c6">
    <af:outputText value="#{row.Qcemployeenumber}" id="ot33">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.QcDeviceTrackingVO1.hints.Qcemployeenumber.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Field3" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Field3.label}"
    id="c12">
    <af:outputText value="#{row.Field3}" id="ot18"/>
    </af:column>
    <af:column sortProperty="Empdeptfullname" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Empdeptfullname.label}"
    id="c27">
    <af:outputText value="#{row.Empdeptfullname}" id="ot4"/>
    </af:column>
    <af:column sortProperty="Comments" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Comments.label}"
    id="c10">
    <af:outputText value="#{row.Comments}" id="ot16"/>
    </af:column>
    <af:column sortProperty="Builtby" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Builtby.label}"
    id="c19">
    <af:outputText value="#{row.Builtby}" id="ot20"/>
    </af:column>
    <af:column sortProperty="Mesbuild" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Mesbuild.label}"
    id="c31">
    <af:outputText value="#{row.Mesbuild}" id="ot2"/>
    </af:column>
    <af:column sortProperty="Esn" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Esn.label}"
    id="c26">
    <af:outputText value="#{row.Esn}" id="ot31"/>
    </af:column>
    <af:column sortProperty="Imei" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Imei.label}"
    id="c17">
    <af:outputText value="#{row.Imei}" id="ot29"/>
    </af:column>
    <af:column sortProperty="Macaddress" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Macaddress.label}"
    id="c32">
    <af:outputText value="#{row.Macaddress}" id="ot1"/>
    </af:column>
    <af:column sortProperty="Brf" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Brf.label}"
    id="c25">
    <af:outputText value="#{row.Brf}" id="ot8"/>
    </af:column>
    <af:column sortProperty="Brfrev" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Brfrev.label}"
    id="c3">
    <af:outputText value="#{row.Brfrev}" id="ot25"/>
    </af:column>
    <af:column sortProperty="Dacquisition" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Dacquisition.label}"
    id="c29">
    <af:outputText value="#{row.Dacquisition}" id="ot7">
    <af:convertDateTime pattern="#{bindings.QcDeviceTrackingVO1.hints.Dacquisition.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Datqcmainttermdate" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Datqcmainttermdate.label}"
    id="c2">
    <af:outputText value="#{row.Datqcmainttermdate}"
    id="ot30">
    <af:convertDateTime pattern="#{bindings.QcDeviceTrackingVO1.hints.Datqcmainttermdate.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Datqcissueddate" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Datqcissueddate.label}"
    id="c5">
    <af:outputText value="#{row.Datqcissueddate}" id="ot5">
    <af:convertDateTime pattern="#{bindings.QcDeviceTrackingVO1.hints.Datqcissueddate.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="Itlqciteclass" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.Itlqciteclass.label}"
    id="c20">
    <af:outputText value="#{row.Itlqciteclass}" id="ot14"/>
    </af:column>
    <af:column sortProperty="RowID" sortable="true"
    headerText="#{bindings.QcDeviceTrackingVO1.hints.RowID.label}"
    id="c9">
    <af:outputText value="#{row.RowID}" id="ot12"/>
    </af:column>
    </af:table>
    </af:panelCollection>
    </f:facet>
    <f:facet name="second">
    <af:panelTabbed id="pt2">
    <af:showDetailItem text="Update Attributes" id="sdi3"
    stretchChildren="first"/>
    </af:panelTabbed>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="innerToolbar"/>
    <f:attribute name="brandingTitle" value="ITE Device Tracking System"/>
    <f:attribute name="navSplitterPosition" value="450"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>

  • Item will not fetch values

    Hi all,
    I have a number of fileds on my page that are entered with user-input. Then, I have one hidden-protected field that is composed of 2 concatenated values from another field, so that I can use this field in the automatic row update process.
    However, this composed field does not always (sometimes it does..) fetch the data from the user-input fields, so then month and year are left blank in the composed field and I get an ill formed date (01-- instead of 01-10-2008). A part of the debug shows that the user input fields are filled with data, but the composed field does not fetch the data (see bold parts):
    Debug
    0.01: A C C E P T: Request="CREATE"
    0.01: Metadata: Fetch application definition and shortcuts
    0.01: NLS: wwv_flow.g_flow_language_derived_from=FLOW_PRIMARY_LANGUAGE: wwv_flow.g_browser_language=nl
    0.01: alter session set nls_language="DUTCH"
    0.01: alter session set nls_territory="THE NETHERLANDS"
    0.01: NLS: CSV charset=WE8MSWIN1252
    0.01: ...NLS: Set Decimal separator=","
    0.01: ...NLS: Set NLS Group separator="."
    0.01: ...NLS: Set date format="DD-MM-RR"
    0.01: ...Setting session time_zone to -05:00
    0.01: Fetch session state from database
    0.02: ...Check session 4402719362367456 owner
    0.02: ...Metadata: Fetch Page, Computation, Process, and Branch
    0.02: Session: Fetch session header information
    0.02: ...Metadata: Fetch page attributes for application 21436, page 5
    0.02: ...Validate item page affinity.
    0.02: ...Validate hidden_protected items.
    0.02: ...Check authorization security schemes
    0.02: Session State: Save form items and p_arg_values
    0.02: ...Session State: Save "P5_ID" - saving same value: ""
    0.02: ...Session State: Save "P5_VS_ID" - saving same value: "10"
    0.02: ...Session State: Save "P5_VERBRUIK" - saving same value: "370"
    *0.02: ...Session State: Save "P5_MAAND" - saving same value: "10"*
    *0.02: ...Session State: Save "P5_JAAR" - saving same value: "2008"*
    0.02: ...Session State: Save "P5_USER_ID" - saving same value: "241"
    _0.02: ...Session State: Save "P5_MAAND_OPNAME" - saving same value: "01--"_+
    0.02: Processing point: ON_SUBMIT_BEFORE_COMPUTATION
    0.02: Branch point: BEFORE_COMPUTATION
    0.02: Computation point: AFTER_SUBMIT
    0.02: Tabs: Perform Branching for Tab Requests
    0.02: Branch point: BEFORE_VALIDATION
    0.02: Perform validations:
    0.02: ...Item Not Null Validation: P5_VS_ID
    0.03: ...Item Not Null Validation: P5_VERBRUIK
    0.03: ...Item Not Null Validation: P5_MAAND
    0.03: ...Item Not Null Validation: P5_JAAR
    0.03: Branch point: BEFORE_PROCESSING
    0.03: Processing point: AFTER_SUBMIT
    0.03: ...Process "Process Row of MAANDVERBRUIK": DML_PROCESS_ROW (AFTER_SUBMIT) #OWNER#:MAANDVERBRUIK:P5_ID:ID|IUD
    0.03: Show ERROR page...
    0.03: Performing rollback...
    /Debug
    To compose the P5_MAAND_OPNAME field I do the following:
    Source type: Database column
    Source value or expression: MAAND_OPNAME (name of the db column)
    Default value: '01-'||:P5_MAAND||'-'||:P5_JAAR
    Defaukt value type: PL/SQL expression
    Is this not the right approach? It should work and it does occasionaly, but more often it doesn't...

    Hi Voxie,
    Your approach doesn't work, because you use the Default Property of your item which is evaluated on rendering the page. What you need is a computation which runs right before the insert-process.
    Peter

Maybe you are looking for

  • Installing tiger has messed up my postfix settings

    A long time ago I downloaded postfix and set it up to smtp emails from a domain where I do not have any other outgoing mail server. This was under 10.2.8, which doesn't include postfix as part of the OS. Since I installed 10.4.3, I can't send mail fr

  • Swap Actiontec MI424WR Router

    Verizon needed to swap my Actiontec MI424WR router for performance reasons.  However I had a significant amount of time invested in my configuration so I was reluctant to agree.  Fortunately I had 7 versions of my configuration saved.  It was my unde

  • Logic Will Randomly Lose Phantom Power

    I have an Apogee One running into Logic Studio 9. On the Apogee One, I am running and XLR cable to an Apex Microphone, and a 1/4" cable to a guitar (At Different times). When recording either the Guitar, but most commonly with the Phantom Power on th

  • Java Embedding Weird XML Node Error

    Ok, I am going crazy. I have a java embedding node that takes a date string in, changes it to a different format and creates another date that contains the current time. if I run this in java to code run ok and there are no issues. At the end of the

  • Problem in creating follow-on document (RFQ) for a bid invitation.

    Hi Experts, We have an issue while creating follow-on document(RFQ) for a bid invitation. Process is as follows : We have a bid invitation and sent it to two vendors. After this, created two responses one is accepted and another one is rejected. Now