Is it possible to have "Condition based custom project field entry in project detail page"

Hello All,
In PWA, In Project details page, when we add Displayed Project fields into the Project Information page, Is it possible that I have a custom enterprise field and based on its selection, I can choose the other field in that page.
I mean, say i have a Custom field in project page as 'Hardware' which has a lookup of say :
CD
DVD
Flash Drive
External HDD
Cloud etc.,
Then when a user selects any one of these. then the below appearing options will be based on this selection. 
Say user selects cloud, then the next project field should be like Public, Private or Hybrid. Which is not same when user selects other fields.
I did not find any OOB solution for this. So can anyone please guide me how can I achieve this in PWA, so that these fields may be used as enterprise custom fields, which can be later used for Reporting purposes.
Thanks,
Shanky

Hello,
You could adopt this no code out of the box option approach:
http://psbehindthescene.blogspot.co.uk/2014/04/cascading-custom-fields.html
Or potentially look at adding JavaScript code to the page to do this programmatically - not looked at doing this but it should be possible.
Another option might be Fluent Pros Auto Complete Manager - this might offer this functionality but I have never used it:
http://www.fluentpro.com/productsautocomplete.html
Paul 
Paul Mather | Twitter |
http://pwmather.wordpress.com | CPS |
MVP | Downloads

