Display Field Filled With 'New Item' when Blank

Hi all,
I am facing a Strange Problem.
When i try to create a Record Via DM, When a DF is Blank and once the record is saved it is being filled with a text called 'New Item'..This is Occuering siometimes when i create and sometimes not.
There is a validation which will not allow to leave it blank, but the validation is not executing properly as the Field is filled with text 'New Item' Some times (Which inturn says it is not NULL)
How to get rid of this issue.
I need this Feild to be DF Because i need to include this field in Email notification.
In production the records will be created via Portal.
I am worried if this will be replicated via Portal!!
Can anyone suggest me..
KR
John

Hi John,
Yes you are correct. When your field is a  display field & if you dont enter data in it while creating record, MDM will add default value "New Item" in it. (even if you create record from Portal same thing will happen)
If you want to write Not Null validation on this field below is the work around:
Enable the Required property for your field in console.
But Required property in console works only when u write validation in Data manager.
The default REQUIRED_FIELDS validation does not work if your required field is also a Display field
You need to write addition condition along with REQUIRED_FIELDS.
When you try to create record without entering data in display field, MDM will add default value "New Item" if field lengh is equal to or more than 8 ( or "New It" if legth is 6 for example)
So copy the value which you will get in ur display field and use it as shown below:-
REQUIRED_FIELDS AND Name < >"New Item" (Here Name is considered as display field) (REQUIRED_FIELDS you need to type in expression window)
Or if you dont want to enable required property Then just add Name <> "New Item" validation in your existing expression (Here Name is considered as display field)
Thanks,
Mahi

