Publish date and Current Version

Hi - I've got auditing configured for my page group.
I'd like to create a new version of my item which is to be published at a date in the future, replacing the existing version which will remain valid until then.
Is this achievable using 'out of the box' features? It seems that if I set the new item to the current version, then nothing is displayed until the publish date. If I leave the existing item as current, then the new item is never displayed without manually switching the version to be current independent of publish date.
Any ideas?
thanks

hi,
the problem is that the publish date is only active for the current version of the item. so it is not possible to publish a version of an item at a given time because you need to make it the current version before the attribute publish date is active as well.
the only workaround i can think of is using CM APIs:
http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/plsql/doc/pldoc_9026/wwsbr_api.html
there is a function called modify_item. you could run a job that modifies the items you want to modify at a given date and add them as a new version or update the existing version of the item.
unfortunately, your usecase is currently not covered from within the Browser UI.
regards,
christian

Similar Messages

  • Please help me as.. i got an update of 10.7.5 and current version is os x lion 10.7.3

    i got an update of 10.7.5 and current version is os x lion 10.7.3 as i always do to update it and at the end it says the update is tampered
    please help me

    You could try restarting into the Lion Recovery HD by pressing/holding the Command+R keys until you see the Apple logo. From the OS X Utilities Menu, select Reinstall Mac OS X which will download/reinstall Lion, but it will be the most current version of Lion (10.7.5). The install will not harm your data or apps. It just reinstalls the OS. Once the install finishes, run Software Update to bring your system current.
    Back up your system before doing any of the above!
    One Question: Are you sure you're running Lion 10.7.3 and not Mountain Lion 10.8.3?  Because your original post shows you're running Lion 10.7.5.

  • Keyboard shortcuts: current day and date, and current time?

    I would like to know keyboard shortcuts for entering current day and date, and current time (separated entries) in Numbers. Something that Excel does easily. Thank you, Ian

    Ian,
    Numbers does not have predefined key command for Insert Date & Time as you can see from this screenshot:
    All menus show the key commands on the very right (if there is a ke command).  You can add you own, custom, key commands by opening system preferences and selecting the Keyboard panel, then the "Keyboard Shortcuts" segment:
    Click the "+" then a modal dialog will appear.   Select the application from the pop, then enter the exact name if the menu item, and, finally, your desired key combination:
    You can do this for any application

  • Getting previous and current versions by date in RoboSourceControl

    (RoboHelp 8 with RoboSource Control 3.1) Hello, I want the ability to revert back to a previous version of my RoboHelp project (i.e. by date and/or time) and then return to the most current version of the project from source control.  I know that CVS clients have the ability to do a special update to grab a version of a checked in module by date/time, but I can't seem to see how this is done in RoboSourceControl.  I see that there is the notion of tags in RoboSource Control, which seem to allow me to roll back my codebase to a date/time based on this tag, but when I do that, I can't see how to then go back to the current version of the project.  Am I missing something here, or is that not possible with RoboSource Control?

    Actually I haven't set up the remote debug option yet, so there is no specific line to point.
    But I can clearly say that executing the method didn't create any problem.
    The problem occurs when I add the second part.
    That's why I thought that I am not following the right way to obtain the iterator by ValueExpression. So I am asking for the right expression to do it.
    Thanks.

  • I have iPhone 4 with newest update and Mac laptop with Snow Leopard and current version of iTunes. When I hook the phone up via USB, iPhoto pops open and reads the pictures for import, but iTunes doesn't do anything. Not seeing the device as a USB, either

    Sorry, thought that was the body of the question, so the title is long. When I plug in my iPhone 4 (newest update) into my Mac laptop (current version of iTunes, Snow Leopard), it does not read the music, apps, etc., or open iTunes at all. It syncs the pictures, but it doesn't not show as a USB device, either. I have gone through the Troubleshooting assistant, restarting both comp and laptop, using different USB ports, etc. If it is of note, when I look at the option to Sync through Wifi on the phone, it says that sync will happen when my computer (by name) is "available." Not sure if this is a phone issue or laptop, leaning towards laptop, since iPhoto syncs. Willing to buy Lion if that will fix the problem! I would appreciate any help that is given.
    Regards,
    Lindsey

    cynecasey wrote:
    ... my computer is still running Mac OSX 10.5, because I don't feel the need to buy a new laptop every 2 years.
    You have written a very long story, and I admit I have skipped most of it.  But I think the question is you are on iOS 7, and cannot get the latest version of iTunes (11.1.5) on your computer because your OS X is too old.
    The fact that you chose not to update your hardware does not mean you could not update your software!
    OS X 10.5 is very old (about four years).  iTunes 11.1.5 (current version) requires at least OS X  10.6.8 to run.  Very likely, you could upgrade your computer's software to at least OS X 10.6.8 and then download the current iTunes on it.
    You would start here:
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Then you would update the OS X 10.6 to OS X 10.6.8 over the air, then download iTunes (or update to a later OS X, as the current version is 10.9.2).

  • Pre-populate data and current date only when it routes to that person

    Hi,
    Can  any one please advise how to pre-populate the manager's name when it routes to the manager but not when the user fills the form.
    Example: user fills the form and submit it to the manager, the process has the query to look up for the manager to route it to him for approve/deny. How can I have the manager's name to pre-populate so he/she does not have to type their name and current date to approve/deny the form.
    Thanks in advance,
    Han Dao

    Paul,
    If I have the codes to execute the WS at the initialize event then it does populate the manager info when the user fills the form but when I try to move the code to the pre-submit event which try to execute WS when it route to the manager. I know I did not do it right but have no idea how to make it work.
    Is there a way to execute the WS when it routes to the next person rather than when the user fills the form?
    Thanks,
    Han

  • Select previous max(date) and current max(date) in trigger

    Good mroning fellows!
    I am trying to develop a row level trigger that inserts data into another table after insert.
    Within the trigger I need to calculate a couple of averages based on dates. Therefore I need to select the date of the previously entered record and calculate the days between this last record and the current entry that was just saved.
    Is it possible to write it like that in the trigger?
    create or replace
    TRIGGER borki.set_tageswerte
      AFTER INSERT
      ON borki.fangzahlen
      FOR EACH ROW
    -- WHEN (NEW.qb_nr > 0 AND NEW.lrt_fl_id > 0) 
    DECLARE
    old_date        date;
    latest_date     date;
    days            number;
    avergae_amount  integer;
    BEGIN
    old_date := (SELECT max(:old.date_datum)
         FROM borki.fangzahlen
         WHERE lng_falle = :new.lng_falle
         AND int_fallennummer = :new.int_fallennummer
         AND lng_schaedling = :new.lng_schaedling);
    latest_date :=  (SELECT max(:new.date_datum)
         FROM borki.fangzahlen
         WHERE lng_falle = :new.lng_falle
         AND int_fallennummer = :new.int_fallennummer
         AND lng_schaedling = :new.lng_schaedling);
    days := latest_date - old_date;
    average_amount := (SELECT CASE
                       WHEN f.int_volumen > 0 AND f.lng_schaedling = 1 THEN f.int_volumen * 40
                       WHEN f.int_volumen > 0 AND f.lng_schaedling = 2 THEN f.int_volumen * 550
                       WHEN f.int_anzahl > 0 THEN f.int_anzahl
                       END
                 / days AS tagesfang
            FROM borki.fangzahlen f
            WHERE f.lng_falle = :new.lng_falle
             AND f.int_fallennummer = :new.int_fallennummer
             AND f.lng_schaedling = :new.lng_schaedling
             AND days > 0
             AND ((f.int_anzahl > 0) OR (f.int_volumen > 0)))
         INSERT
             INTO fangzahlen_tageswerte
              lng_falle, date_datum, int_fallennummer, lng_schaedling, int_volumen, int_anzahl, lng_fangzahlen
            VALUES
            (SELECT f.lng_falle,
                       :new.date_datum, :new.int_fallennummer,
                       :new.lng_schaedling, :new.int_volumen,
                       :new.int_anzahl - ((y-1)*rec.tagesfang),
                       :new.objectid
    END;thanks for sharing your wisdom mith me! :-)
    Sebastian
    Edited by: skahlert on 07.04.2010 07:04

    Hello Tubby!
    You're correct!
    I'll take the time and show you what I got and what I need!
    I am working with an Apex frontend where users enter scientific data for beetle monitoring.
    The data entered consists of --> date_datum: date when last trap was emptied
    --> int_volumen: the volume of the trap (used to calculate found specimen when int_anzahl is null)
    --> int_anzahl: amount of found beetles
    --> lng_schaedling: type of beetle (1 or 2)
    --> lng_falle:trap number
    --> int_fallennummer: sub-trap type (1 or 2)
    Background info: Data is entered once or twice a week for each trap. After the data has been entered I need to calculate the mean average depending on the volume or amount.
    Therefore I need to sum the colume or amount and divide it by the period of days since the current and last trap removal (that's when the bugs are counted and data is manually entered to the DB). For each day between the last and current trap removal I need to add one record in table fangzahlen_tageswerte (in my proc still called "test" for obvious reasons) that contains the mean average value of found beetles.
    I hope I could point out my demand without confusing you!
    PS: my problem --> very little background info concerning the entomological monitoring of this beetle type ;-), limited pl/sql skills and the problem that I need to run this procedure for each new record only. If you could show me how to make sure that data is not stored in table fangzahlen_tageswerte multiple times, I could called it directly in APEX.
    Otherwise I'd suggest to create a trigger that launches this procedure below and parses the :new.parameters into my pocedure.
    Another problem: this might work for insert statements. However, obviously I have to correct the mean values if raw data in table fangzahlen has been updated. Should I call another procedure after update on tbl fangzahlen or integrate that part into the procedure below? Doesn't matter I guess, right?
    create or replace
    PROCEDURE             "PR_FANGZAHLEN_TW_SK" (
       pr_falle          NUMBER,
       pr_fallennummer   NUMBER,
       pr_schaedling     NUMBER
    IS
       old_date                  DATE;
       diff_days                 NUMBER (10);
       tagesfang                 NUMBER (12);
       y                         NUMBER (10);
    BEGIN
       /*Query date of previous record and store it into variable old_date*/
        select date_datum into old_date from
        (select f.date_datum, row_number() over (order by f.date_datum desc) rn
        from borki.fangzahlen f where f.lng_falle = pr_falle
        and f.int_fallennummer = pr_fallennummer
        and f.lng_schaedling = pr_schaedling) where rn=2;
        select max(f.date_datum) - old_date into diff_days from borki.fangzahlen f
         where (f.lng_falle = pr_falle)
         and (f.int_fallennummer = pr_fallennummer)
         and (f.lng_schaedling = pr_schaedling);
       FOR rec IN (select sum((case
                       when f.int_volumen > 0 and f.lng_schaedling = 1
                          then f.int_volumen * 40
                       when f.int_volumen > 0 and f.lng_schaedling = 2
                          then f.int_volumen * 550
                       when f.int_anzahl > 0
                          then f.int_anzahl
                    end
                 / (f.date_datum - to_date(old_date))) as tagesfang
            from borki.fangzahlen f
            where (f.lng_falle = pr_falle)
             and (f.int_fallennummer = pr_fallennummer)
             and (f.lng_schaedling = pr_schaedling)
             and ((f.date_datum - to_date(old_date)) > 0)
             and ((f.int_anzahl > 0) or (f.int_volumen > 0))) 
          LOOP
                y := 1;
          WHILE y < diff_days + 1
          LOOP
          /* Insert FANGZAHLEN_TAGESWERTE*/
           IF  y < diff_days
           THEN
             INSERT INTO test
                         (lng_falle, date_datum, int_fallennummer,
                          lng_schaedling, int_volumen, int_anzahl,
                          lng_fangzahlen)
                SELECT f.lng_falle,
                       old_date + y, f.int_fallennummer,
                       f.lng_schaedling, f.int_volumen, rec.tagesfang,
                       f.objectid
                  FROM fangzahlen f
                 WHERE     f.lng_falle = pr_falle
                       AND f.int_fallennummer = pr_fallennummer
                       AND f.lng_schaedling = pr_schaedling
                       AND (f.date_datum - old_date) > 0
                       AND ( (f.int_anzahl > 0)
                    OR (f.int_volumen > 0) );
           END IF;
             y := y + 1;
          END LOOP;
    END LOOP; -- end of cursor
    EXCEPTION
       WHEN NO_DATA_FOUND
       THEN
          NULL;
       WHEN OTHERS
       THEN
          -- Consider logging the error and then re-raise
          RAISE;
    END "PR_FANGZAHLEN_TW_SK";regards,
    Seb

  • CS3/CS4 - Persistent data and different versions of plugin

    Hi there,
    In my plugin I have persistent data on e.g., the document and page items.
    Say that I'm in version 1.0 of my plugin has a single persistent data field on the document, and that is wish to add a second field for version 1.1.
    Does the SDK contain some form of functionallity for merging an old document into a new one that conform with the new fields?
    Basically, my problem is that I do not know if I'm allowed to read the new persistent field in my ReadWrite function, since the current document could be created using version 1.0.
    I guess that one solution is to tag the document with a version, and use that to determine the functionality of the ReadWrite function? However that do not seem as the most elegant solution...
    I hope somebody understands my problem, and has a more sophisticated solution
    Thanks
    Kind regards Toke

    There are basically two ways to deal with this situation.
    The first is to let InDesign treat your data as a blob, include your own version number in the blob and parse the blob yourself based on the version number.  In this scenario you generally keep your plug-in's version resources the same, so InDesign doesn't know you've changed data formats.
    The second is the InDesign way, in that you define a schema resource for each format version of your plug-in.  Doing this places constraints on your data, in that changes have to be moderately simple so that InDesign can apply changes to the older versions of your data to bring them up to the current schema.
    See Schema.fh in the SDK.
    The sample /Adobe_InDesign_CS4_Products_SDK/source/sdksamples/framelabel/FrmLbl.fr also uses schema resources.
    The key is to be careful about syncing changes in your data with changes to your plug-in's format version numbers, as well as keeping your data simple enough for the schema system to update it.  If you don't, then you need to get into schema updating code and a bunch more work.
    Jon

  • Updated to ITUNES 7 and current version of Quick Time  7.1.3 = Problem

    I recently updated to ITUNES 7 and as a result QUICKTIME was also updated. Now every time I start up ITUNES Windows gives me that frustrating message that ITUNES has experience and error and Windows is shutting it down. The error seems to be with quick time. The message I see is quicktime.qts, Mod version 7.1.3.100 Ofset 0013d270
    As a precursor to the traditional questions--yes my operating system is up to date with patches, etc.
    Yes I have lots and lots of memory--4GB
    Yes I have lots and lots of diskspace--273 GB
    Does anyone have any recommendations on best course of action.
    Compaq-Presario   Windows XP  
    Compaq-Presario   Other OS  

    A extremely kind and thoughtful individual gave me these instructions.
    Okay, let's try getting a crash log for itunes and sending it to the Apple Engineers.
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log"prior to collecting the itunes crash log, delete any existing crash logs in there. (we want to make sure we send the correct crash log.)
    Launch itunes, collect the crash log, and send it to [email protected]
    In the email:
    (1) state the precise version number of itunes that you're using.
    (2) include the URL to this thread so that the person who gets the email has some context, but also give as much information about the context of the crashing as you can.
    I sent off this morning and am awaiting a reply. As soon as I hear back I will update this posting.

  • Data integrator current version to be downloaded

    Hello experts,
    I want to install Data integrator on my system. Can you please let me know which version of data integrator need to be downloaded. My OS is windows. I am downloading it from service marketplace. waiting for your reply.
    Appreciate your early response. Thanks in advance.
    Regards,
    pradeep

    The latest version is Data Services XI 3.1 SP 1. Finding it on SMP could be a little tricky since main releases (like XI 3.0 and XI 3.1) are stored in different locations then service packs and fix packs. You need to go to the "Support Packages and Patches" to get this service pack. This is a full install, so you don't need a previous install to install this service pack.
    Below are the detailed instructions to find XI 3.1 SP 1 :
    1) go to http://service.sap.com/swdc
    2) in the left panel navigate : SAP Software Distribution Center >> Download >> Support Packages and Patches >> Entry by Application Group
    3) Select SAP BusinessObjects packages and products in the main panel
    4) Select BOBJ Data Services
    5) Select BOBJ DATA SERVICES XI 3.1
    6) Select the right OS (Windows) and download : 1440429085_0-10007298.exe BOBJ DS XI 3.1 SP1 (SRVR/CLNT) WIN

  • My Firefox is crashing every five minutes. No plug ins, lap top is new drivers updates and current version of firefox. How do I stop this?!

    I recently updated my firefox after doing updates and cleaning out my computer. Firefox was working fine with the old version not problems. Now I am lucky to be online for more than five mins before it crashes. Doesn't matter what page I'm on or what I am doing. No plug ins currently installed as I have only had this for two days and can't be online long enough to do anything. I hate explorer please help me fix this issue.

    hello, unfortunately this seems to be a crash that is appearing in firefox 19 on windows 8 with AMD Radeon HD 6XXX/7XXX graphics cards - developers are investigating the causes of it...
    the best option probably is to downgrade to the to the former version at the moment until this gets sorted out: [[Install an older version of Firefox]]
    ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/18.0.2/win32/
    the auto-update in firefox 18 for the affected systems is now disabled and will be turned back on when a fix is available.

  • Videos unwatchable under Windows Vista and current versions of iTunes/QT

    I know this has been brought up before, but all of the previous suggestions do not apply to my situation. Ever since upgrading to iTunes 7.2, no iTunes or QuickTime videos play properly. The audio generally works just fine, but the video is jumpy and extremely sporadic.
    I have two hard drives, one is SATA the other is PATA - doesn't matter which one the video file is on. I have tried all of the suggestions in the FAQ such as disabling Direct3D video acceleration and running in Safe Mode (GDI only), but no change in behavior.
    This appears to only be affecting newer video files, because I can still play my old Podcast videos without a problem (prior to the problematic iTunes release), but anything downloaded after that gives the video issues. I get the same thing with videos like the new iPhone demo video as well.
    I am running Windows Vista Business (32 bit), with the following system specs:
    AMD Athlon 64 3700+
    2 GB RAM
    ATI X1950XTX w/ 512 MB
    160 GB PATA HDD (primary - apps and OS)
    200 GB SATA HDD (secondary - data)
    Anything useful would be greatly appreciated as this is becoming a very painful ordeal.

    No ReadyBoost in use here, unfortunately. I did find the following two items though:
    http://docs.info.apple.com/article.html?artnum=305392
    Bottom of this page claims that NVidia is investigating some issue with their SATA drivers, however ...
    This is NVidia's reply indicating that there is no issue with their SATA drivers, and this has been reported back to Apple.
    Now, I did find that when I put one of my video podcast files on the PATA drive, it appeared to play ok, but when I tried to play the .mov iPhone video from the PATA drive, it still had the same video issues, which tells me it has nothing to do with PATA vs SATA.

  • Report with historical payment data and current bp balance

    Hi,
    Has anybody created an report like this??
    cardcode,cardname,adres,zipcode,documentnumber,doctotal,docdate,docduedate,payed amount and paydate??
    data should be from now untill 1 year before (historical)
    Kind regards
    Mark

    Dear Hangman,
    This query is for customer receivable.
    if you want for supplier just change tables name from query.
    SELECT T0.DocNum, T0.DocDate, T0.DocDueDate, T0.CardCode,t0.doccur As InvoiceCurrency,T0.DocTotalFC InvoiceTotal ,T0.PaidFC As ReceivedAmount, T0.CardName, T1.DocNum As ReceiptsEntryNo, T1.DocDate, T1.DocDueDate, T1.CashSum, T1.CheckSum,T1.TrsfrSumFc,DATEDIFF(Day, T0.DocDueDate, T1.DocDueDate)As OverdueDays
    FROM OINV T0 LEFT OUTER JOIN ORCT T1
    ON T0.ReceiptNum = T1.DocEntry
    WHERE T0.DocDate >=[%0] AND  T0.DocDate <=[%1] AND (T0.CardName ='[%2]' or '[%2]'=' ')
    Regards
    MANGESH PAGDHARE.

  • Hr report category custom with from, to date and current period

    I have created custom hr report category of type 'Payroll report category'. But it showing from and to date like it showing in 'master data infotype'. How to add that functionality to 'Payroll report category' custom report.
    thank you

    Hi Gopi,
    If you use 'Z' HR Report category for Payroll cluster , Just edit the report category and select the fileds which are the things you need...Please  find pasted the screen shot
    Please check the check box which are the fields you want in the selection screen.... or copy a standard report category into 'Z' and do the changes...
    Regards,
    Vijay SR

  • Publish data and graphs on the web

    Hi,
    may someone give us a hint?
    In my office, we need to let other fellows to access our data (a certain number of select ) using Internet Explorer and we'd like to give them the chance to see graphs too.
    A part Oracle9i enterprise database on Solaris 8 (we have by now) what do we need else?
    Thanks, Max

    Are you looking to show dynamic queries or just posting static pictures on the web?
    If you want to show pie charts dynamically generated from database queries then you need a reporting tool. The database doesn't come with much to do this, but you might want to have a look at Application Express.
    Cheers, APC

