Change documents in WTY after the Claim is "complete"

Dear All,
In WTY transaction, I am unable to view the change documents (Extras --> Change Documents) after the Claim is flagged off as "Complete"
Is there a way to overcome this ?
Thanks.
Raj

Thanks Vijayesh.
The problem is resolved by introducing Action T210 (Change Documents Claim) in the standard Action control matrix after status B060.
Regards,
Raj

Similar Messages

  • [svn:osmf:] 15527: Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified .

    Revision: 15527
    Revision: 15527
    Author:   [email protected]
    Date:     2010-04-16 17:21:06 -0700 (Fri, 16 Apr 2010)
    Log Message:
    Fix bug FM-696: Capability change events being dispatched after the trait to which they refer has been modified.  Updated unit tests.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-696
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/media/MediaPlayer.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestMediaPlayer.as

    Major Update: The G-Keys can now be edited without recompiling by editing shell scripts at "/usr/share/g15daemon/macros/"
    Each button has it's own script file named by it's label (e.g. to edit the functionality of G1, open the script named G1.) The button will try to execute the scripts as programs, so make sure they are executable (chmod +x) and as long as the name remains the same, if you want to replace the files with something different, know that the arguments currently given to the files ($1 and $2) are ($1)on/off and ($2)0-2  (where 0 is M1 and 2 is M3)
    To download the updated sources, go here (only the g15daemon source/patch was updated). This thread's OP has been updated.
    Last edited by rabcor (2015-02-12 04:46:48)

  • I have upgrade to Ios5 but after the installation was complete I found that the App Store and Itune are displayed in French version

    I have upgrade to Ios5 English version but after the installation was complete I found that the App Store and Itune are displayed in French version.

    But the model no. of my iphone i.e A1303 is of 3GS as clearly mentioned here >> http://support.apple.com/kb/HT3939.  Then how its become 3G.

  • I have a 4th gen. ipod touch.  It has software 4.2.1 and itunes always tells me I need to update to ios 6.  I always click download and install.  After the download is complete, nothing happens.  It doesn't install on its own.  Thanks,

    I have a 4th gen. ipod touch.  It has software 4.2.1 and itunes always tells me I need to update to ios 6.  I always click download and install.  After the download is complete, nothing happens.  It doesn't install on its own and there is no option to install manually..  Thanks.

    Are you sure it is a 4G iPod?  Does it have a camera?

  • I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.

    I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.
    Please help, I don't know how to do this
    Thanks

    you need both the exe (which you have) and the matching 7z (that you don't have, yet).  dl it:
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • My BB9810 refuse to load OS7.1 software on my phone after the download has completed. My phone has freezed/stucked since morning. Pls urgent help/assistant needed as I can not access/use my phone for over 24hrs now.

    My BB9810 refuse to load OS7.1 software on my phone after the download has completed. My phone has freezed/stucked since morning. Pls  urgent help/assistant needed as I can not access/use my phone for over 24hrs now.

    Hi there,
    Use the method described in the link below to get back up and running:
    http://supportforums.blackberry.com/t5/Device-software-for-BlackBerry/How-To-Reload-Your-Operating-S...
    I hope this info helps!
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • Why charged me twice for the same item? They have withdrew money from my bank account for the second time about half an hour later after the transaction was completed leaving me overdrawn.

    Why charged me twice for the same item? They have withdrew money from my bank account for the second time about half an hour later after the transaction was completed leaving me overdrawn.

    Hi Benjamins,
    I've checked your account—you have two ExportPDF subscriptions. One placed on October 20 2013, and the other placed on October 11 of this year. So, you were probably charged the auto renewal for the subscription placed in 2013, and then the new charge for this year's order.
    Please Contact Customer Care so that an agent can help get things situated for you. There's no reason to have two subscriptions to the same service, so an agent can help you cancel one, if you'd like.
    Best,
    Sara

  • [svn:osmf:] 10991: Fix bug FM-119, where the playhead time doesn' t get updated until after the seek has completed.

    Revision: 10991
    Author:   [email protected]
    Date:     2009-10-17 22:52:28 -0700 (Sat, 17 Oct 2009)
    Log Message:
    Fix bug FM-119, where the playhead time doesn't get updated until after the seek has completed.  The bug is actually in Flash Player (FP-1705), and the workaround is to wait until NetStream.time gets updated before dispatching the seek completion event.  This changelist also updates the unit tests and NetMocker to verify the fix.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-119
        http://bugs.adobe.com/jira/browse/FP-1705
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestISeekable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekableTrait.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
        osmf/trunk/libs/adobe/NetMockerTest/org/osmf/netmocker/TestMockNetStream.as

    Revision: 10991
    Author:   [email protected]
    Date:     2009-10-17 22:52:28 -0700 (Sat, 17 Oct 2009)
    Log Message:
    Fix bug FM-119, where the playhead time doesn't get updated until after the seek has completed.  The bug is actually in Flash Player (FP-1705), and the workaround is to wait until NetStream.time gets updated before dispatching the seek completion event.  This changelist also updates the unit tests and NetMocker to verify the fix.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-119
        http://bugs.adobe.com/jira/browse/FP-1705
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/traits/SeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/audio/TestAudioSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/media/TestMediaPlayer.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/net/TestNetStreamSeekableTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestISeekable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestSeekableTrait.as
        osmf/trunk/libs/adobe/NetMocker/org/osmf/netmocker/MockNetStream.as
        osmf/trunk/libs/adobe/NetMockerTest/org/osmf/netmocker/TestMockNetStream.as

  • TS5181 I downloaded a song but even after the download is complete, it only plays one second of the song and then it ends.

    I downloaded a song to from iTunes, but even after the download is complete it only plays one second of the song and then it ends. Any ideas?

    Depending upon what country that you are in (music can't be re-downloaded in all countries) then try deleting that track from your iTunes library and redownload it via the Purchased link under Quicklinks on the right-hand side of the iTunes store home page on your computer's iTunes
    If you aren't in a country where you can re-download music or if it re-downloads in the same state then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Unable to install the trial version after the download is completed and Safari cannot open when I click to download again

    Unable to install the trial version after the download is completed and Safari cannot open when I click to download again

    aviatornilesh,
    You may try to restart the Creative Cloud application by quitting and relaunching it.
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or for Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • I had a friend airdrop a video to me last week from her iPhone and I saw it on my iPhone after the upload was complete. I'm looking for the video now and can't find it anywhere on my phone. Where is it and/or is it stored on my phone?

    I had a friend airdrop a video to me last week from her iPhone and I saw it on my iPhone after the upload was complete. I'm looking for the video now and can't find it anywhere on my phone. Where is it and/or is it stored on my phone?

    I airdropped the video again and it now shows up in my camera roll.

  • Hi Apple, I was developed an app that impemented In-App purchage, But how I manage the customer reinstall after the trial priod complets. thanking you.

    Hi Apple,
    I was developed an app that impemented In-App purchage,
    But how I manage the customer to reinstall after the trial priod complets.
    Thanking you.

    These forums are user supported.
    So are the iOS Dev Center forums [ https://devforums.apple.com/community/ios ], although staffers do drop in as volunteers from time to time.

  • I updated my mac which is an O X LION .7 but after the update has completed the mac rebooted itself and never stop booting

    i updated my mac which is an O X LION .7 but after the update has completed the mac rebooted itself and never stop booting

    flamebliss wrote:
    yes wen i try booting in Safe Mode it behave the same. i have downloaded the combo update of 10.7.5 from another laptop, so how do i run it on my mac. THANKS for helping
    The goal is to mount the combo update .dmg on the desktop and then open and run it. If you can't get to the desktop to begin with, that won't work. Another approach is to treat the Mac's hard disk as just another HD by using a second Mac and then connecting the problematic one via Target Disk Mode. See http://support.apple.com/kb/ht1661. Note that both Macs will need Firewire ports and you'll need a FIrewire cable to connect them. With the combo updater, one of the steps in the process is to select the drive you want to install the update on. Once you're successfully connected in Target Disk Mode, the problematic drive should appear in the list.
    If that doesn't work or Target Disk Mode isn't possible, the only other solution is to boot into Recovery Mode; see http://support.apple.com/kb/ht4718. Note that once booted into recovery mode, you have access to Disk Utility, and you should try running Repair Disk after selecting the bad drive to see if something's wrong with the directory which could be fixed. When you select that drive, you should also look at S.M.A.R.T. Status at the bottom of the window. It should say "Verified." If it says Failing or Failed, the HD needs to be replaced.
    If the HD is OK, all that's left that I can think of is to reinstall Lion using Recovery Mode. I hope you've maintained current backups or at least complete Time Machine backups. Of course, if you have a backup and the backup is bootable, you could boot from that, wipe the internal HD clean, and clone the backup onto the internal HD.

  • Not allowing changes to payment terms after the AR document is released to accounting

    Hi,
    Anyone know the best way to not allow a user to change the payment terms after the AR document has been created in AR? This is affecting aging because users are changing the payment terms without permission. What is the best way to control that?
    Thank you.
    AK

    Hi A K
    Frequent change in payment terms is something business should introspect. Payment term is decided and agreed upon with customer/vendor during the initial stages.
    However from IT perspective, it can be controlled keeping some system controls.
    1. Limit the Customer master change transaction to very limited users or to a manager. There should be internal approvals by management for business to make a change. Bring this into force.
    2. Regularly run the customer master change reports and provide the trend to management to restrict or limit the changes.
    3. Use Change Message control for master data by providing necessary warnings or error messages when master data is changed.
    4. In  the sales order level, there is every possibility to change the payment term. Based on the user authorization get the payment term field greyed out and provide change access to accounting or to a specific user upon approvals. This is a bit complex process but I feel this brings up controls and stops the process from exploitation.
    5. Also activate 'Sensitive fields' KNB1-ZTERM for payment term field in customer master. This brings up another layer of confirmation of change by other users.
    6. Another back route, not recommended in all cases, is to subsititute the required payment term during accounting document posting.
    Hope it helps.
    Thanks,
    Sekhar

  • Changing the document page size after the fact.

    Does anyone know of a way to change the page size globally after the fact?
    I have sent a 200 page book created with Pages '08 to my printer. The work has a full bleed watermark in the background on a custom 7" X 11" document. I've just been informed that he needs to increase the paper size to 7.25 X 11.25 and have me increase the watermark so it can be trimmed down.
    Is there a way to change all 200 pages or do I need to set-up a new document and do a whole lot of cut and paste?
    Thanks in advance everyone.

    Your problem is that the change is not proportional.
    However it is not a great change, 6.66% at most. If you don't mind a subtle change in height vs width, just create a pdf of the entire document and tell the printer to change the size on going to plate.
    Alternatively you can simply scale it up the 6.66% which will make the height about 0.5" too high and trim away the excess.
    The other way is only scale it up 2.27% which gives you the right height but leaves you with 0.1" less width.
    Or you can go in between and have a compromise for both directions by scaling up 4.4%.
    It depends if you have white margins in either direction that can take up the slack and also how much bleed you have on the watermark. You only need 1/8" to cover any trimming errors.
    As this appears to be quite a long book and would need to be imposed up in signatures, I would imagine the printer must have the necessary imposition software to allow for creep etc, which should also allow for non-symmetrical scaling.
    Don't you Americans ever feel at moments like these that you wish you weren't the last people in the world to not use metrics and rational paper sizes?

Maybe you are looking for

  • Is it possible to add a number of PDF files together?

    I have found a book on Oxford that has not been published and I have the permision of the writers widow to attempt to get it published.  It is in loose leaf format, roughly 400 pages and I have scanned it in OCR and PDF. The problem with OCR is that

  • How to deploy ear file with jar file and war file with different names

    Hi, As part of weblogic migration from WL 6.1 sp3 to WL 10, Iam facing some problem. Problem: I have one ear file(abc.ear) to deploy which contains one jar file(xyz.jar) and one war file(pqr.war). In config.xml file of WL 6.1, it was mentioned as : <

  • Where is the TouchUp Reading Order Tool in Adobe Acrobat X

    Hi, Our company just switched to Adobe Acrobat X and I'm having issues with some of the tools. In the old adobe acrobat I was able to use the TouchUp Reading Order Tool; does that tool still exist in X? I've tried the Edit Object tool but it's not wo

  • Photo Event Sharing

    Hi all I'm running iPhoto '11 I have an Event made up of a lot of photos, taken on different dates. I also created an Album with these same photos. I want to share these with a friend through a USB drive, and I can't figure out a way to do so. Regula

  • Conected ipod to pc all songs gone please help

    **Hi ALL,** **Need help please, my hard drive died on the computer so i replaced it went to sign in on the itunes store and went to sync and all of my songs,photos,games have gone from my ipod is there any way i can get them all back????** **Please h