Enum value not displaying in view - correct method to display in column?

Hello again Experts,
Having trouble with certain columns not populating in my custom class. I know I must have entered them incorrectly, hoping someone can shed some light on it.
Its a custom work item class, so I borrowed the Work Item Status property but am obviously referencing it wrong...
under my class properties its listed as follows:
<Property ID="Status" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="56" MinLength="0" Required="false" Scale="0" EnumType="WorkItem!IncidentStatusEnum" />
In my Columns definition its entered like this (this is where I made the mistake I think):
<mux:Column Name="Status.DisplayName" DisplayMemberBinding="{Binding Path=IncidentStatusEnum.DisplayName, Mode=OneWay}" Width="100" DisplayName="Status" Property="Status.DisplayName" DataType="s:String" />
Next is a custom enum called Source_List, here is the property again followed by the column definition:
<Property ID="Source" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Source_List" />
<mux:Column Name="Source.DisplayName" DisplayMemberBinding="{Binding Path=Source_List.DisplayName, Mode=OneWay}" Width="100" DisplayName="Source List" Property="Source.DisplayName" DataType="s:String" />
The last one is "Destination FSL", below are the property and column definitions:
<Property ID="Target_FSL" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Destination_FSL_List" />
<mux:Column Name="Destination_FSL_List" DisplayMemberBinding="{Binding Path=Destination_FSL_List, Mode=OneWay}" Width="100" DisplayName="Destination FSL" Property="Target_FSL" DataType="s:String" />
I know I've mucked them up pretty bad... I kept trying to change things around hoping I could get it to work so pls forgive my newbiness! Thanks in advance.

Look at other views in Service Manager's management packs to get insight into how enum columns are configured.
Change your binding paths to Status.DisplayName, Source.DisplayName, and Target_FSL.DisplayName respectively. You have to bind your columns to your object properties, not your lists.

