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

Similar Messages

  • 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.

  • 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

  • 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

  • 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?

  • Personalized Simple Search with new messageLovInput - Search does not work

    I have currently set an Message LOV Input into a Simple Search Panel for IcxPorRcvSrchPG.
    I have got the LOV bringing back the correct values, but when I hit the GO button the Search does not work.
    Can someome please help me on how I am able to get the search working in the Simple Search Panel.
    Details of VO's are as follows:
    xxReceiveItemsDueVO (extended from ReceiveItemsDueVO)
    xxReceiveMyItemsVO (extended from ReceiveMyItemsVO )
    xxReceivePurchaseItemsVO (extended from ReceivePurchaseItemsVO)
    xxReceiveReqItemsVO (extended from ReceiveReqItemsVO)
    Extended Attribute I am looking to search with is xxWono.
    Current search items are working 100% with extended VO's, but when I try and search with new item, I am having no luck. The search is acting as though the new item has not even been created.
    Additional Lov Details are as follows:
    Level: Site
    Item Style: Message Lov Input
    ID: xxWONumSearch
    Data Type: VARCHAR2
    External LOV: /oracle/apps/icx/lov/webui/WorkOrderLovRN
    Prompt: Work Order Number
    Search Allowed: False
    Search Criteria: False
    Lov Map
    ID: xxWipEntityName
    Criteria Item: xxWONumSearch
    LOV Region: WipEntityName
    Programmatic Query: False
    Required: False
    Return Item: xxWONumSearch
    Framework version: 11.5.10.6RUP
    Is there a way of doing this through Personalization?
    With the version of framework I am not able to add a simpleSearchMapping through Personalization.
    Can someone please advise?
    Thanks
    Lee

    When I generate and then view the help, it looks perfect!  I changed the name of the project folder since the information is proprietary.  I have several pictures including the parent folder and the only 3 folders that are generated.  I cannot find the Webhelp output folder.  I think this is what you need to see.

  • How to create new items in Puchase Requisition.

    Hi
    I've have a requirement where I need to fill purchase requisition with new items when user insert first item, I've some code lines but I don't know how to stop to back to T/C ME51N.
    lo_header = im_item->get_requisition( ).
        lo_item = lo_header->create_item( im_item = im_item ).
      lo_item = lo_header->create_item( ).
       ls_item = lo_item->get_data( ).
       ls_itemx = lo_item->get_datax( ).
        ls_item-BNFPO = 2.
        ls_item-matnr = 'MIC360RG'.
        ls_item-menge = 1.
        ls_itemx-BNFPO = 'X'.
        ls_itemx-matnr = 'X'.
        ls_itemx-menge = 'X'.
        lo_item->set_data( im_data = ls_item ).
        lo_item->set_datax( im_datax = ls_itemx ).
    BAdI : ME_PROCESS_REQ_CUST
    Method: PROCESS_ITEM
    I apologize if I'm doing something wrong, but I really need to make it work, thanks in advance.

    Hi Dear,
    There is some link will help you to create Purchase Requisition and other MM Documents.
    http://www.docstoc.com/docs/11307932/SAP-MM-Manual-Create-Purchase-Requistion
    http://www.r3.duke.edu/training/stepbystep/#purch
    http://sapdocs.info/sap/materials-management-2/download-sap-purchasing-user-training-ppt-material/
    Regards
    Aamir

  • Feature Request: Unified Inbox (or if not, then skip to inbox if new items)

    I'd like to see a unified Inbox for iPhone Mail similar to the OS X Mail app's. If that weren't forthcoming, I'd at least like to see a tweak when navigating mail accounts so that when an account has new mail, selecting the account goes straight to the inbox instead of requiring the extra step of selecting the inbox. The reasoning is that if one selects an account with new items, chances are they want to view them, not select some other folder. On the way out it goes back to the list of folders (mailboxes) from the inbox. Also, if there are no new items, then selecting the account goes to the list of folders (mailboxes). For the rare occasion when one does not want to go straight to the inbox when new items are in it, the cost is an extra tap to go back (then again, a preference could be provided to defeat the jump navigation for new items).

    Tell Apple:
    http://www.apple.com/feedback

  • Replacement price of iphone 5s with new one

    replacement price of iphone 5s with new one

    Out-of-warranty repair service
    If your repair isn’t covered by Apple’s One Year Limited Warranty, AppleCare+, or AppleCare Protection Plan, your iPhone might be eligible for out-of-warranty service. For example, liquid damage isn’t covered by warranty but might be eligible for out-of-warranty service. Some damage isn’t eligible at all, for example if your device has been broken into multiple pieces. See Apple’s Repair Terms and Conditions for complete details.
    Read Apple’s Repair Terms and Conditions
    Model
    Out-of-warranty service fee
    Battery service*
    iPhone 6 Plus
    $329
    $79
    *available only if battery
    fails Apple’s diagnostic test
    iPhone 6
    $299
    iPhone 5s, iPhone 5c, iPhone 5
    $269
    iPhone 4s
    $199
    iPhone 4, iPhone 3GS, iPhone 3G,
    Original iPhone
    $149
    Plus a $6.95 shipping fee, if required. Fees are in USD and exclude local tax. Pricing is for service through Apple. The final service fee we charge will be determined during testing and may be less than the service fee listed above. Pricing and terms vary for service through an Apple Authorized Service Provider.
    Out-of-warranty pricing varies for Apple accessories such as adapters and Apple iPhone cases. Contact your carrier, Apple, or an Apple Authorized Service Provider for more information.
    Warranty after service
    Apple covers defects if they arise from authorized service for 90 days or the remaining term of your iPhone warranty, whichever is longer.

  • [AS] CS3- Find any text with style, then replace that text with a new applied fill color.

    I am trying to find the simplest way in cs3 to find any text with style, then replace that text with a new fill color. I can find text and change text. I can find a style and change it to a new style. I can't seem to find a style and change the applied fill color. I do not want to change the properties of the style, just the applied color. Yes, I want the + sign, for now. I know, why not update the style, I am not allowed to. Any help would be great. Since the search is not available, I need a new response.
    Thanks.

    You can work around the bug by just doing a find, then looping through the<br />results, changing the color one at a time. It'll be a fraction slower, but<br />should do the trick:<br /><br />tell application "Adobe InDesign CS3"<br />    set find text preferences to nothing<br />    set properties of find text preferences to {applied paragraph style:"The<br />name"}<br />    set theFinds to find text document 1<br />    repeat with i from 1 to count of theFinds<br />        set properties of item i of theFinds to {fill color:"Replace color"}<br />    end repeat<br />end tell<br /><br />The bug is fixed in CS4, BTW.<br /><br />-- <br />Shane Stanley <[email protected]><br />AppleScript Pro Florida, April 2009 <a href=http://scriptingmatters.com/aspro>

  • Replaced failed HDD Sat. L455-5000 with new Western Digital 320 SATA drive-problems with recovery

    Original HDD died.  Replaced it with new WD 320 SATA from Best Buy-nice drive-good reviews.  Used Recovery Center DVD's I had burned earlier.  Three with Toshiba Recovery  2 with Windows Recovery Envrinoment and DRivers/Apps.
    Toshiba REcovery only asked for first 3.  Computer restart after Recovery Install(First Three Disks) gives error message:
    File: \windows\system32\DRIVERS\LPCFilter.sys 
    Status:  0xc0000428
    WIndows Cannot Verify Digital Driver Signature.
    Windows Boot Manager "screen" always comes up and Windows fails to start.  
    1.Asking for a windows installation disk-thought this was given in Toshiba Recovery DVD's I burned.
    2. Chosse language settings-click next
    3. CLick " repair your computer."
    I thought the Toshiba Recovery Disks were supposed to install everything for me.  I don't have a sparate windows system disk.  Never burned one
    Any help woud be great.
    Thanks,
    Charles

    Time for some good news.
    I received and installed an OEM WD 250 (Toshiba) replacement drive.  After loading the recovery disks this morning-it worked perfectly-just like "out of the box."  
    It was the HDD failure after all.  No software gliches at all.  Windows update of course is attempting to re-load about 500 updates. LOL.  I also learned to spread them out in groups of 10-20 long ago as well.  This will take some time; but the laptop is running fine. 
    So I learned some great lessons.  1)-stick with OEM replacement hardware-computers are "locked in time" to a definite hardware configuration that works well at that time in history.  2) If I had not used my own "decision" tree to problem solve-I'd still have a dead computer.  3) I was correct to order an external drive enclosure to test the bad drive after I was unable to do so with the laptop.  4)I made the right choices to contact the Western Digital Drive support to find out the new drive really might also be the problem.  5) It was also great to be able to get such amazing help on this forum too-what a great resource for Toshiba owners. 6)Finally-I was able to "chat" with the Toshiba Rep. online to confirm the OEM part number of the WD drive they had used-and ordered -cheaper- from Amazon.com.
    7) After 2 weeks of my own time(and great online resources) and $80.00-I fixed my laptop myself.  Never had to mail it anywhere.
    8) I also ended up with a great external backup drive-that I was always too lazy-and cheap-to order for myself  before.  LOL.
    9) Now what about the Toshiba OEM Graphics card that the "Windows Experience Survey' always says I need to replace?  Nope -not going there -yet.
    Thanks for all the help-
    Sincerely,
    Charles

  • Just replaced my iphone 4 with new 4.  restore from icloud is hung on an app I no longer use (password probably expired) how can i get the restore to move on to the next app

    just replaced my iphone 4 with new 4.  restore from icloud is hung on an app I no longer use (password probably expired) how can i get the restore to move on to the next app

    Read another post in the forum about this and it appears this app also installs a profile with a proxy service that you will have to try and delete as well. Check that out.

  • I had my iphone 4 stolen, replaced with new iphone 4 had all my info that was on cloud downloaded to new phone.  Next day all that info dissappeared from new phone. Is there a way to recover info??

    I had my iphone 4 stolen, replaced with new one same day and downloaded info saved to the cloud.  The next day all that info disappeared and have not been able to get any of the old info back.  Is there a way to get this info.

    I think you will have to do a complete restore--you will lose any info added since last backup.  Connect phone to computer, select it in souce list.  Next, click on Summary tab, click Restore.  In the next dialog box, click Restore--your phone will be erased and the latest software will be installed.  Click agree to terms and phone will restart.  Then you will see the phone setup screen--click on Restore from Backup and select the most recent backup.  Obviously, this will only work if you have a backup on the computer.  If not, check Set up as New Phone, click continue, then wait for the process to finish.

  • Update Document line with a new Item Code...

    Hi.
    This is all done using the DI Server.
    I am updating a sales order with two lines - it looks like this:
    ItemCode____Qty
    651_________10
    00028________5
    I update line 2 so the sales order now looks like this to this:
    651_________10
    651__________8
    All I pass in is the two values 651 and 10 (and a taxcode etc)
    Now... if I take a look at the sales orders GL - before and after the update - It looks like this
    (before)
    ItemCode_____Qty______GL Account
    651___________10_____ _SYS00000000235
    00028__________5_____ _SYS00000000237
    (after)
    651___________10_____ _SYS00000000235
    651____________8_____ _SYS00000000237
    So it does not change the GL Account to fit the new Item... It looks like I need to find the GL Revenue Account for the new item myself. How do I find this?
    Method or SQL is more than welcome...
    Regards,
    Allan C. E. Rasmussen

    Hi Allan,
    your Stored Procedure is good for GLMethod = 'L' but if GLMethod of Item is 'W' or is 'C' your code is not good.
    Case is "W"
    SELECT RevenuesAc FROM OWHS Where WhsCode = @WhsCode
    Case is "C"
    SELECT OITB.RevenuesAc FROM OITM INNER JOIN OITB ON OITM.ItmsGrpCod = dbo.OITB.ItmsGrpCod Where OITM.ItemCode = @ItemCode
    Regards,
    Claudio

  • I have just installed itune again. now i sync problem of existing music will be replace with new itune which is empty. how can i keep my pervious files and sync new....

    i have just installed itune again. now when i sync it, it show me warning that all existing music will be replace with new itune which is empty. h
    ow can i keep my pervious files of music photos and other files and sync with new installed itune

    Use your backup copy of your computer to put everything back on the computer.