Similar Messages

  • Is it possible to have location based CDR and QoE in Lync 2013

    Hi,
    Is it possible to have location based recording for CDR and QoE on monitoring database?

    Possible?  Yes.  But you'll want to write your own report for it as what's native likely won't help you much.  Check out the user activity report, search for a user and drill into the detail on that call.  That takes you to the Peer to
    Peer Session Detail report for that call, if you expand Media Quality report, you can see the IPs on each end, the location as defined in Lync, the client types...  You'll just need to compile it into your own report for better readability.
    We do that as part of our Lync managed services offering, we have custom reports that outline call quality issues per subnet so you can see how the call quality of a particular branch or wifi VLAN compares to another.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Make certain fields in the Account Detail Page Read-Only based on a Checkbo

    Hello
    We would like to make certain fields on the Account Detail Page Read-Only based on a checkbox that is on the Admin Account Detail Page. The fields we are looking to make read-only are Account Name, Primary Address, Phone Number.
    Thanks

    Brian,
    I think you'd need to use dynamic page layouts for this. Look at the Account type values, if you are already using it then replicate those values you have so if you have Business and Personal make it Business Read-only and Personal Read-only.
    When you are ready to lockdown those fields change the Account type from Business to Business Readonly and have the page layout for this screen with Account type, Name, Primary address and phone number as read only. You will a separate page layout for yourself so that Account Type stays as writable for you.
    You will need to check if you can have Account Name as read only as it is a required field.
    cheers
    Alex

  • Custom Date Field not showing up in Pages Inspector

    I created a custom date field in Address Book and now want to merge info from Address Book into a Pages template I created (including this new custom date field). When I go to the Inspector to add the custom date field to the template, it is not listed as a field - only Anniversary and Birthday are listed as "other" fields.
    How do I get the custom date field to show up in the inspector?
    Chris

    Question asked and responded several times.
    The Help is unaware of the true program behaviour.
    In version 3, custom AddressBook fields are not usable in Pages.
    _Go to "Provide Pages Feedback" in the "Pages" menu_, describe what you wish.
    Then, cross your fingers, and wait _at least_ for iWork'09
    Yvan KOENIG (from FRANCE samedi 8 novembre 2008 18:13:21)

  • Regarding customer conditions and customer access fields

    Hi there!
    I've created customer conditions that may apply to a particular material when creating a purchase order in
    conditions folder but it has as sequence fields two new fields that I've added to KOMG via one of its includes.  So, when it's time to analize which conditions may apply to calculate price, SAP doesn't find this customer fields and its value to make the proper analysis and decide if they must be included in the conditions list to calculate the final price.
    What do I need to do in order to have it included in the conditions folder? Any ideas?

    Hi Cristina,
    I hope that I dont forget any step:
    1.You need an additional field from customer, e.g. LPRIO from KNVV table. Then do an append in KOMK, and you must call the field with ZZ, so, the name of field must be ZZLPRIO.
    2.In condition, fields for conditions (IMG, SD, conditions) and create a new entry with this field. Then you can create a new table for conditions with this field (V/03).
    3.After this table is created you can add it to an access with V/07.
    4. Finally, if you want that the system determine conditions you need that the system find this field in KOMK when SAP runs the functions of pricing. So in report MV45AFZZ.(open it wiht SSCR is it isnt open yet) in subroutine userexit_pricing_prepare_tkomk, you can write this code:
      tkomk-zzlprio = vbap-lprio.
    Set a break point and debug it (perhaps lprio is populated in another internal table, eg: xvbap, etc...) while you create a sales order.
    I forget in my first reply. Perhaps the data is from customer tables, but it is populated in data of items in sales order, so perhaps you need do the append in KOMP, and in this case you must use the subroutine userexit_pricing_prepare_tkomp. So for field LPRIO
    tkomp-zzlprio = vbap-lprio,
    I hope this helps you.
    Regards,
    Eduardo

  • How to add custom link or button to task details page to open a different t

    Dear All
    In HumanTasks Workflow, On task details page, I want to add a custom link or button. Clicking on this link or button, should load a different task details page.
    The exact business usecase is like this:
    1. We have some human tasks with very detailed payload like about 100 attributes. When the task is submitted for Approval, we send notification emails. These emails shows the Task Details with all these 100 attributes along with standard Approve, Reject buttons etc. NOW in addition to this, we want to add extra custom button/link like Custom View. When we click on this buton or link, it should replace the task details page with the Custom task details page contents. The reason is most of the managers/approvers access their emails on smart phones like iphones. So in these phones, seeing full task details (100 attributes) is very tedious. So we want to provide a simplified view of same task with very minimum attributes like about 10 with Approve, Reject buttons. Now this compact view details will have a button called Detailed View on click on which it loads details page.
    So we want to have 2 pages for a task:
    taskDetails1.jspx -> Has all 100 attributes with a custom button/link called "Compact View". Click on Compact View switch to below page.
    taskCompact1.jspx -> Has only 10 attributes with a custom button/link called "Detailed View". Click on Detailed View switch to above page.
    1. I tried implementing this using the VacationRequest sample where the payload is like creator, startdate, enddate, reason. I already have taskDetails1.jspx page, which shows this information in the email body.
    2. I want to add another button to taskDetails1.jspx so that when I click on it, I want to load a different page like taskCompact.jspx which has only say creator, reason.
    I already added a link and gave the url with parameters like taskId, taskContext etc which I got from bindings, but nothing is displayed when I click on custom button. The taskId, context values are comming correctly in the url.
    So bottom line, what is the URL that I can provide in the task details page, to load a different task details page contents. I want to pass other taskdetails jsp details.
    Please let me know, if there is any other approach to implement this usecase.
    Thanks in advance
    Ravi Jegga

    Hi,
       I am not sure if you can add your own custom buttons to the application tool bar because your table control is in a sub screen area in a standard screen so the menu area would be controlled by the standard screen and not the subscreen , but along side the table control you can give buttons for scrolling and handle the same in the subscreen if you check the FM EXIT_SAPLMEREQ_002 it has a variable IM_UCOMM which would have the ucomm set in the subscreen so here you can handle your user command to scroll on the table control.
    Regards,
    Himanshu

  • Is it possible to have two rows of text fields per entry in a tabular form?

    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.
    Any help would be greatly appreciated.
    Application Express 4.1.1.00.23
    Greg
    Edited by: Snowman on Nov 30, 2012 12:02 PM

    Snowman wrote:
    Hi,
    I'm constructing a tabular form with several text fields for each entry, and I have just been advised we need twice as many text fields now as the requirements have changed.In the first place I'd strongly recommend not using tabular forms: +{thread:id=850889}+.
    Anyway I am running out of real estate on the page without having to use horizontal scroll bars, and am wondering if it is possible to arrange the text fields into two rows in the tabular form for data entry. I have successfully done this for display as text fields, but not sure if it can be done in this instance.If you must, create a custom named column template and base the tabular form report on this: {message:id=10399762}

  • Possible to have two occurences of sliding panels in same location on page?

    Hi, any help you guys could give me would be greatly appreciated.
    I'm redesigning my portfolio page, and am trying to use the sliding panels widget for the two gallery areas. Ideally, when you click the links in the Design area on the left side navigation section, a Sliding Panels Content Group containing all the design work slides should appear on the right side of the page. When you click the links in the Illustration area, a Sliding Panels Content Group containing all the illustration work slides should replace the Design group in the exact same location on the page. Similar to links appearing in an iframe, but without having to click links and upload a page in the frame for each image.
    I've managed to get the two different Content Groups to both be on the same page at the same time, like is done with the multiple examples at http://labs.adobe.com/technologies/spry/samples/slidingpanels/SlidingPanelsSample.html, but no luck getting a single Content Group to appear and then be replaced by the second group by clicking one of the links to the left.
    Here's the page I'm working with, with only one of the Content Groups active:
    http://www.susanmeyerart.com/redesign/
    eta: I'm working with Spry Pre-Release 1.6.1.

    I think you can do this by using Spry Tabbed Panels as your container for the two sets of Sliding Panels. I have not tried this particular nesting before, but if you set up a test page, you can try it out.
    Each set of Sliding Panels would appear as content on one of the Tabbed Panels. When each Tabbed Panel Tab is clicked, the corresponding Panel appears, holding your Sliding Panels.
    This may not work, but, as they say...you don't know until you try!
    Beth

  • Possible to have responses to only some fields centrally maintained?

    I am interested in using FormsCentral and either a web or PDF form to facilitate annual evaluations in our organization. But I only want part of the form responses to be centrally maintained -- essentially to track completion and some very general measures.
    Is it possible to define the fields such that only some are tracked, while ALL of them are emailed emailed to the user (or saved on PDF)?
    Alternative scenario: Let's say I used two separate web forms. The responses to one would be tracked by us. The responses to the other would be sent to the user but not stored centrally. Is that possible?
    Thank you!

    Hi;
    What you are asking for regarding not collecting responses from fields, or from an entire form is not possible.  You can "Hide" those response columns in the "View Responses" tab, but they would still be collected and stored in the database and you would be able to unhide and view the responses at any time.
    Thanks,
    Josh

  • Is it possible to have java and javafx project types combined ?.

    Today, in NetBeans (not sure about the eclipse world) one has to decide between a "Java" project or a "JavaFX" project.
    Why can't these two be combined ?.
    For e.g, when I try to add JavaFX files (script, classes) to a Java Project it fails to compile. I poked around Netbeans and googled a bit and could'nt find any answers.
    The only way that I can make it work is to create a JavaFX project and Java code to it.
    In situations where one is attempting to "add" JavaFX to an existing Java/Swing app the current approach is too weird and abnormal.
    For e.g Amy Fowler's excellent guide http://weblogs.java.net/blog/2009/06/10/insiders-guide-mixing-swing-and-javafx should be such that I should be able to "simply" add JavaFX code and NetBeans should take care of the plumbing. (calling javafx compiler, adding the right jars for runtime ...)
    /rk

    I'm not sure how JavaFX works, but it is built rather differently from "normal" Java (Single threaded, high level of abstraction from the actual implementation, etc). It is easy to use Java classes inside a JavaFX class, but the reverse is not true.
    Plus, though this part is technically fixable, some classes installed inside the JRE don't seem to work by default in a netbeans JavaFX project.

  • PS: Custom Project Detail report, budget, actual, variance etc

    Hi All.
    I am implementing a report that needs to display the project, all the WBS's and the activity (if there is one linked to a network which in turn linked to a WBS) on a report. The report columns include budget, planned cost,
    actual cost and other fields that I can calculate if
    I have the first three fields.
    Does anybody know which tables I can use to get the
    planned and actual costs associated with a project.
    The structure of a project looks something like this:
    Proj
    ->WBS
      ->Network
        ->Activity.
    The costs are normally associated with the activity, and it "rolls" up to Proj level?
    I have already found the budget values in table BPGE for
    each WBS.
    Another related question:
    How does the activity link up with the project-
    what tables can I use and how does it relate to table
    PROJ or PRPS? 
    I appreciate any help.
    Thank you
    Ryno

    Try:
    * Costs
      call function 'K_DATE_TO_PERIOD_CONVERT'
           exporting
                i_date  = sy-datum
                i_kokrs = 'ZZZZ'
           importing
                e_gjahr = cur_year.
      select *
        from  pmco
        into table pmco_int
        where  objnr  = objnr
        and    cocur  = 'USD'
        and    beltp  in (1, 2)
        and    wrttp  in ('01', '04')
        and    gjahr  = cur_year.
      clear: est_cost,
             act_cost,
             est_rev,
             act_rev.
      loop at pmco_int.
        do varying sav_tot
            from pmco_int-wrt01
            next pmco_int-wrt02.
          if sy-index > 12.
            exit.
          endif.
          if pmco_int-beltp = '1'.
            if pmco_int-wrttp = '04'.
              act_cost_p = act_cost_p + sav_tot.
            else.
              est_cost_p = est_cost_p + sav_tot.
            endif.
          else.
            if pmco_int-wrttp = '04'.
              act_rev_p = act_rev_p + sav_tot.
            else.
              est_rev_p = est_rev_p + sav_tot.
            endif.
          endif.
        enddo.
      endloop.
      write     act_cost_p to act_cost_c.
      translate act_cost_c using ', '.
      condense  act_cost_c no-gaps.
      move      act_cost_c to act_cost.
      shift     act_cost   right deleting trailing space.
      write     est_cost_p to est_cost_c.
      translate est_cost_c using ', '.
      condense  est_cost_c no-gaps.
      move      est_cost_c to est_cost.
      shift     est_cost   right deleting trailing space.
      write     act_rev_p to act_rev_c.
      translate act_rev_c using ', '.
      condense  act_rev_c no-gaps.
      move      act_rev_c to act_rev.
      shift     act_rev   right deleting trailing space.
      write     est_rev_p to est_rev_c.
      translate est_rev_c using ', '.
      condense  est_rev_c no-gaps.
      move      est_rev_c to est_rev.
      shift     est_rev   right deleting trailing space.
    Rob

  • Is it possible to have the background colour of a field change based on the entry?

    I previously obtained help from a user here to create a script that autopopulates a field based on options selected in two sets of radio buttons:
    var consequence = this.getField("Consequence").valueAsString; 
    var likelihood = this.getField("Likelihood").valueAsString; 
    if (consequence=="Insignificant" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Insignificant" && likelihood=="Unlikely") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Moderate") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Likely") event.value = "Low";
    else if (consequence=="Insignificant" && likelihood=="Almost Certain") event.value = "Moderate"; 
    else if (consequence=="Minor" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Minor" && likelihood=="Unlikely") event.value = "Low";
    else if (consequence=="Minor" && likelihood=="Moderate") event.value = "Moderate";
    else if (consequence=="Minor" && likelihood=="Likely") event.value = "Moderate";
    else if (consequence=="Minor" && likelihood=="Almost Certain") event.value = "High"; 
    else if (consequence=="Moderate" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Moderate" && likelihood=="Unlikely") event.value = "Moderate";
    else if (consequence=="Moderate" && likelihood=="Moderate") event.value = "High";
    else if (consequence=="Moderate" && likelihood=="Likely") event.value = "High";
    else if (consequence=="Moderate" && likelihood=="Almost Certain") event.value = "Critical"; 
    else if (consequence=="Major" && likelihood=="Rare") event.value = "Low"; 
    else if (consequence=="Major" && likelihood=="Unlikely") event.value = "Moderate";
    else if (consequence=="Major" && likelihood=="Moderate") event.value = "High";
    else if (consequence=="Major" && likelihood=="Likely") event.value = "Critical";
    else if (consequence=="Major" && likelihood=="Almost Certain") event.value = "Extreme"; 
    else if (consequence=="Catastrophic" && likelihood=="Rare") event.value = "Moderate"; 
    else if (consequence=="Catastrophic" && likelihood=="Unlikely") event.value = "High";
    else if (consequence=="Catastrophic" && likelihood=="Moderate") event.value = "Critical";
    else if (consequence=="Catastrophic" && likelihood=="Likely") event.value = "Extreme";
    else if (consequence=="Catastrophic" && likelihood=="Almost Certain") event.value = "Extreme";
    // etc. 
    else event.value = ""; 
    I'm wondering if its possible to have the colour of the field that uses the above script, change based on the entry. E.g. If the answer is Low; make the background colour Green; if its Moderate, make it orange etc.?
    I know its a big ask but thought I would check.
    Thanks in advance.

    One approach would be to have access to a Mac that can run the classic environment or has a pre OS X native installation. These should be able to read the files for dates of creation/modification. There is also SheepShaver that runs on OS X machines.
    https://www.macupdate.com/app/mac/20615/sheepshaver
    http://en.wikipedia.org/wiki/Classic_Environment
    http://www.everymac.com/systems/by_capability/macs-that-support-macos-9-classic. html
    https://discussions.apple.com/message/22597899#22597899

  • Retrieve a list of different values of custom metadata field of an UCM connection

    Hi
    I am planning to create a custom search document functionality for my UCM and Portal integration. Basically, I am planing to create CMIS queries dynamically. In order to create the CMIS query, I need the possible values of custom metadata for the user to select from and through a backing bean construct the cmis query based on this selection.
    I have created a custom metadata field (lets say, 'KindOf'). So I want to show the user a list of all possible 'KindOf' values, so user selects the values he wants and I use those values to build the cmis query and show the results.
    What is the easiest, best practices, how would you do it, way of achieving this?
    I have little experience with UCM.
    Regards

    Hi,
    As rightly pointed out by jiri machotka, you want that option list .
    if you create a option list metadata, you have to publish schema to get the values. You can do it by two ways:
    1) Wait for the event which publish the schema automatically.
    2)Select "Publish schema" in the options menu of the Configuration Manager.
    Some good implementation info about searching can be found at - Students at Oracle: UCM: Creating search and check-in profiles with custom metadata
    and http://www.slideshare.net/heikim/effective-strategies-for-searching-oracle-ucm
    Otherwise if you want faceted search or something near to enterprise searching capabilities, then go for enterprise search engines.
    I have recently worked on Enterprise Search Engines on various CMS products for better,intuitive and relevant search results.
    Hope, above information can help you out.
    Regards,
    Hoque

  • How to create the Custom project System as Web Project

    Hi,
    I have created a custom project system using this walkthrough. But
    this walk through is targeting Visual C# project system. I need to create the Custom project system as Web project and set the start up page as index.html file. How can I achieve this?
    Note: 
    I have got the Custom project system sample from VS2013 SDK samples(https://mpfproj12.codeplex.com/).
    But it demonstrate the Custom console applications only.
    - Abbas K

    Hi,
    So you didn't even follow this walkthrough yet? If you did, how did you do it?
    I failed to create such a web project system because I finally messed up my VS experimental instance. But it's possible to create a custom web project system, by following this walkthrough. Someone else has successfully made it, check this
    link.
    The difference is that you have to use web project type instead of the console application project type. You could copy a web project's .csproj file into the VSPackage project and rename it to xxx.myproj. There's an error in the walkthrough that the AssemblyInfo.cs
    file should be put into Properties folder and set the "Build Action" property to Content, "Include in VSIX" to true.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I need use conditions in the select fields of a query.

    Hello,
    Is possible, that I can have conditions in the select fields of a query? In a invoice when the type is cancellation I want to put *-1 to price and if is other type the price is normally.
    If VBRK.FKART = 'S1' THEN KWERT*-1 else KWERT .
    Thank you very much.

    you can do two things:
    1. select the data into internal table and loop through the internal table and do the necessary changes
    SELECT fkart kwert
    FROM vbrk
    INTO TABLE itab
    WHERE ...
    LOOP AT itab.
    IF itab-fkart EQ 'S1'.
    itab-kwert = itab-kwert * -1 .
    MODIFY itab.
    ENDIF.
    ENDLOOP.
    2. use select-endselect and change the data acc. to your needs inbetween and append the internal table.
    SELECT fkart kwert
    FROM vbrk
    INTO wa
    WHERE ...
    IF wa-fkart EQ 'S1'.
    wa-kwert = wa-kwert * -1 .
    ENDIF.
    APPEND wa TO itab.
    ENDSELECT.
    (The first approach is probably faster.)

Maybe you are looking for

  • Problem while importing a web service model.

    Hi I am building a simple send email application using a web service. While creating a new model i am using following options. step 1 - Select "Import Adaptive web service model" step 2 - Select Wsdl Source 2.1 - Local file system or URL Step 3 - No

  • Attachment Folder Security

    Dear Seniors Attachment folder needs to be shared with full rights with all SAP users . Now this opens up issue of viruses to reach the SBO server. How do you ensure that server keeps itself safe from viruses that may come from users who are uploadin

  • I've had this 2D array problem for ages and would apprecoate any help :)

    I've posted a few times about this in the past and with your guys help I have gradually advanced. Basically, all I want to do at the moment is fill the lowest position a counter can go in in a game of Connect Four. The first counter goes to the botto

  • Loses date and time after restart

    It seems as if my MacBook has gotten a bit more sluggish and so I rebooted it. After the reboot the date/time went back to the year 2000. This is not normal. I am not sure if I have a hardware issue or a software issue. I have 2GB's of RAM which is n

  • Requesting some changes for xen PKGBUILD to work with --enable-ovmf

    For background about this issue, you may want to read these two E-Mails to edk2 Mailing List: http://sourceforge.net/p/edk2/mailman/e … sg32776907 http://sourceforge.net/p/edk2/mailman/e … sg32793684 Basically, it goes like this: - Xen can be compile