Similar Messages

  • Item values not listing in the correct order.

    Hi,
    When I click on header record synckey link, the corresponding item records are not listing in the correct order, in the MI Client. Can anybody suggest a solution for this.
    Regards,
    Shemim

    Hi Divya,
    I am attaching sample data obtained at Back End & MI Client.
    Value in Back End
    PHYSINVENT FISC ITE MATERIAL           PLAN STGE
    1000015    1998 001 T-RF100            1100 0001
    1000015    1998 002 T-RF200            1100 0001
    1000015    1998 003 T-RF200            1100 0001
    1000015    1998 004 T-RF200            1100 0001
    1000015    1998 005 T-RF300            1100 0001
    Value in MI CLient
    SYNC_KEY PHYSINVENTORY FISCALYEAR ITEM MATERIAL PLANT STGLOC
    0001001234  0001000015  1998  005  T-RF300  1100  0001   
    0001001233  0001000015  1998  004  T-RF200  1100  0001   
    0001001232  0001000015  1998  003  T-RF200  1100  0001   
    0001001231  0001000015  1998  002  T-RF200  1100  0001   
    0001001230  0001000015  1998  001  T-RF100  1100  0001   
    Regards
    Shemim

  • Transient attribute's value not updated in view

    Hi,
    I am facing a strange behaviour with a transient attribute of an entity based VO. I have a method that creates rows in this VO, which sets a value to this transient attribute and at the end the new rows are shown. However, this attribute does not show any value despite all the others (non transient) do. What's more, if I set a default value to the attribute, then I'll always see the default one without minding if I had set any other value.
    While debugging the method, the attribute shows the correct value after setting it; I have tried adding it as a calculated attributed in the VO's select sentence, but it won't work; and if I try to create another transient attribute, the same story gets repeated. Finally, if I create the transient attribute in the entity, and get it in the VO, it works correctly. Does anyone know why? I am using JDeveloper 11.1.1.2.
    Thank you very much

    Sure, here it is:
    RowSetIterator itQuestions = voQuestions.createRowSetIterator(null);
    while(itQuestions.hasNext()) {
    VO_RO_QuestionsRowImpl rowQuestion = (VO_RO_QuestionsRowImpl)itQuestions.next();
    VO_QuestionAnswersRowImpl rowAnswer = (VO_QuestionAnswersRowImpl)voAnswers.createRow();
    rowAnswer.setQstnrResultId(qstnrResultId);
    rowAnswer.setQuestionCode(rowQuestion.getQuestionCode());
    rowAnswer.setVisibleFlag(rowQuestion.getRelatedQuestion() == null ? FLAG_YES : FLAG_NO);
    voAnswers.insertRow(rowAnswer);
    itQuestions.closeRowSetIterator();
    As you can see, it hasn't anything special at all.

  • Parameter not displayed in View requests but being displayed in reports 6i

    hi
    i have an issue with report in apps ebs 11i
    whenever i submit the report "Supplier payment Advice" under view requests
    there is a parameter called check_number entered by user ,when the user enters param for check_number as 114 ,the report does not give output for 114 ,the report works for all other check_numbers
    when i did FTP of this rdf file and opened in reports builder 6i
    i did enter check_number 114 and the output for 114 was given
    why didn't it show in apps?
    kinldy help

    Hi,
    Is this a standard concurrent program? From what responsibility you run this request?
    Does the concurrent program show any error/warning messages in the log file when you enter "114" as a parameter?
    Enable trace/debug and see if you get more details in the logs.
    Regards,
    Hussein

  • Webi Page View Not Displaying Page Size Correctly.

    Hi Everone,
    I have an issue with one report where the page size sttings do not translate when viewed in HTML Page View.
    Figure one is the report as seen in the editor - as you can see the page is displayed correctly - A4 Portrait:
    And, when the report is viewed in PDF mode - again, no issues:
    But when viewed in HTML page view - it blows out the width of the page:
    Now this report, as far as I can tell, is set up no differently than 6 others that are designed to be printed as PDF, all of which do not display this behaviour.
    We design them to be printed as PDF but present them to the user in HTML Page view in order to allow injected JavaScript’s in the report to be run. This does not happen when you jump directly into PDF mode.
    I have checked in design view and I don't have any wayward report elements pushing out the width and the PDF renders correctly which would not happen if there were hidden elements causing issues, it would render a bunch of blank pages.
    So, I am at a loss. The page view is correct in edit mode and in PDV view mode but not in HTML page view. Has anyone else had this issue? I can’t work out why this happens only in one report when all the others work properly.
    HELP!!!
    - Nick

    Hi,
    I think it may be <div class="html5gallery-viral-0"> (contains the social media buttons) // screencasteu.worldsecuresystems.com/AP/2013-08-01_1033.png
    It's the only element that isn't in sync with the other elements on page, when compared to home.html for example.
    Kind Regards,
    Alex Pavelescu

  • View Fields Not Getting Displayed in View Set

    Hi All
    I have created a new View for Component IUICMDC and assigned it to a ViewSet and on click of a button i need to display this view . The navigation is happening fine but i am not able to see View Fields in it , only ZIUICMDC/AdvSearchVS is getting displayed on top of the page.
    View Area is defined and Debugger is stopping in the Do_init method of View which is assigned to ViewSet.
    Regards
    Alok Sharma

    You should provide the ability to create rows, you can do it on the table by making the table editable and putting a Add another row or you can choose to add it in a drill down create page.
    You can also add a set of new rows initially by creating and inserting rows in the vo in your PR.

  • Error message from Adobe Reader. cannot extract the embedded font 'LICCMC+MyriadPro-Light'. some characters may not display or print correctly. Print looks like gibberish

    Trying to view/print PDF documents from website. Print looks like gibberish and is unreadable. Problem is with the embedded fonts. Error message from Adobe says cannot extract the embedded font 'LICCMC+MyriadPro-Light'. some characters may not display or print correctly.

    Try Adobe support, that's not a Firefox support issue. <br />
    http://forums.adobe.com/index.jspa

  • Error in Acrobat 8: An error exists on this page. Acrobat may not display the page correctly...?

    Hi,
    We perform the e-signing on any PDF using our custom e-signature plug-in. Once that's done, when we try re-opening the PDF in Acrobat version 8.0.0.0, we get the following error:-
    "An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem"
    Please note that this error occurs intermittently and is NOT observed in Acrobat 7 or 9.  Also, when a plain PDF is opened (i.e. a PDF without any signature on it) then there is NO error.
    Could you let me know what could be the issue here? I read it in Acrobat 8.1.3 release notes that such an error was a known bug in version 8.0.0.0 (http://kb2.adobe.com/cps/407/kb407016.html), but I am not sure of its cause.
    Let me know your comments/suggestions.
    Thanks!

    I am getting the same error even in Acrobat version 8.1.3.
    Additionally, I noticed that if we click on menu ‘Advanced->Sign&Certify->Preview Document’, then we get a notification as “This document is not PDF/SigQ compliant and may display inconsistently”. On clicking  ‘View report’ on that notification, the below dialog pops up. It has errors listed as:-
    Code 4000 : Unrecognized PDF content. The document contains PDF content or custom content not supported by the current version of Acrobat.
    Code 4002: PDF content contains erros.
    However, if we sign the PDF using default adobe signature functionality and reopen that PDF, the error does NOT come and the notification also says ‘This document is PDF/SigQ compliant’.
    Can anybody please suggest what could be missing in the custom sign that we apply? Is it because of any of the missing fonts or any other resources?
    Awaiting reply!
    Regards.

  • Designer 3.1 does not appear to view XI r2 universes correctly

    Hi I am new to supporting Business Objects so do not know all the correct terms, sorry.
    Recently as part of a company upgrade our development server has been upgraded from XI r2 to XI 3.1.
    Our Business Objects programmer has noticed that when opening Designer 3.1 she cannot view all details within the table browser as she can using the release 2 application.
    She also noticed that the universes and any changes will not save.
    All fields are present, but not in the order she has created / saved e.g
    TABLE BROWSER
    - spin_report
        + dbo
        + hearns
        + respched
    - CH_Mart (created by programmer with specific fields)
        + dbo           }
        + hearns       } repeated as per spin_report (this should display custom entries saved by programmer)
        + respched   }
    CH_Mart should display a number of entries that the programmer uses on a regular basis, this is fine in XI r2 designer, but in 3.1 the complete listing under "spin_report" is repeated for every entry
    I hope I have explained this so someone can help, Many thanks

    So where can we browse the list of known open bugs in Coherence Extend?
    This bug is so totally fundamental that before committing to writing code that uses the STL adapter class (or any similar classes), I think that we ought to look at the list of outstanding bugs. We have a support account.
    I work with Nigel.
    - Mark
    Edited by: 1005879 on May 14, 2013 9:58 AM
    Edited by: 1005879 on May 14, 2013 9:59 AM

  • Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag?

    Using WEB Output HTML Gallery and uploading using ftp upload the HTML page views correctly but images only display the alt tag in the browser window?

    After a little investigation, I discovered that PNGs also do not render correctly in IE7 in similar circumstances.
    I ended up using Levels in Photoshop to bring the output blacks up to "5", saved the images as PNGs, modified the HTML from .jpg to .png, and that seems to have covered up the problem well enough.
    By the way, I did confirm that IE8 beta 2 renders the images correctly.
    Brian

  • Hierarchy value not getting displayed in WAD.

    Dear all,
    We have a Hier Variable for Business Area, it is there in the Filter area of the query.
    when we execute the report in WAD through Portal , we are getting the Values restricted with Hier variable. But in the WAD report we have created filter Tab , which will display the values entered in the Variable screen wil display.  But for this Business Area Hier Variable , we are not getting this displayed. when we use the Char variable for this we are getting the values in the WAD report Filters.
    we need to display the hier value entered in the variable screen to be displayed in the filter tab of WAD Report
    Regards,
    srinivas
    Edited by: srinivasaraju Penmetsa on Jun 25, 2009 1:06 PM

    Dear,
    Maintain JEX1 & JHX1 as 100% in ur condition Type.
    Also maintain in SPRO , in Classifucation Condition type as
    TAXINJ     JHX1       AT1SETOFFT AT1 Set Off condition Total
    TAXINJ     JEX1       ECSSETOFFT ECS Set Off condition Total
    Regards,
    Pardeep Malik
    Edited by: Pardeep  Malik on Mar 4, 2009 1:05 PM
    Edited by: Pardeep  Malik on Mar 4, 2009 1:07 PM

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • Display of missing values in a table view.

    Hi everyone,
    I have a table view with 7 columns and 10 rows which displays only those values which are missing in the DataBase Table.
    Is it possible to show only the missing values as '-' in a table view, the table view is having 7 different fields.
    Also when the value is inserted at run time the corresponding field should be updated accordingly and the value will no longer be displayed in the table view as '-'
    please advice.
    Regards
    Neo.

    Welcome to SDN.
    do you mean to say that in some rows some column values will be blank and you want to replace the blanks with '-'.
    loop thru the itab which you are passing to tableview and for the blank cells pass '-'.
    <i>Also when the value is inserted at run time</i>
    so you are having editable tableview. to update the value back to the dbtable, you have to read it in oninputprocessing and update it to dbtable .
    search the forum on how to read the user entered value from the table view so that you can update the dbtable.
    Regards
    Raja

  • Print Problem - PDF is OK on Windows 7, but OK on Windows XP with "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem."

    I have received a PDF which prints fine in Windows 7 but with Windows XP I get "Acrobat Reader An error exists on this page. Acrobat may not display the page correctly. Please contact the person who created the PDF document to correct the problem." and a blank piece of paper passes through the printer. I appreciate that Windows XP is no longer supported but I would like to think that the solution to this problem is not too difficult!
    I have tried Acrobat 9, 10 and 11.
    Any advice (apart from use Windows 7! ) would be most welcome.
    Many thanks.

    If you use the same Adobe Reader versions with the same PDF on Windows 7 and XP, then I would expect the outcome to be the same.
    Is this a local or online PDF?
    If local, is the file really exactly the same?
    If online, in what browser?

Maybe you are looking for

  • IPhone 4 not recognized by iTunes; where is usbmuxd.plist ???

    Hello.  I'm xposting this with the iTunes area, hope that is allowed.  Could put it in iPhoto as well! I'm having a problem with my iPhone 4 and an iPod nano connecting to my MacPro which is still on 10.6.8.  When connecting, they both get power, but

  • Problem with csv

    I am trying to migrate storage for hyper-v vm's to a new csv.  When I try to move any VM's storage to the new target I get the following error.. an error occurred while moving the virtual machine storage 0x80071008 invalid parameter. I have already u

  • Get return code in command line

    Hi, Is possible modify or get return code diferent 0 or 1 when start scenario using command line?

  • Registering standalone RMI server in WebLogic JNDI

    Hi, I need to register a standalone RMI server in WebLogic JNDI. I'm sure I've done this before, but now I'm having problems! I have a standalone program which creates a remote object (implements Remote and extends UnicastRemoteObject). I am compilin

  • Increasing storage for time capsule

    What is the best solution to increase the storage available for my 2Tb time capsule to about 4Tb     -do I need to buy a 2nd time capsule or can i just add another storage drive, which would be cheaper?  Thanks.