Similar Messages

  • How to alert with new window when message is comming like MSN

    Please tell me .How to alert with new window when message is comming like MSN?

    Why is it the first think everyone wants to do in JSP is write a chat application?
    Not really an easy way to do this, as HTTP is a "pull" model. You send a request, the server sends a response. The server can't send anything unless you ask for it. That kindof puts a damper on things like instant messaging.
    A couple of workarounds
    1 - refresh the page every once in a while to check for new messages. An easy solution but nowhere near optimal.
    2 - check out pushlets www.pushlets.com
    Cheers,
    evnafets

  • Error when personalizing page with new item created in VO extension

    I have created a VO extension successfully and now have an issue when creating the new item through personalization.
    I am pretty sure I know what I've done wrong when creating the new item but I now can't get into the screen to make a change. I get the following error:
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition Charge Account of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    I would like to know how to disable the personalization that I have made but can't get to it because whenever I try to open the notification I get the above error. Can anyone please tell me how to disable the new item that I created so I can fix the error?

    I thought I knew what was wrong. When I had created the new item I had put 'Charge Account' in the View Attribute field but the field was actually called CHARGE_ACCOUNT. I have now changed this but I still get this error:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25058: Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3241)
         at oracle.apps.fnd.framework.webui.OAPageBean.renderDocument(OAPageBean.java:3036)
         at OA.jspService(_OA.java:228)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:390)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    What I don't understand is why the error says "Definition CHARGE_ACCOUNT of type Attribute not found in ReqLinesNotificationsVO" when I am creating the item using view instance of "XXReqLinesNotificationsVOExt which is the name of my VO extension.
    Can anyone help please?

  • Images with news items appearing as blanks

    I am using BT Yahoo - Mozilla Firefox with Windows XP professional and Service Pack 2. There is a news section on the home page but any news item accompanied with still images (e.g Chinese New Year Celebrations on Jan 22)the images are blanked out. I have tried the solution provided by cor-el but it failed.

    You can use these steps to check if images are blocked:
    *Open the web page that has the images missing in a browser tab.
    *Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    *Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    *Select the first image link and scroll down through the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    See also:
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • CS repair with new item replacement

    Hi,
    We have this scenario and would like to know how we will handle using the repair process.
    The customer returns an item for repair, and upon checking, the material cannot be repaired longer.
    The material has to be scrapped and a replacement item will have to be send back to the customer.
    Our process steps are:
    1> Create Repair Order & PGR serviceable material.
    2> Service Order created.
    3> Scrap material (via MB1a/migo?)
    4> Need to prepare new item for replacement.
         *How do we prodcue and PGR the new item?  Can it be done via the Service order? (IW32/IW41)?
              Or should we use PP Order? (to record service cost, parts used, etc..)
    5> Ship replacement goods to customer
         *How do we send the replacement item? Can we use the same repair order#?
    Please advise on items 4 & 5.

    Hi,
    Once you create a Service order from Repair order, a repair Item ( assume a line item with item category IRRP ) is created
    if you want to scrap the material, then you have to do MB1A with Movement type to cost center
    then system will allow you to scrap
    Now you have to do TECO in which you will get a message from Service order as Material will be scrapped
    Now the stock lies with the Repair order as Sales order stock which is ready to scrap
    you have to manually scrap from Repair order using MB1A with movement type 551 E
    now you will see material quantity as Scrapped
    please follow above steps for scrapping from repair order
    thanks
    santosh

  • Problem with New Item window

    I have been adding news items to the Featured News Widgets. The content area does not size to the text in the news content window.
    Each item has a long window of empty content space where the text ends. I can't see a place where this can be configured. Please advise - Thanks

    The Featured News Widget doesn`t work. Adding new items by clicking on that little "plus symbol" generates.... nothing. Anybody ever tried to use this widget with more than the 3 items coming with the base version? Would be great if sb could explain this widget in detail. Thanks in advance.

  • Problem with NEW H520 when installed new power supply & graphic card. Please help!

    My H520 was working perfectly and was running FAST..especially when rebooting. ( It was AWESOME!  )Then I installed a new power supply (Coolmax 400w) and a new graphic card (Sapphire Radeon HD6450) and then everything changed.  Now my computer is booting very SLOWLY and all the programs are taking a long time to load too.  I was getting a black screen for almost a full 2 minutes before the windows 8.0 screen would finally load up and then it hangs there for a few seconds and finally goes to the start screen in windows.  But BEFORE I installed this new hardware, when I would reboot, I would see the Lenovo splash screen come up for a few short seconds and then it instantly went to the windows welcome screen.  And even then I would barely have enough time to see the welcome screen before it instantly loaded into the windows start screen.  Everything would load up fast on the desktop too and we'd be good to go. It all took about 30 SECONDS. 
    But now? It takes MINUTES to get everything going.   After it FINALLY loads up (it takes almost 2 full minutes now!), everything hangs up.  When you first click on the desktop, it takes a few seconds for all of the icons to pop up.  Before I loaded the new hardware, everything loaded up instantly.  I didn't even see the icons load because they were already there.  But now I have to wait for them to load up before I can even see them.  And it's like that with every program and web browser I try to use now.  Everything hangs up at first and then finally loads.  The programs work but they are sluggish.
    So I uninstalled the new power supply and put back in the original 280w power supply and I took out the graphic card but it did no change.  The machine is STILL running slow on everything it does and booting very slowly.
    I have seen this problem mentioned elsewhere about Lenovo computers but there is never a solution.  Please help!  It took me a long time to save up for this computer and I have been babying it ever since.  I will never be able to afford a new one or pay for tech repair.  I need to fix this!    I was so thrilled with this computer before the hardware upgrade. This is devastating to me that it is working so poorly now when all I was trying to do was upgrade it a little bit.     Now it's performing horribly and it's only 6 months old. 
    I ran a four hour test on the hard drive and it is fine.  I ran all the system clean ups, optimizations, registry cleanups, windows disk cleaner, defragger and virus scans. Nothing is showing up as not working but there is CLEARLY a problem.  It was never this slow.   And why is it STILL acting this slow even after I uninstalled all of the new hardware that made it start acting this way and went back to the original setup?
    I'm trying to run a memory test on it now but the BIOS will NOT allow me to select another drive to boot from so I can't boot from the flash drive or CD drive to run the memory test.  I have NO IDEA what to do next and I am starting to pull my hair out in frustration.
    Please, is there anything that can be done to make it better again?
    Any help would be HUGELY appreciated.    Thank you!
    Sincerely,
    Jennifer

    I totally give up!!  I restored everything to the ORIGINAL state with drivers AND hardware and STILL everything is not working properly like it was BEFORE the upgrade.
    So this has been the WORST experience with Tech support EVER!!  I have spent DAYS on the phone for HOURS with these technicians and nobody seems to know what they are doing.  They put me on hold every 10 minutes and are gone for 10 to 15 minutes and when they come back, they seem all set on a new solution but when you ask them questions about it, they have NO CLUE how to answer and then they put you on hold again.  Nothing gets solved and after HOURS on the phone, I just tell them to stop because we are getting no where but running around in circles that make no sense.    THIS A NIGHTMARE!!
    So I totally gave up on being able to upgrade this machine.  To any future buyers, I STRONGLY recommend you do all upgrading BEFORE you get it home for the first time.  Make sure you have your power supply and graphic card INCLUDED before you bring it home or you're mostly likely going to have a NIGHTMARE upgrading it later.    Technical support is a HORROR STORY and expect to be WAITING for LOOOOONNNNG periods of time both ON THE PHONE and ONLINE and probably ending up with NO SOLUTION in the end. 
    I've VERY upset with how this turned out!!  I'm just gonna have to deal with the fact that my computer is permenantly messed up and NOBODY AT LENOVO knows how to fix it.    So I'm stuck. 
    I decided to send back the new power supply and the new graphic card because of this nightmare with tech support.  I put everything back to the way it was when I bought the computer and it is STILL acting up!!  I just want to revert it back to factory settings .. INCLUDING THE BIOS... but Lenovo said I have to send the WHOLE computer back to them to do that.  All I can do from home is restore from a point in the hard drive and that's not enough.  I need a TOTAL CLEAN INSTALL.  Everything needs to be wiped out and reset, not just restored to a previous restore point.  I've done this multiple times and all it does is erase all the programs and stuff I put on the computer.  The drivers and other codes are still the same.  And then bugs come up and things get all wonky.  I NEVER HAD THIS PROBLEM BEFORE I TRIED TO UPGRADE IT!!
    I am NOT comfortable with Lenovo's "solution". I do NOT want to send my computer back to them for them to reset it with factory disks ESPECIALLY when they stated that they are NOT responsible for any damage in transport or otherwise. I have to buy extra packaging to make sure it gets there safely. They told me to use the original box and packaging, that is the only way they can be sure it will get there safe.  Who has the original stuffing SIX MONTHS LATER?!?! I don't want to be sending my computer across the country to get jostled all over the place and have that add to the slowness of the hardware because it was jostled.
    Can't I reset it from home?  Can they not send ME the disks instead of me sending my whole computer to them?
    I'm so incredibly frustrated with this.  I hope somebody answers quickly and that I don't have to wait DAYS to get a response again. 
    I absolutely LOVED my Lenovo computer!  And then I tried to upgrade it.  BIG MISTAKE!!  Now everything is totally messed up and Lenovo's customer support for technical problems is HORRID!!
    Somebody please help.  This is driving me crazy with frustration and totally breaking my heart.  It took me a VERY long time to save up for this computer and it was my most loved possession.  It was a reward for a lot of hard times and now it's all broken and acting slow.  And it's only 6 months old.  
    Is there a solution to this very frustrating problem?
    I just want it to go back to the way it was before. 
    And is there a very low cost KNOWN TO WORK WITH THIS MACHINE upgraded graphic card and power supply?  Is there a very specific brand and make?  If so, could you let me know what it is in case I try to upgrade it again someday?
    Thank you for your time and for reading this! 
    Please have a FANTASTIC day today!!
    ~Jennifer~

  • Extractor (2lis_11_vaitm) does not takes new field created with new domain

    Hi,
    I created a new data element and domain in ECC
    Source system ECC:
    1. I created a new Z data element and Z domain (char 60) in ECC.
    2. I created a new Zappend Strcuture and added a new field with the above data element to a extract structure of 2LIS_11_VAITM.
    3. In RSA6, I unchecked hide column and checked Field column.
    4. I wrote an ABAP code in CMOD to populate tis field.
    5. I can see the data in that field in RSA3 of this extractor.
    BI side:
    1. I replicated the datasource.
    2. I could see that field in the fields tab of the datasource. (NOTE: In the field tab, against the column u201Ctransferu201D that field value is unchecked.)
    3. When I check the PSA table, I donu2019t see this field.
    4. Plus I donu2019t see this field in the right hand side of the update rule also (3.5 flow) or in the transformation (7 flow).
    I unchecked the field column and activated the datasource in RSA6 and replicated it in BI. Then also the same problem.
    Is there anything that needs to be done for this Datasource so that I can get this field in the update rule and transformation.

    Hello.
    I was checking this issue, and all the enhancements with fields need to have a customer-exit to populate this fields,otherwise they will come BLANK.
    As those fields are not delivered by SAP and are not in the original datasource(RSA5) from Business content, this is related to customer's enhancements.We can only see these fields in the datasource enhanced by customer(RSA6).
    To have the proper values assigned to those field, you should write an User Exit program. This program must be created to fill the enhanced fields as they are not filled in the same way as the SAP delivered
    fields.More details about this process you can check note 576886.
    576886-Change to user-defined fields not extracted.
    This note is an example for some datasources regarding what need to be done.
    Thanks.
    Walter Oliveira.

  • Assign focus on text field associated with tree item in edit mode

    The JavaFX home page has an example for how to edit the label associated with a tree item using a cell factory (see sample code below). However, if you select a tree item and then either mouse click or select the Enter key to start editing, the text field doesn't get focus even though the startEdit() method invokes textField.selectAll(). I tried invoking textField.requestFocus(), but that didn't work. Is there a way to ensure that the text field gets focus when the tree item is in edit mode?
    I'm using JavaFX 2.1 GA version on Windows 7.
    Thanks.
    Stefan
    @Override
    public void startEdit() {
    super.startEdit();
    if (textField == null) {
    createTextField();
    setText(null);
    setGraphic(textField);
    textField.selectAll();
    public class TreeViewSample extends Application {
    private final Node rootIcon =
    new ImageView(new Image(getClass().getResourceAsStream("root.png")));
    private final Image depIcon =
    new Image(getClass().getResourceAsStream("department.png"));
    List<Employee> employees = Arrays.<Employee>asList(
    new Employee("Ethan Williams", "Sales Department"),
    new Employee("Emma Jones", "Sales Department"),
    new Employee("Michael Brown", "Sales Department"),
    new Employee("Anna Black", "Sales Department"),
    new Employee("Rodger York", "Sales Department"),
    new Employee("Susan Collins", "Sales Department"),
    new Employee("Mike Graham", "IT Support"),
    new Employee("Judy Mayer", "IT Support"),
    new Employee("Gregory Smith", "IT Support"),
    new Employee("Jacob Smith", "Accounts Department"),
    new Employee("Isabella Johnson", "Accounts Department"));
    TreeItem<String> rootNode =
    new TreeItem<String>("MyCompany Human Resources", rootIcon);
    public static void main(String[] args) {
    Application.launch(args);
    @Override
    public void start(Stage stage) {
    rootNode.setExpanded(true);
    for (Employee employee : employees) {
    TreeItem<String> empLeaf = new TreeItem<String>(employee.getName());
    boolean found = false;
    for (TreeItem<String> depNode : rootNode.getChildren()) {
    if (depNode.getValue().contentEquals(employee.getDepartment())){
    depNode.getChildren().add(empLeaf);
    found = true;
    break;
    if (!found) {
    TreeItem<String> depNode = new TreeItem<String>(
    employee.getDepartment(),
    new ImageView(depIcon)
    rootNode.getChildren().add(depNode);
    depNode.getChildren().add(empLeaf);
    stage.setTitle("Tree View Sample");
    VBox box = new VBox();
    final Scene scene = new Scene(box, 400, 300);
    scene.setFill(Color.LIGHTGRAY);
    TreeView<String> treeView = new TreeView<String>(rootNode);
    treeView.setEditable(true);
    treeView.setCellFactory(new Callback<TreeView<String>,TreeCell<String>>(){
    @Override
    public TreeCell<String> call(TreeView<String> p) {
    return new TextFieldTreeCellImpl();
    box.getChildren().add(treeView);
    stage.setScene(scene);
    stage.show();
    private final class TextFieldTreeCellImpl extends TreeCell<String> {
    private TextField textField;
    public TextFieldTreeCellImpl() {
    @Override
    public void startEdit() {
    super.startEdit();
    if (textField == null) {
    createTextField();
    setText(null);
    setGraphic(textField);
    textField.selectAll();
    @Override
    public void cancelEdit() {
    super.cancelEdit();
    setText((String) getItem());
    setGraphic(getTreeItem().getGraphic());
    @Override
    public void updateItem(String item, boolean empty) {
    super.updateItem(item, empty);
    if (empty) {
    setText(null);
    setGraphic(null);
    } else {
    if (isEditing()) {
    if (textField != null) {
    textField.setText(getString());
    setText(null);
    setGraphic(textField);
    } else {
    setText(getString());
    setGraphic(getTreeItem().getGraphic());
    private void createTextField() {
    textField = new TextField(getString());
    textField.setOnKeyReleased(new EventHandler<KeyEvent>() {
    @Override
    public void handle(KeyEvent t) {
    if (t.getCode() == KeyCode.ENTER) {
    commitEdit(textField.getText());
    } else if (t.getCode() == KeyCode.ESCAPE) {
    cancelEdit();
    private String getString() {
    return getItem() == null ? "" : getItem().toString();
    public static class Employee {
    private final SimpleStringProperty name;
    private final SimpleStringProperty department;
    private Employee(String name, String department) {
    this.name = new SimpleStringProperty(name);
    this.department = new SimpleStringProperty(department);
    public String getName() {
    return name.get();
    public void setName(String fName) {
    name.set(fName);
    public String getDepartment() {
    return department.get();
    public void setDepartment(String fName) {
    department.set(fName);
    Edited by: 882590 on May 22, 2012 8:24 AM
    Edited by: 882590 on May 22, 2012 8:24 AM

    When you click on a selected tree item to start the edit process is the text in the text field selected? In my case the text is not selected and the focus is not on the text field so I have to click in the text field before I can make a change, which makes it seem as if the method call textfield.selectAll() is ignored or something else gets focus after method startEdit() executes.

  • ASO Balnak Field Fill with Data Load Rule

    In block storage database I could fill a blank field with a text value by creating field with text and then replacing whole word match with preferred text. I am unable to get this to work in ASO database. Field Properties tab has the option but does not work when I try to use it. Has anyone else encountered this situation?

    Hi,
    Thank you both for your answers. But what confuses me is this: I created a rules file using a file with 12 columns. I selected the appropriate member for each column in Field Properties, and added the View member in the data load header. Then I get the error message: "This field is also defined in the header definition" for all fields. However, if I don't set the members in Field Properties and just set them in the data load header, I get another error message: "There is an unknown member (or no member) in the field name."
    Can you please help?
    Thank you!

  • Display driver incompatibility with new instillation of premiere elements 12

    I have newly installed adobe premiere elements 12.The program will not open when I try a popup appears  (we have detected an incompatible display driver.etc ) The computer is a hp Pavilion running windows 7- 64 I checked the display driver it is working and up to date. what else can I do? Thank you  

    rpm1942
    Thanks for the update. Sorry that the news was not better.
    Did you purchase the program from Adobe direct? And, are you within 30 days of purchase. If you are, you can contact Adobe via its Adobe Chat and request a refund. Even though your version is no longer the latest version, I would hope that Adobe would honor your request under its typical policy of money back within 30 days of purchase.
    Contact Customer Care
    Click on the above which is set for
    Premiere Elements
    Membership, Account, Payment
    Payments, Invoices, Orders
    Chat Panel
    I have set the link for the above titles. If the link does not hold its set, then you will have to navigate to the Chat Panel using the above titles as guides.
    As of a few moments ago, the Chat Panel was available and active.
    If you did not purchase from Adobe direct, then the refund is between you and the seller's policy.
    If you purchased direct from Adobe and you are beyond the 30 days of purchase, you may have to stress that the program is not usable to you and ask for a supervisor if any problems.
    How was it left with Adobe Tech Support - are you supposed to contact it again or is one of its representatives suppose to contact you?
    We will be watching for your progress.
    Thanks.
    ATR
    Add On...I found error code 43 and 41 descriptions which may correspond to your 43 and 41 error codes.
    Error Codes in Device Manager

  • ENUM 'digital display' showing up instead of 'item' when specifying module

    When there is an ENUM with a string in 'item' that string gets selected
    and displayed when specifying a module. This makes sense. But if the
    ENUM 'items' are numeric, you can select one of the ENUM items from the
    pull-down list (when specifying the module), but when you press the
    'ok' button and then try to specify the module again it reverts to the
    'digital display' integer reference index. If you do not have a 1:1
    correspondence between 'item' and 'digital display' (e.g. 0 to 0, 1 to
    1, 2 to 2, etc.) it appears to be very odd behavior, like it isn't
    taking the value you selected. Actually it is, but if you don't know
    what the 'digital display' numbers refer to you can't tell if it is
    right.
    Is there a way to get it to stop doing this? Just display the item that was selected, not the 'digital display' reference?
    John

    Either I'm not understanding the problem, or I'm not seeing what you're seeing.
    If I drop an enum and use numbers for the "Item Strings", the numbers I
    entered for the items are all that I see in the enum selection list.
    It sounds like what you are saying is you are seeing the enum index being displayed in the selection list. Is this correct?
    Also, what version of LabVIEW are you using.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • How do i sync iphone with new computer when old computer is unavailable?

    I want my iphone content on itunes on a new computer.  My old computer crashed and is unavailable.

    No backup is a big mistake.
    If you sync iphone to a blank computer, then the current content will be erased.
    The iphone is not a backup device.
    The music and pics sync is one way - computer to iphone.  The only exception is itunes purchases:  File>Transfer Purchases
    You can e-mail the pics to yourself.  They will never be of the original resolution.
    If you enter one unique contact and calendar item, then you should get the option to merge the data when you first sync.

  • How to modify person or group field value with new value

    Hi
    I have person or group field having property Person Only.
    Thsi firls already have one value. Now I want to update it but this code to update value is not working.
    string myName = @"ABC\myname";
    web.EnsureUser(myName);
    SPUser myUser = web.SiteUsers[myName];
    SPFieldUserValue myNamevlaue = new SPFieldUserValue(web, myUser.ID, myUser.LoginName);
    oSplistItem["My_x0020_User"] = myNamevalue;
    oSplistItem.Update();
    I am getting myNamevalue correct in the veriable. But why its not updating in the list?
    is there any issue in the above code?
    Do I need to delete previous value and then update new value in this field? How?

    Hi,
    The format of the user value in people/Group field must be
    ID;#Name, you can use the following code snippets to update the people/group field.
    string loginName = "ABC\\myname";
    SPUser user = web.SiteUsers[loginName];
    SPList list = web.Lists.TryGetList("ListName");
    if (list == null)
    Console.WriteLine("list is not exist!");
    return;
    SPListItem item = list.GetItemById(3);
    item["My_x0020_User"] = user.ID.ToString() + ";#" + user.Name;
    item.Update();
    Thanks,
    Jason
    Please remember to mark the reply as answer if it help, and unmark the answer if it provide no help.

  • Report 3.0 Previewer showing fields filled with ***

    Hi,
    I know that normally this means reports have no enough place for formatting the field but...when you see the first page all is OK and the next pages comes with *** in several fields. Some boilerplate text are shifted or not in their place.
    Can you give me a little help.

    Hi,
    I know that normally this means reports have no enough place for formatting the field but...when you see the first page all is OK and the next pages comes with *** in several fields. Some boilerplate text are shifted or not in their place.
    Can you give me a little help.

Maybe you are looking for

  • Forecasting Based planning, consider incoming Sales orders, Consume PIR's

    Hello Guys: I am in real Problem about this one: I am implementing forecast-based MRP for our client which is a trading company: buys, keeps in storage and sells goods (R/3 ECC 6). We are using material forecast on a monthly period, and run MRP on a

  • I need some help with my new podcast. Please!

    I've just set up a new podcast and it's online on itunes. The xml file is hosted on my website. Can i edit the text within this file...i.e. if there is a spelling mistake...ping this...and itunes will update it? Cos i tried doing that but no changes

  • Upgrading G4, 400 MHz Sawtooth Video Card

    I know this has been addressed but I can't find the answer to this question: I have a 400Mhz G4 Sawtooth 20" Cinema Display I want to buy a video card that supports latest OSX iMovie, Quick Time etc... What do I buy?

  • INFOTYPE 2001 AND 2002

    When i book absence in infotype 2001 or book an attendance in infotype 2002, if i put 6.51, the system automatically changes it to 6.52 hrs. I just want the system to take 6.51. How is this possible. Can this be done through configuration. Please hel

  • Uninstall oracle client 9i in windows 7

    hi, experts, I installed oracle client 9i but I can start the sql*plus. I would like to uninstall it. I run the Universal Installer but error prompts and the uninstaller closes immediately when I close the error. how to uninstall it from windows7 pro