Checkin New Revision without checkout/browse steps.

Hi,
Is possible to do a check-in new revision for a document without check-out (that involves browse for file to upload) ? This is needed to just update some metadata fields and start a workflow process that is fired when one of the fields change from yes to no.
I already tried to use the service UPDATE_METADATA and UPDATE_DOCINFO but the workflow did not fire.
Any helps is appreciated.
Thanks,
Andres

Hi AEstrada,
nope, UCM will not trigger a workflow at all unless a new rev is checked in.
There are a number of customization approaches to do this "invisibly" though.
We at Fishbowl Solutions have created our workflow solution set which can help in this area.
On the update of a metadata field we can automatically and invisibly rev the content item so that it drops into workflow just like a normal document.
Please reach out directly if you would like more information.
Warmly,
Billy Cripe
Fishbowl Solutions

Similar Messages

  • Folio - CREATE_FOLIO_SNAPSHOT push new revision in Edit/Contribution step

    Hi,
    Folio - CREATE_FOLIO_SNAPSHOT push new revision in Edit/Contribution step.
    I have custom workflow and first step in the workflow is contribution step. I do not want my folio to go into default Contribution Step. I want my Folio to go into first step in my workflow. Is there any way to send new folio revision in custom contribution step?
    Also CREATE_FOLIO_SNAPSHOT trigger email to Author of the Folio. I don't want to send email to Author while creating snapshot.
    Is there any way where I can stop Email notification?
    Thanks

    Hi,
    i am using service as EDIT_FOLIO and dID of my lTemplate and RevisionSelectionMethod=Specific#.
    http://localhost/ucm/idcplg?IdcService=EDIT_FOLIO_TEMPLATE&dID=197&RevisionSelectionMethod=Specific#.
    By using above i am getting my template FOLIO but when i am calling through code then its showing me the Error that {System Error: Unsuccessful attempt to find an unknown revision of '197'. Use 'latest' or 'latestReleased'}.
    Thanks for quick responce.

  • JSP can't see new row without manual browser reload

    I use two JSP files in a JDev 3.1 "application."
    In the first JSP, I first use a RowSetBrowser to display the contents of the table EMP. I next use the setFormAction of an EditForm in this first JSP to "jump" to the second JSP file. In the second JSP, I insert a new row into EMP. Still in the second JSP, I then use <jsp:forward page="first.jsp" /> to return to the first page. But, upon returning to the first JSP, the new row cannot be seen in the resulting HTML page until I reload the page manually.
    What can I do programmatically to have the first JSP page show the new row the second time the first JSP produces a HTML?

    Thanks for these tips.
    Could you go to the next step and provide snippets of code to flesh out these two approaches?
    1. How does one write the header in the 1st page?
    2. How does one create the a_unique_timestamp in this situation?
    Thanks for any further help that you can provide!
    null

  • Checkin of a document without checkout

    We require a feature where we can simply upload a file and create a new revision, without checking it out first.
    The current solutionwe have is a service that calls
    1. Java Method mapResultSet
    2. Java Method getLatestIDRevInfo
    3. SubService CHECKOUT_SUB
    4. SubService CHECKIN_SEL_SUB
    The big drawback is that all meta information is replaced with that of the previous version, the Revision Label and dInDate are not up to date then - even when specified on the form template
    Is there a way to get such a checkin service that actually uses the MetaData we pass in?
    The only way i can think of would be a Java Method that stores all input parameter before it calls getLatestIDRevInfo and injects it after the checkout SubService

    PrintParams.constants.flagValues.duplexTypes.DontCare
    PrintParams.constants.flagValues.duplexTypes.Simplex
    PrintParams.constants.flagValues.duplexTypes.DuplexFlipLongEdge
    PrintParams.constants.flagValues.duplexTypes.DuplexFlipShortEdge

  • Im trying to transfer my cs4 from my old pc to my new pc without a media disc. I cant find my licensing volume #. What steps do i need to take to make it happen?

    Im trying to transfer my cs4 from my old pc to my new pc without a media disc. I cant find my licensing volume #. What steps do i need to take to make it happen?

    Contact Customer Care

  • CHECKIN NEW on the service WORKFLOW_APPROVE

    Hi, I'm trying to do this but I don't know exactly how should I do it.
    On a Workflow, when I approve on an specific step, a doccument must be created in background (Checkin NEW)
    I tried with a Java Filter and it seems to work... but only when I do a Checkin with the original document (the one that trigger the workflow). I don't know how to capture the WORKFLOW_APPROVE Service with the filter.
    I mean:
    CHECKIN NEW DOCUMENT A -> TRIGGER WORKFLOW -> SPECIFIC STEP APPROVED -> AUTOCHECKIN NEW DOCUMENT B
    Any ideas?

    I don't know what I did with my filter, but it know doesn't write any log, and one hour ago, it writes some traces I coded. I only added one line :S
    public class AutoAnswer implements FilterImplementor {
         public int doFilter(Workspace ws, DataBinder dataBinder,
                   ExecutionContext ctx) throws DataException, ServiceException {
              int result = FilterImplementor.CONTINUE;
              Report.info(
                        "Class AutoAnswer ",
                        "Class AutoAnswer v3- Begin Class AutoAnswer",
                        null);
              String idcService = dataBinder.getAllowMissing("IdcService");
              Report.info("Class AutoAnswer",
                        "Class AutoAnswer - idcService = " + idcService, null);
              if (idcService == null
                        || !idcService.startsWith("GET_WORKFLOWDOCREVISIONS")) {
                   String service= "";
                   if (idcService != null)
                        service= idcService;
                   Report.info("Class AutoAnswer",
                             "Class AutoAnswer - Class AutoAnswer Ends"
                                       + service, null);
                   return result;
              Report.info("Class AutoAnswer",
                        "Class AutoAnswer - Data "
                                  + idcService, null);
              String dDocTitle = dataBinder.get("dDocTitle");
              if (dDocTitle.indexOf("TEST") > -1) {
                   dataBinder.putLocal("dDocTitle", dDocTitle + "_TESTFILTER");
                   createAns(dataBinder);
                   Report.info("Class AutoAnswer",
                             "Class AutoAnswer - dDocTitle = " + dDocTitle
                                       + "__TESTFILTER", null);
              Report.info(
                        "Class AutoAnswer",
                        "Class AutoAnswer -  AutoAnswer Ends for " + dDocTitle,
                        null);
              return result;
         private void createAns(DataBinder m_binder) {
              DataBinder db = new DataBinder();
              db.copyLocalDataStateClone(m_binder);
              db.copyResultSetStateShallow(m_binder);
              db.setEnvironment(SharedObjects.getEnvironment());
              ResultSet rs = m_binder.getResultSet("DOC_INFO");
              String SecurityGrp = rs.getStringValueByName("dSecurityGroup");
              SystemUtils.outln("SecurityGrp ---> ::" + SecurityGrp);
              db.putLocal("dSecurityGroup", SecurityGrp);
              db.putLocal("primaryFile", "test2");
              db.putLocal("dDocTitle", m_binder.getLocal("dDocTitle")
                        + "_Auto CheckIn");
              db.putLocal("dDocName", "");
              db.setResultSets(m_binder.m_resultSets);
              db.putLocal("IdcService", "CHECKIN_NEW");
    }And this is my filter hda:
    @ResultSet Filters
    4
    type
    location
    parameter
    loadOrder
    workflowComputeDocStepInfo
    mypackage.AutoAnswer
    null
    1
    @endI didn't change any in the configuration and later it was running and showing logs, but now, the filter is muted. The java code compiles without problems in Eclipse every time.
    Any ideas?

  • New revision for a metadata only content

    Hi all,
    I'm using Webcenter Content (UCM) 11.1.1.6 and client is using a kind of documents without file associated. It's working fine with the AllowPrimaryMetaFile=true and createPrimaryMetaFile=1 variables, but client needs to have revisions of this content. We can't just update the content because they want to have a new revision for every change.
    The checkout option is enabled but, when we try to create the new version, the metadata-only checkbox is missing and form asks for primary file.
    Could you help me?
    Thanks in advance.

    I was able to replicate your issue. If I am right, the caveat is not in the fact that CHECKIN_SEL_FORM does not understand the rule, but rather that no rule is used at all (it defaults to the standard check-in).
    What have I done?
    - I have created a simple rule where all the three keys were filled with values as advised.
    - The rule contained just the mandatory fields (security group, document type document title).
    - Then, I have created a profile consisting of this rule only (defined as Excluded non-rule fields). Note that in my system Profile Trigger Field uses a custom field called xProfile, which contains values from a table, so I had to add another record to that table ("HidePrimary").
    - Now, with this setup, if you check in a new item using the profile, the Primary File is hidden, but when you check out the item and try to check in a new revision (CHECKIN_SEL_FORM) it appears - no profile, but standard check in form is used.
    - Therefore, I have modified the rule to contain also xProfile field (InfoOnly) and I filled it with the default value "HidePrimary". This will force the system to use the HidePrimary profile even when a new revision is being checked in.
    - Finally, I verified that it really works.

  • Need to put old version CS4 on new laptop without CD drive

    I have the CS4 and I need to download onto new laptop without a CD drive.  Any advice?
    I tried to migrate the software but it will not open.  I got an error message and Adobe chat was not able to help.

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • I have an iPad and and iPhone. They share an iCloud and I want separate iCloud accounts. How do I create a new account without losing any information? I want to keep the original account on one device.

    I have an iPad and an iPhone that share an iCloud account. I didn't realize when I got my iPad last year that when I signed up the iCloud on the device that it would share and use 5g of iCloud between the both of them. How do I unsync them and have two separate iCloud accounts? I don't care about sharing between them. When my kids put games on my iPad, I don't want them going on my phone. How do I create a new iCloud without losing any info on the other device?

    Hi sugaliko,
    You may need to set up your BlueTooth connection to the keyboard again. Use the steps in this article for guidance -
    iOS: Third-party Bluetooth accessories
    http://support.apple.com/kb/HT1664
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • How do I get music onto a phone that hasn't been backed up to new computer without losing anything??

    I just found out my incredibly stubborn teenager's iphone hasn't been backed up at all since last spring. Her old 3gs was previously synced with my computer, but I thought she was syncing her 4 with her own macbook - evidently not. It hasn't even been backed up to icloud in months because she has too much data and not enough space. She refuses to remove anything from the backup cue even though nothing is backing up now. She usually just buys her music from itunes with the phone, but recently she purchased a cd since she wanted all the songs on it. She asked me to put the songs on her phone. Well I've got them in itunes, no problem, but I can't get them on her phone because it says it is synced to another computer. The only computer it could have been synced to is my old computer which is no more. How can I get these songs on her iphone? If I back up her phone in itunes and then restore from the backup I'm afraid it will lose something and she will freak out. I mean the world will end if she loses a single text message from last year. Can it be done? And if it can, I need step by step, idiot-proof instructions so I don't mess anything up. My husband says if she will get it to back up to icloud, it will automatically sync the songs from her laptop? Is that right? Or does it still need to be synced to itunes on that computer?

    Syncing to a "New" Computer or replacing a "crashed" Hard Drive: Apple Support Communities
    Sync Your iOS Device with a New Computer Without Losing Data - How-To Geek

  • How do I sync iPhone to new Macbook without losing data?

    Been searching the internet for several weeks now, and haven't managed to find anything that helps, so here's the deal: I've had an iPhone 4 for a bout a year or so now, and I just got a new Macbook Pro a few weeks ago. I had previously been syncing my iPhone to a shared computer, so obviously I couldn't just set up my new computer using the data of the old one. I wasn't too concerned about this, until I discovered that I couldn't sync my iPhone to the new computer without losing all of the data on it! So I'm trying to figure out how I can save my iPhone's data in such a way that I can restore it upon syncing to the new computer. To clarify, I don't need to save all of the data—I've already gotten my purchases and music transferred over, and I'm in the process of transferring my contacts and notes over, but I have no way of saving the other data. Most of it is superfluous, such as call records or web history—but I do care about game data and iMessage data. So it comes down to this: I need a way to be able to store save files for all my games AND all of the text messages in my iMessage app. I've seen lots of people recommend various file transfer programs, which I assume work for game data, but as far as I've been able to tell from the demos versions, all they'll do for iMessage is export conversations as pdf or text files. I'm not looking to save a hard copy of my text messages, I want to be able to upload them to my iPhone again as text messages (both sent and received). In other words, I'd like my phone to be pretty much exactly the same after syncing it as it is now. At least, as far as the iMessage/game apps are concerned. Maybe I didn't know how to use the file transfer programs, maybe I didn't download the right one, maybe there's another way to do it, I don't know. If anyone can help me solve this problem, I would greatly appreciate it.
    BTW, My iPhone is running iOS 7.1.2, my Macbook is running OSX 10.9.4. Also, I do still have access to the computer my iPhone is currently synced to, as well as an iPod Touch 4 that's also got most of the data I want on it, if that will help at all.

    So, just in case anyone with the same problem happens to run into this post, I managed to find a solution to this problem. There's a $35 program called iBackupbot, which works for both Windows and Macintosh. It's basically an iTunes backup service, except that it functions independently. You can also do partial restores with the program. Anyway, it's a very useful program, and it can sync data from one device synced to one computer to another device synced to another computer (or to a restored device synced to a new computer). If you're willing to shell out $35 for the program, here are the steps to restore your iPhone's data:
    Transfer all of your purchases from your old computer to your new computer, including music and videos. This program is good, but it only syncs data files, so music and apps cannot be synced over (that I can tell).
    Download and register iBackupbot on your NEW computer (http://www.icopybot.com/buy.htm)
    Plug in your iPhone
    When you iPhone appears in iBackupbot, click on its name and then click 'backup now' on the information screen. It will take at least five minutes.Once the backup is complete, you might want to test it out. I'd recommend deleting a few pictures or messages, and then restoring from a backup, to ensure that the backup worked properly.
    Quit iBackupbot. (It's a good program, but I've noticed that it's kind of glitchy, and it works best on the first action of each session)
    Wipe your iPhone and set it up as a new one. Make sure you link it to the same Apple ID that your new computer is associated with.
    Once your iPhone has been set up, sync it to your new computer and re-download all of your music, apps, and other purchases.
    Change your iPhone's name (this is to check and make sure that iBackupbot recognizes your iPhone)
    Reopen iBackupbot, and click on your iPhone's name when it appears.
    Right-click the name and select 'restore from backup.'
    Leave the settings alone, and check 'full restore'
    This will take quite a while, and your iPhone will probably be glitchy when the restore is finished. Quit iBackupbot again, and then power your iPhone off and then back on.
    Check all of your apps (including the system apps) to make sure that all of your desired data has been put back on your iPhone.For me, out of about 70 downloaded apps, 4 did not have any data when I had finished the restore. If this is the case, you can can try another full restore or do a partial restore this time, selecting only the apps that did not have data.
    Once you're satisfied that your iPhone has all of the data you want, sync it to you computer to make sure that it will still sync to your new computer (you never know)
    Change your iPhone's name to what you want it to be, then reopen iBackupbot.
    Do a final backup of your iPhone in iBackupbot.
    Sync your iPhone with your new computer one last time, and do a backup of it using iTunes.
    You're done!
    I hope this helps. Good luck to anyone who decides to try this method!

  • How can I sync my iphone to a new computer without losing music

    I have heaps of music from my old work computer on my phone. I want to sync to my computer at home now. How can I do this without losing the music and other data???

    To sync to a new computer without losing your data follow the steps outlined by Ingo2711 in this post: https://discussions.apple.com/thread/3801263?tstart=0.  However, as pointed out in this post, music not purchased from iTunes syncs only one way: computer --> phone.  (Music purchased from iTunes can always be redownloaded for free (see http://support.apple.com/kb/HT2519).  You will have to purchase 3rd party software in order to transfer non-purchased music from your phone to your computer, such as Touch Copy.

  • Where can I buy a NEW iPhone WITHOUT a service plan?

    I have an iTouch now, I'm sell it.
    I want to have external speakers for apps and alarms.
    I do not want iTouch 2nd generation.
    I do not currently need it as a phone, but would like to have it for when I am ready.
    Is it possible to purchase the latest iPhone without any phone plan? When I go through the steps to purchase an iPhone from apple.com it doesn't have a "no plan" option.
    Do other places online / B&M sell iPhones or only apple.com and apple stores? (I do not want a used or refurbished)
    Surely I can still get a hold of an NEW iPhone without a service plan... but where and for how much?

    You can't buy a new iPhone in the US without a plan. Even if you could buy one, it would not work (even as an iPod) until activated with a cell phone provider. You would have to buy a used iPhone that had been activated. Be sure to get a US model (or one for your country if you aren't in the US). Check the part numbers in the right column of
    <http://support.apple.com/kb/HT1937>
    to make sure it is the correct version for your country.
    An officially unlocked one from one of the countries that sell them would also be OK, but any repair would have to be done in its original country. It would have to have been activated in some country, also.

  • How can I sync my ipod nano to a new computer without having my old computer?

    Need help! How can I sync my ipod nano to a new computer without having my old computer?

    follow the steps given here...
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • How to export music from my iphone to my pc on a new computer without my old computer

    how do i export music from my iphone to my pc on a new computer, without having my old computer?

    Hi elizabethann317!
    I have an article here that can tell you what media you can and cannot transfer from phone to computer, and can provide you with some links to steps for completing these types of syncs:
    iTunes: Transferring media from your iPhone, iPad, iPod touch, or iPod
    http://support.apple.com/kb/HT1209
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • Why do we use RMAN DUPLICATE for cloning DB on a different server ?

    DB version : 11.2.0.2, 10.2.0.5 I want to create a clone of my Production DB in a test server. In the past, I have taken hot backup of this production DB and restored and recovered it in a different server using plain RMAN commands. After restoring t

  • Font upload in SAP

    Can you please provide me with the steps required to upload a true type font in SAP. I have tried using transaction SE73 but somehow i do not get the desired effect of the fonts when viewed through the output of a smart form. A document detailing thi

  • Drawing with an effect other than Alpha Transparency and XOR

    Hello, I'm looking for a way to draw images (Or anything else for that matter) with simple effects other than the Alpha and XOR effects, such as Multiply, Subtract and Bitwise AND. I've realized it has something to do with the setComposite function,

  • How to display track name in iTunes

    I've burned CDs with track titles using Toast 10. When played in a car sound system, track names are displayed. iTunes display Track 01, 02 etc and not the name. As they are not commercial discs, I cannot use Gracenotes. I've seen Microsoft automatic

  • Error in receiving data with synchronized 5 USRP2 boards

    I am trying to synchronize 5 USRP2 boards and receive data. It works when I choose 'Now' in 'apply timestamp' of 'niUSRP Set Time'. However, when I switch to 'Next Timebase Edge', why doesn't it work? It always comes to be the errer of 'A stream comm