Lightroom - allow multi-select when creating snapshots

When I make a load of changes to files for a particular job I like to make snapshots of the "Released Version" of each file so that I can go back to it later if I wish.
However, currently this means going into Develop for each file in turn, hitting "Create Snapshot" and then typing (or pasting) in the snapshot name. This is OK for a couple of files, but when you have 10, 20, 30 or more it's a major pain in the backside!
My suggestion therefore is to add "Create Snapshot" to a menu in the Library module and allowing users to create snapshots (with the same name) for ALL selected files in one operation. This would save a lot of time when working on batches.
Thanks!

I look at LR this way, right or wrong.
The Library module is like Bridge.
The Develop module IS ACR.
There are things you can't do in Bridge or the Library module of LR that you can do in Adobe Camera Raw. Making a snapshot of the current image being edited is one of them.
Have you tried selecting multiple images in the Film Strip part of the Develop module and then trying to create a snapshot of all of them?
You could also create a Virtual Copy of the images you plan on editing and editing those VCs to leave the original, REAL, image as it was taken.

Similar Messages

  • LOV in @prompt not allowing multi selections

    Post Author: johnson77
    CA Forum: Desktop Intelligence Reporting
    @Select(Expense Report Line Items\ERL Expense Category)  IN  ( @prompt('Select Category(s) from list or key in % for All Categories','A','Expense Types\Expense Category',Mutli,free)  )or '%' IN ( @prompt('Select Category(s) from list or key in % for All Categories','A','Expense Types\Expense Category',Mutli,free)  )
    Issue #1, The above prompt is NOT allowing multi selections from the list.  (in desktop or webi versions)  
    Issue #2, The above prompt allows for all selection by using the % which works on desktop version, but not  Webi.
    Any clues to why on either of these issues. 
    BusinessObjects 6.5  

    Post Author: GregPye
    CA Forum: Desktop Intelligence Reporting
    Hi
    If the code above was pasted from the code that actually runs, then I would suggest it could be because you have spelt "multi" incorrectly... not sure if DeskI would through that up as an error, or just ignore it!

  • How to deselect Multi Company when creating Profit center

    Hi Experts,
    We are working on MDG 7 FP2 with MDGF.
    When we create a new profit center all 182 Company codes are automatically selected with the postable indicator. Initially the company codes are not available but when we select the check buton all company codes are pulled in and already selected.
    Thus now we have to deselect each company code individually to ensure only the correct Company codes where it should post to are selected.
    How do we deselect all and only select the applicable ones?
    Thanks
    Riaan

    Hi Riaan,
    this feature has been implemented due to feedback from various customers. The requirement was that all company codes that are assigned to the chosen controlling area are selected automatically. This is indeed a change of the UI behavior compared to older MDG-F releases, but as mentioned, this has been a strong requirement.
    In addition, it is not valid to deselect all company codes since it is required to select at least a single entry. Therefore we do not offer a "deselect all" function.
    The logic is implemented in class CL_MDGF_GUIBB_PCTR in method HANDLE_COMP_CODE_ASSIGNMTS. Of course you could change the behavior by implementing a new feeder class and redefining the method, but I would not recommend the same.
    Best regards
    Michael

  • Stuck on "Select Users" on Target Selection when creating a request

    Hey guys,
    I created a custom request template based off of the "Modify Self Profile" template. When a user tries to create a request based off that template, OIM Self Service asks to "Select Users" on the Target Selection step.
    Unfortunately, No users are available to select. And I really only want to modify the logged in user anyway.
    Any thoughts?
    Thanks.
    Edited by: 951612 on Aug 17, 2012 1:01 PM

    Shira,
    Sorry, just re-read your post. Am I correct in thinking that you want to use the Controllers assigned within SPM to act as the approvers in CUP?
    If so, what support pack version are you on as I believe that this only works in SP08 due to a technical bug. This also impacts the SPM Owners acting as approvers.
    You may also wish to check the connectors and authorisations of the connector IDs as without being able to read the tables, the approvers may not be found.
    Simon
    Edited by: Simon P Persin on Nov 16, 2009 4:37 PM

  • Lightroom 2.2 crashes when creating PDF contact sheet

    I'm trying to create a PDF contact sheet for a client urgently. Contact sheet is 10 pages, 6 columns by 5 rows. Printing at 240 dpi with PDF set to JPG medium. System is windows XP with 3GB RAM & 1GB Video RAM. Most of the shots have had some kind of Lightroom brush adjustment, mainly selective sharpening or selective exposure.
    First page always seems to print out fine. Second page will not print, even if if I try to print just that page.
    Layout is set to show file names and page numbers, print sharpening is off.

    That's the LR 2.2 memory bug. Upgrade it to 2.3 (see top of forum)

  • Narrowing Tax Area Selection when Creating or Changing IT0207

    Our issue is with Pennsylvania locals in particular. We are trying to narrow the selections that appear in the drop down based on the zip code on IT0006. I made changes to T5UTF but these changes are not reflected in the drop down screen.
    Any suggestion are greatly appreciated.
    Thanks

    Hi,
    When you IT0006 record created and try to create an IT 207 record, the system will restrict tax area's list based on the State/Zip Code in IT 0006(subty 1). But on the infotype screen of IT 207 , you are able to view all 'tax area' list without restrictions.
    This is the standard design of the system
    With Regards,
    S.Karthik

  • APEX 4.0.2 Multi-selection on a cascade LOV select list only pass 1 value

    Hello everyone,
    I am struggling to make a cascading LOV select list has multi-selection.
    On one report page.
    I have 2 select list
    The first one lists the court name (P4_COURT_NAME), the second one (P4_DEFENDANT) list all defendants who currently engaged in the court.
    The problem is when I allow the defendant select list become multi-select, when it submit it only pass the first selected value.
    So I create just a simple select list based one list of value, and make it allow multi-selection. When it submit, the normal select list can pass selected values properly, while the cascade LOV select list pass only the first selected value.
    Please help if any of you have an idea why.
    We use APEX 4.0.2.00.07, Oracle data version iis 11g
    The some configuration settings I set for the P4_DEFENDANT IS
    Value required: Yes
    Page Action When value changed: None
    Allow Multi Selection: Yes
    Named LOV: --Select Named LOV-
    Display Extra value : Yes
    Display Null Value: Yes
    Null Display Value: --Select—
    Null return value:
    Cascading LOV Parents Items: P4_COURT_NAME
    Page Items to Submit: P4_DEFENDANT
    Optimize refresh: YES
    List of value definition
    SELECT def.first_name || ' ' || def.surname || ' (PRN: ' || def.prn || ' )' as d, def.def_id as r
    FROM defendant def INNER JOIN court_engagement ce
      ON def.def_id = ce.defendant_id
    WHERE (ce.date_joined_aodt_court IS NOT NULL
      AND (ce.date_terminated IS NULL OR to_date(ce.date_terminated,'dd/mm/yyyy') > to_date(sysdate,'dd/mm/yyyy'))
      AND UPPER(ce.court_name) LIKE UPPER(:P4_COURT_NAME)
      AND ce.active = 1)Source Used: Only when current value in session state is null
    Source Type: Static Assignment
    Maintain session state: Per session
    The rest is default.
    Thanks in advance.
    Ann

    Hi Chintan,
    The "Source used" for those items are "Always, replacing any value in the session state". To set them to "Only when current value in session state null" sounds a good solution to me.
    However, a strange thing just happened - now I will not lose the values of the items after the page reloading, although I have changed nothing in the page in my application since I asked the question. I don't understand why all of a sudden the reloading doesn't make me lose changed values any more. Let me dig it tomorrow to see what I'll find.
    Thanks so much for your help.
    Christine

  • Resetting Selection from a Multi-Select Dashboard Prompt in OBIEE 11g

    Hi all,
    I have a dashboard prompt, containing 3 columns which all are set to allow multi selection and default value is all values.
    In 10g, after choosing some values in one of the prompt and clicking Go button, I can manually remove all my selection to reset it back to the default value (which is all values).
    In 11g, however, I am not able to find how to do it. The reset button doesn't reset back to the default value (which is all values). So what I have to do is to use the "Clear All Customization", which will clear all my selection for all the prompts.
    Any suggestion on how to do this? Thanks in advance!

    Hi Deepak, actually I don't need any script to do that in 10g.
    It's a built in feature in 10g. If you remember, for multiselect prompt in 10, we will click the "..." button to show the box for value selection. Then we can move values from left box to the right to include them, or vice versa to not include them. So by moving the values from right box to the left, I essentially revert to default value which mean all values will be shown.
    In 11g, this box is not shown anymore, instead we are checking the values one by one from a drop down list.
    Any suggestion? Thanks.

  • Message Servers not appearing when creating JCO Destination

    Hello Experts,
    I had created a  System Object in the Portal system landscape based on System Template (Template) and choosed SAP system with load balancing (to connect to R/3 server).
    Given parameters to Connector, ITS, WAS and User management, when i test the connection test on these settings, All are successful except the connector settings. but when run the transaction code(System Administration -> support-> portal runtime-> SAP Transaction) by selecting this message server, it is executing.
    And i want this message server to be selected when creating JCO destination.
    This System Object is not showing in the message servers dropdown box selection when creating the JCO destinations.
    What may be the issue.
    Could anyone help me in solving this.
    Thanks in advance
    Regards
    Sunil

    Hi,
    Have you checked the Technical systems in the SLD ?   When you click on check sld , you appear an SLD url ,,,
    Typing the same URL in browser and loging inwith SLD USER .... have you seen all the technical system which you want to appear while creating the JCO's ..
    Regards,
    Srini

  • Unable to see Australia regions when creating a VM

    Hi,
    I can see Australia East and SouthEast when creating a new website, but cannot see these regions when selecting a new VM. 
    My billing address is set to New Zealand, and I have a colleague who also has an account but doesnt have this problem. 
    Any one got any ideas on what could be going on? I have also tried accessing the new portal, and get the same issue.
    Winston

    Hi Winston,
    Which image did you select when creating the VM? Did you colleague have the same kind of subscription as yours?
    I checked on my subscriptions and found that it seems that the Australia regiosn are not available for the MSDN subscription when creating an Azure VM. You can check your subscription. In addition, please make sure that you selected "create a new cloud
    service" when you create the new VM.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Options for image format and encryption when creating disk image?

    I am trying to help someone via email, so I am not positive that he is doing everything I tell him .
    He was having problems with creating a disk image of his project, but I thought he was getting it now until he sent me a message asking what settings I select when creating a disk image. He included a picture that has the options in drop-down bars. The first two are not a problem, but I don't know where the second two are coming from, as I have never gotten those:
    +Save As: [Name of project]+
    +Where: [Location]+
    These two are what I see each time I do a 'Save as disk image' but he also has a block with these other two options, that I have never seen. I put his default selections in the brackets:
    +Image Format [read-only]+
    +Encryption: [none]+
    I took a look at iDVD's options for archiving a project, thinking that he had done that, but I still do not get these options.
    Any information appreciated.

    Beverly Maneatis wrote:
    ... How do I get a screenshot into these replies?
    send me an email, Bev, I'm shy to publish here that simple html code.. (picture has to be on some webspace...) .. I want to avoid, some 'beginner' posting here 10Mpixel vacation pics....

  • How  to Create Multi select  Popup LOV

    Hi,
    I have a requirment in my application like Below scenario.
    I created one page like compose mail. In that i have used popup lov for selecting the user.
    But the problem is, it is allowing only one user to be select.In my case i want to select multiple users to send the
    mail.
    Please help me.
    NR

    Hi,
    How many users do you have in total? If it is a small number (a few dozen) you could use a multi select list or a shuttle item.
    However if there are hundreds of users to choose from, you may need to write your own pop up LOV to select them (probably using an Apex collection to store the temporary list).
    Or if you are really cool you could do something web 2.0-style using ajax (like those boxes in facebook where you just type the names of the persons and it shows a autocomplete list).
    Luis

  • How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    Use Mail Scripts. Its Add Addresses function will collect all the addresses from all selected messages and allow you to select the ones you want to add and allow you to create groups as you go.

  • Error when create listener - thespecified IP Address 'IP' is not valid in the cluster-allowed IP range.

    Hi...
    I'm able to configure AlwaysOn and all things are great.
    I have a problem only when create a listener , I have two node in same data center (SQLP1,SQLP2) and one in DR data center (SQLD1) 
    SQLP1 + SQLP2 > Sync
    SQLD1 > Async
    The error I face is 
    The specified IP Address 'IP' is not valid in the cluster-allowed IP range. 
    Check with the network administrator to select values that are appropriate for the cluster-allowed IP range.
     (.Net SqlClient Data Provider)
    I went through some suggestion and found a permission required (create computer objects) and I give it but still error show up.
    I follow the same as here 
    http://blogs.msdn.com/b/psssql/archive/2013/09/30/error-during-installation-of-an-sql-server-failover-cluster-instance.aspx

    Hi 
    Thanks for your follow up. I hope the below information is enough
    Creating Listener through visual studio wizard “Add listener”
    Hostname
    IP Address
    Description
    SQLP1
    Public
    10.190.255.90/
    Subnet 10.190.255.0/24
    Private
    10.192.255.90
    subnet 10.192.255.0/24
    MS SQL AlwaysOn Availability Test Lab Server 1 – Main DC
    SQLP2
    Public
    10.190.255.91
    Subnet 10.190.255.0/24
    Private
    10.192.255.91
    subnet 10.192.255.0/24
    MS SQL AlwaysOn Availability Test Lab Server 2 – Main DC
    SQLDR1
    10.193.255.90/
    subnet 10.193.255.0/24
    Private
    10.194.255.90
    subnet 10.194.255.0/24
    MS SQL AlwaysOn Availability Test Lab Server 1 – DR DC
    10.190.255.93
    SQL Always on listener

  • Cannot select name when creating new DC

    Hi all,
    It seems I encounter this kind of problems over and over again when dealing with NWDI )-:
    In this thread Cannot select vendor when creating new DC I couldn't select vendor.
    I installed a new NWDI system (version is 7.18), did all the post installation steps including the configuration of a name server on the SLD but I cannot select "name" and the vendor I entered is not shown (even if enter it manually I cannot select name so it doesn't help - see snapshot).
    [snapshot|http://img134.imageshack.us/i/nwdi.jpg/]
    Snapshot: http://img134.imageshack.us/i/nwdi.jpg/
    I did name server config on : http://server:port/dtr/system-tools/administration/NameServerConfiguration
    Name prefixes are defined under 'Name Reservation -> Development Component Name' - I used <x.y>/* and <x.y>/tst (x.y is namespace like com.omri).
    I updated CMS after setting the name server, restart J2EE and did all kind of voodoo without success.
    I use local SLD which is part of the J2EE.
    I don't get any error messages (from NWDI/SLD/NWDS).
    I don't remember this kind of problem with NWDI on 6.40 versions.
    Moreover I installed and configured several systems on 7.12 & 7.13 versions without any problems but with 7.14 & 7.18 I've problem with setting the name server...
    Please help,
    Thanks,
    Omri

    Solved it on my own by deleting and creating the track again (with the same settings!!!)

Maybe you are looking for

  • Don't want a Goods Receipt PO without Purchase Order

    Hello Experts, I am looking for a solution that Goods Receipt PO must be restricted as no Goods should be received without Purchase Order. Is it possible ? Help Required .... Thanks & Best Regards,

  • Running FCP 4 on an equally ageing G5

    I have a Dual 2 GHz PowerPC G5 running Mac OS X (Leopard 10.5.8) with 4.5 GB DDR SDRAM Memory. I am trying to install Final Cut Pro 4 which is for G5s running Mac OS X, with an AGP video card for installation, but pre-PowerMac G5 models (released fro

  • Integrated Configuration Multiple receiver

    Hi All, I have a requirement where there is Single Sender and 2 Receivers I am aware that this cannot be done using single Integrated Configuration(ICO) in PI 7.1 But considering the volume and frequency of data we want to go for ICO, even multiple I

  • Cannot convert from java.util.Date to java.sql.Date

    In the below code am trying to get the current date and 60 days prior date: Date  todayDate;           Date  Sixtydaysprior;           String DATE_FORMAT = "MM/dd/yy";           DateFormat sdf = new SimpleDateFormat(DATE_FORMAT);          Calendar ca

  • How to connect to mysql from java app

    hi please say the procedure for connecting to mysql database from java app. .) what should i give in environmental variables .)where can i find the driver class for the mysql .) syntax of the url eg:- DM.getConnection("jdbc:mysql:..............what c