Only Latest Document version in view

Hi everybody,
the requirement is that user must see only latest version of document, and he/she should know if some-one is working on new-version. To avail this- earlier version must get obsolute status and there should some way/provision that he/she should not able to look into it- How can we achieve it?
Regards
Sandeep

Sandeep
Once you feel that a particular version is obsolete set the status Obsolete to the document.Create a new version of the document and start the status network again.The setting of the status Obsolete has to be done manually.
If you want it automatic, implement a user exit wherein you can write your code to set the status Obsolete to the old version whenever you create a new version.
To restrict the users not able to see the obsolete document, you can achieve this thru creation of a role with the Authorization Object C_DRAW_TCS wherein u give display rights to statuses other than Obsolete.
When a person has created a version and working in it, if another person tries to login to the same version he will get the message "The document version is locked by another user".
Regards
S.Sivakumar
Reward points if useful----

Similar Messages

  • Load latest document version in open Word document

    Hello,
    is it possible to automtically retrive the latest word document version from an document you opend before in read only modus?
    Following scenario:
    1. You opend a word document from a sharepoint DL in read only modus
    2. Someone else edits this document and save it (new version)
    3. You still have an open document but not the latest.
    Can Word remind the user that there is a new version of this document? (When you go in edit mode you will get a message that there is a new version)
    Thanks in advanced
    Markus

    Hi Markus,
    According to your description, my understanding is that you want to get the latest version of the document when the document has been opened in Word.
    I tested the same scenario per your post in my environment, and I can get the latest version of the document when the document has been opened in Word.
    When you go in edit mode, there will be a message to tell you that there is a new version of the document:
    Please make sure that the document has been checked in by the former user and your account has the permission to edit the new versions of the document.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Extracting latest schema version from view tables

    Hi
    We have a shell script, which runs sql against the oracle designer tables to extract table, column info. This used to run fina against our pre 6i designer version.
    eg
    select rtrim(lower(t.name))
         from ci_table_definitions t,ci_application_systems a
         where a.latest_version_flag = 'Y'
         and a.name = 'KERNEL_MASTER'
         and t.application_system_owned_by = a.id
         order by t.name asc;
    we have upgraded to Designer 6i now and this has resulted in our script not working. The above sql complains about the fields latest_version_flag and application_system_owned_by not existing, which they don't.
    Does anyone know what fields we can used to acheive the same result on the designer 6i setup?
    Basically we are trying to extract the table definitions for the latest version of a schema ( we called 'KERNEL_MASTER')
    Any ideas?

    Here's a copy of old Oracle Support note:190516.1 to give you some idea where to start:
    Differences in the Repository API between Designer 6.0 and Designer 6i
    1) Tables SDD_ELEMENTS and SDD_STRUCTURE_ELEMENTS
    In Designer 6.0, all repository elements were hold in 2 main tables called
    SDD_ELEMENTS and SDD_STRUCTURE_ELEMENTS. Those tables don't exist anymore.
    Any API script that references those tables will fail with the following error:
    ORA-00942: table or view does not exist
    To avoid this error, replace the reference to SDD_ELEMENTS or
    SDD_STRUCTURE_ELEMENTS by the corresponding API view CI_... (as it was
    recommended in previous releases of Designer).
    2) new Columns IRID and IVID
    In Designer 6.0, the elements were uniquely identified by the column ID.
    In Designer 6i the column IRID (Internal Repository IDentifier) identifies the
    object tree. Every element version has the same IRID, but it has a different
    version label and a different version identifier, called the IVID (Internal
    Version IDentifier). An IVID is unique over all versions of all elements.
    To avoid select statements returning different rows for different versions of
    the same object, you should define the Context Workarea before executing
    a statement (See next point).
    3) Context workarea
    The result of a select from a CI_... views may include the same object several
    times, because the repository includes several versions of the object.
    To avoid this, you should specify the context workarea.
    A workarea is a specific view on the repository which contains at most one
    version of each element. In other words, a workarea is version resolved.
    You can specify the context workarea by using the following PL/SQL call:
    jr_context.set_workarea('<workarea_name>');
    Once done, you will work within the context of this workarea only.
    4) Column APPLICATION_SYSTEM_OWNED_BY
    In Designer 6.0, all CI_... views for Primary Access Elements (PACs) included a
    column APPLICATION_SYSTEM_OWNED_BY for the reference of the application system
    owning the element. This column doesn't exist in Designer 6i anymore.
    Any API script that includes this column will fail with the following error:
    ORA-00904: invalid column name
    With Oracle Repository, the reference to the application of an element can only
    be found through the table SDD_FOLDER_MEMBERS. The column MEMBER_OBJECT refers
    to the IRID of the element, and the column FOLDER_REFERENCE refers to the IRID
    of the folder or application system containing the element:
    CI_..............SDD_FOLDER_MEMBERS........CI_APPLICATION_SYSTEMS
    ....................FOLDER_REFERENCE >--------- IRID
    IRID ---------------<MEMBER_OBJECT
    Suppose for example the following SQL that worked fine in Designer 6.0:
    select ent.name
    from ci_entities ent
    , ci_application_systems app
    where app.name = '&App_Name'
    and ent.application_system_owned_by = app.id;
    This Select should be re-written like the following to run on Designer 6i:
    select ent.name
    from ci_entities ent
    , sdd_folder_members mem -- the application system reference goes through sdd_folder_members
    , ci_application_systems app
    where mem.member_object = ent.irid
    and mem.folder_reference = app.irid
    and app.name = '&App_Name';
    Note: this query only returns rows if the user who is executing it has been
    granted SELECT privilege on application '&App_Name'

  • Update BOM with latest Document Version

    Hi All,
    We have BOM's with Documents attached as items in them.
    The requirement is that when we create a new version for documents the same needs to be automatically updated in BOM.
    Is there any configuration available for achieving this or any other solution?
    Thanks in advance..
    Regards,
    Sonal..

    ..The requirement is that when we create a new version for documents the same needs to be automatically updated in BOM.Is there any configuration available for achieving this or any other solution?..
    Whenever you create a new version of a DIR,the system prompts you to confirm if the associated DIR objects(BOM in your case) also need to be copied.Positive confirmation will ensure that the new DIR version is automatically updated in BOM as well.To view all the DIR versions from BOM side,select 'All Versions' option in the document data section in BOM.
    Hope this helps.
    Regards,
    Pradeepkumar Haragoldavar

  • Only latest Mac version of FireFox doesn't render images from certain websites correctly. How to fix?

    Running FireFox 3.6.16 on both Windows 7 sp1 and Mac OS 10.6.7. When viewing the images on some websites, for example the home screen for www.xerox.com, the "slide show" images that come across the browser on the Mac have lines going through the images. These same images look fine on Windows 7 and when using other browsers, such as Safari, Explorer, etc too.

    Hello mpunt74, try to [https://support.mozilla.org/en-US/kb/troubleshoot-extensions-themes-to-fix-problems#w_turn-off-hardware-acceleration turn off hardware acceleration], and check it again.
    thank you

  • Insert SharePoint document version in Word documents - Viewing in Word Web App

    Hello all,
    I'm using Labels with the label format {Version} to display the SharePoint document version in MS Office documents stored on my company´s SharePoint site. This works fine if I open the document from the Word client application but if I open it from Word Web
    App it displays the previous version number (a minor one). After half an hour or so, when I open the document in Word Web App, the version number is the correct one. I tought it was related with the IE cache so I cleaned it but the results were the same.
    Is there any way around this?
    Thanks a lot.

    Hi,
    By design. Versioning is a property of a SharePoint item. When displaying an item from SharePoint, Office Web Apps only checks if there has been any change to the file content. It does not check for changes in metadata (if the Properties of the file have
    been modified). It then displays the cached image of the last modified version of the file instead of running a new file conversion. This is why the last minor version is displayed in the Content Control instead of the major version. This behaviour is completely
    intended and designed to work this way. This is, in fact, a performance optimization. If we would not have this performance optimization in place, then this would mean that Office Web Apps would need to download the file again every time there is a metadata
    change (which would, of course, mean overloading the SharePoint server).
    I found a similar thread as below, please refer to it for workaround:
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/75c09197-934b-42ff-8de6-c321267dfd68/document-property-not-updated-when-viewing-a-word-document-in-office-web-apps
    Regards,
    Rebecca Tu
    TechNet Community Support

  • HT4824 My iPhone is running with ios 4.2.1 & current version of ios is 6.0.1 in this case how can i update my iPhone to ios 4.3.5? itune will show only latest version of ios.

    My iPhone is running with ios 4.2.1 & current version of ios is 6.0.1 in this case how can i update my iPhone to ios 4.3.5? itune will show only latest version of ios.

    If you have iPhone 3G, the latest and greatest is IOS 4.2.1.
    If you have iPhone 3GS or later, you can only update to IOS 6.0.1.
    For iPhone 5 and iPad mini, you can update to IOS 6.0.2.

  • Document Library Custom View "Grouped By" only shows one group

    I have created a Document Library Custom View with the  "Grouped By" option turned on and grouped by a column  called "media type" which has 3 possible choices.  For some reason only the first group is displayed. The other
    groups show that they have items in them but can't be accessed. I have expanded turned on. 
    Here are some screenshots: 

    Hi zaxxon,
    Please check if the above first 6 images (e.g. Managing Threating Confrontations - OneDrive for Business Tutorial)are with value "Training" and "tutorial", if yes, there should be something wrong with the grouped list view of Assets library.
    Based on icons from your image, you should be using Office365 SharePoint Online, I would recommend you post this issue in our dedicated Office365 SharePoint online forum below, and I think fixing this issue would be involving back-end support engineer from
    server side.
    http://community.office365.com/en-us/f/156/t/236901.aspx
    Office365 SharePoint Online forum
    Thanks
    Daniel Yang
    TechNet Community Support

  • Restore only latest versions of files in a simple save backup drive

    When I go to restore (transfer) files to a new computer from my HP simple save drive, how do I select only the latest backup versions of ALL files (photos, docs, music, etc...)?
    Thank you

    If you have applied raster layer effects in illustrator, then it won't work because you no longer have a vector image.
    What is the zoom factor of your composition window? What is the resolution of your comp window? If you would post a screenshot of your composition with the properties of the layers in question revealed by pressing the u key twice maybe we would have a clue what you are doing wrong. It's quite difficult to come up with an answer with out some details. We need more details.

  • Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I prin e-mails using iPad 3

    Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I print e-mails? Thanks.

    In the email you want to print, on the top right there is an arrow. Click that and an option should appear that says print. That should work. Have you already tried that?

  • Installation document for the latest essbase version

    Latest  Essbase version.
    Where can i find the installation document for the latest essbase version

    Install/config doc - http://docs.oracle.com/cd/E40248_01/epm.1112/epm_install/frameset.htm?launch.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Document Version picker – Modify the Asset Picker.

    We have a requirement to provide a SharePoint document ‘version’ picker. The document library has flat structure with metadata used in views to group and filter documents. Another document library has folders. We wish to pick documents from both libraries
    but must be able to select the version too.
    This picker will be called from an infopath form which stores some sort of reference not the doc itself.
    There are not OOB document pickers which allow you select the document version.
    The Asset Picker (using AssetPortalBrowser.aspx) seems to most of what we want. A document library selector on a left pane, library views and filters on the right pane. I understand this can be called from custom coded dialog and used a document picker if
    configured to select links.
    I would like to customise the Asset Picker to :-
    a) Display and select a document version. The edit menu option show versions but you cannot select it.
    b) Remove unwanted options such as Site Pages, Site Assets, Form Template etc
    and c) restrict the views allowed as we have some admin views which should not be selected?
    I was looking for a way to extend and override the class  SP.UI.AssetLibrary but this is not public. I really do not want to modify _layouts/15/AssetPortalBrowser.aspx directly as these change are not be global. Is there underlying class
    structure which I can call achieve the same results?
    What are the options to modify The Asset Picker?

    Hi Richard, 
    based on OOB, seems asset picker not able to show this version of docs, that you mentioned before.
    as i checked, the class for assetlibrary class not have the class to get this property, and this version information, is saved within the SPFile class. 
    the documents that is shown by asset picker will be only the latest version of the document.
    i am not quite sure how to join this using OOB feature, most probably you may need to create your own custom coding for this.
    to use asset picker, it is suggested to follow this articles:
    http://technet.microsoft.com/en-us/library/ee721060.aspx
    http://technet.microsoft.com/en-us/library/ee428298.aspx
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I am trying to use a interactive form and it says "If this message is not eventually replaced by the proper contents of the document, your PDF  viewer may not be able to display this type of document."  This is a IRS form and has worked before.

    I am trying to use a interactive form and it says "see below"  This is a IRS form and has worked before.
    is there a tech support phone number?
    Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF
    viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by
    visiting http://www.adobe.com/go/reader_download.
    For more assistance with Adobe Reader visit http://www.adobe.com/go/acrreader.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark
    of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries

    That means you are looking at the form online with a browser that uses its own (incompatible) PDF viewer, not the Adobe Reader plugin.
    Either
    download the form to your local disk and fill it from there
    use a browser that employs the Adobe Reader plugin
    configure your browser to use the Adobe Reader plugin: http://helpx.adobe.com/acrobat/kb/pdf-browser-plugin-configuration.html

  • How to find the approval status for a document version

    Hi all,
    We have enabled versioning on a folder and the system is maintaining the versions. I need to be able to identify which version in at what status.
    For example, I create a file and it creates a version, I check it in and out several times, I then release/publish the file, and another version is created, I then check it out and in several times and the cycle begins again.
    I then realize that I need to go back to the latest released version but I don't know which one it is nor can I identify it using the 'versions' selection from details. How do I know what the status is of the previous versions?
    I need to be able to identify only those versions, past and present, that were 'approved/released' vs those that were left in progress. How do I find the statuses of the previous versions to correctly identify which version was released.
    KM is maintaining this some how because it knows to show only those items that are released to the standard user and not show them those that are in progress.
    How do I find that same parameter that shows me which older version is release?
    I am looking for something like what is available with the properties selection on the 'versions' screen. I am able to go to any version and look at the properties of that version at the time the version was saved. This is what I need with status. I need to be able to look at any version and know what status was at the time it was saved.
    Any help is appreciated,
    Srini

    Hi
    According to my knowledge,Versioning can only be done on files, not folders.
    To view the version history of a file, as well as save prior revisions to another location to view them do this:
           1.      Using Windows Explorer, locate the file.
           2.      Right-click the file and select Versioning and then select List Version History.
    The resulting dialog displays the version history of this file.
           3.      Select a prior version and click the Save As button to save the version to another location.
    Regards
    Elizabeth

  • Manually changing a document version number when importing an existing document

    Hello.
    Like a lot of people, we are starting to make use of Sharepoint Online as part of an Office 365 subscription.
    One of the things we want to do is move a bunch of version controlled documents from their current location on a traditional network file share into a Sharepoint Document library, and then use approval and version history to control and track changes.
    At the moment these are stored with the version number as part of the file name, so we have something like "Company car policy - version 6.docx". When there's a new version, the old one is moved to an archive folder and a new copy is saved as "Version
    7.docx" which is outdated and far from ideal.
    I've created my library, tested that approvals work, and have found instructions on how to use a workflow to notify people that changes have been made. That's all fine, but if I upload an existing document into the library it will start the version number
    at 0.1 or 1.0 depending on whether I add it as a draft or final.
    What I need to be able to do is to manually change the version number to match our existing system without having someone sit there checking a document in and out. Some of them have version numbers in the 20s so this would be a huge waste of time.
    I can't believe I'm the first person to have this problem - can anyone help me please?

    You are not the only one, that is for sure!
    The only way (that I'm aware of and is easy to accomplish) to achieve this is the following:
    * Upload your history v1, v2, v3, v4, v5, v6. And then it is really in sync with your current / old version numbers.
    * just upload the new / latest file and check out/check in the file x times so the version number will increase every check in.
    I know that this sounds weird/funny time consuming. Without 3th party tooling I don't see any other solution.
    With 3th party tooling then you can perform those actions (basicaly the same actions) more quick and easy, however you need to get yourself comfortable which such tooling. One of the tools (no I'm not a sales agent or whatsover) that I know can perform metadata
    changes is ShareGate. However in PowerShell you can perform also a lot of magic and without ad doubt there are a lot of migrating tools (AvePoint, Tzunami, etc) that can also "mimick" those manual steps.
    My best suggestion is: 
    * If you need to keep the old versions upload them all one by one (if it is not too time consuming)
    Otherwise
    * create a archive for old versions and start in SharePoint with version 1 which is exactly the same as the latest non-SharePoint version and store that archive in a separate document library/folder/site. (only keep old versions if there is a reall need
    /business case or legal case to do that.)
    Kind regards,
    Michiel hamers
    If you think this answer is good: please choose mark as answer.
    Michiel Hamers www.SharePointman.nl Don't hesitate to contact me for a SharePoint/O365 question.

Maybe you are looking for

  • How can I use an IF statement in the SELECT

    Hi People, I have a procedure called ENQUEUE_PROC which takes 3 parameters. and I am trying to use an if statement in the select. I appreciate the help with this task. here is my code. Please have a look at my Select statement. What I have does not c

  • Mac Or PC. Virus free or not?

    This is more for S... and giggles than anything else, but I want to know if people have the Answer. Which is better, PC's or Mac's? And the bigger question, What makes macs (Unix based) get less if any Viruses?

  • Your disk copy of image was changed since last opened or saved (Mac OS)

    I am  occasionally getting a message that "the disk copy of image  was changed since the file was last opened or saved". The OS is 10.6.6 and I am using CS5. It happens on no specific file. All of my files are pretty big. The current one that this is

  • Kontakt/Halion instrument to Logic

    Hi, I found an instrument compatible with Kontakt/Halion sound library, is it possible to load it in Logic without having kontakt or halion installed? Thanks

  • Shortcut to make a new slide

    I'm recording in the Demostration mode. I read that when you push the Print screen button, Captivate will create an new slide. But Captivate is creating a lot of slides. That's not what I want. The problem is that my audio is split in several peaces,