Maybe you are looking for

  • How do I reorder songs in a playlist in iTunes 12? I can't just click and drag.

    I am working on a playlist in iTunes 12, I need the songs to be burned to a CD in a specific order. I cannot figure out how to manually re-order my songs in this playlist. I know how to order the songs by artist, album, genre etc but I need to be abl

  • Mail text appears in preview only (Mac Mail)

    Suddenly, this: Mail text does appear (first few lines) previewed in the Inbox, but when I click on it, and the actual mail opens, it has no text. However, I can display the text if I click "Reply." I use Mac.com mail. Any thoughts, please? - robert

  • RFC call through JCo or webservice

    Can anybody point differences(advantages/disadvantages) between a)calling a BAPI using JCo b)creating a web service for the RFC and calling the webservice fron WD application. regards, Bhupesh

  • No matter what I do, all my PDFs come out as RGB, instead of CMYK.

    I am running Quark 6.5 with Acrobat version 4.0 Professional's PDFwriter on a PC, under Windows XP. I can only pake PDFs from my Print menu, by selecting, Adobe PDFwriter, AdobePS Acrobat Distiller or Adobe PDF Converter. When I attempt to use Export

  • ORA-20001: Invalid action DELETE on this object. (U)

    What does this mean? When I hit the DELETE button, the row I want deleted from two different tables is being deleted like it's supposed to -- but I get this error message. I have: DELETE button: SQL delete action Process row from TABLE1: Allowed oper