Maybe you are looking for

  • Error while processing message payload Element PI SXMB_MONI (ECC to TM)

    Dear Experts, while processing an XML message in TM using receiver interface IntracompanyTransportationRequestRequest_In , we encounter an error message. <SAP:Stack>Error while processing message payload Element 'StockTransportOrderReferenceIndicator

  • Unable to boot from ODD or USB after windows 8.1 update on P850-31L

    Hi I just updated a P850-31L to windows 8.1 from windows 8 through the windows store. Before the update I was able to boot from a USB drive by pressing F12 during start up. After the update I was no longer able to boot from the USB drive. Selecting t

  • IE is not showing on windows server 2008 after updates

    Hi, I have installed Window server 2008 R2. After installing i found IE 8 on the server, but after 1day it automatically updated some softwares and now IE is not showing on my system. i.e IE uninstalled after the updates to the windows server. Please

  • "washed-out" effect on ipod nano 5g

    i'm not sure how many people have noticed this, but the ipod nano seems to have a few contrast problems with the video camera. for example, when you enter the effects menu, and select normal again, when the video fits the screen again you will see th

  • How to capture mold change activity

    Dear experts Our client has plastics injection moulding process. In routing we are already assigned the mould as PRT. There are mold change will happen for all type of molds to different workcenter combination every day.Mold and workcenter of each co