Clarity

 View Only
  • 1.  Schedule a Portfolio synchronisation through GEL / XOG

    Posted Sep 18, 2017 02:43 AM

    We had to find a way, for a Swedish PPM client, to automatically synchronise a Portfolio through GEL, because once the synchronisation is done we had to launch a second process that would perform a few more actions.

     

    That's when i learned that there's a very easy way to do that using the syncschedule_cron tag in a Portfolio XOG.

     

    Using the format: syncschedule_cron = minute hour day month *

     

    Example: 

     

    <NikuDataBus xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/nikuxog_pfm_portfolio.xsd">
    <Header action="write" externalSource="NIKU" objectType="pfm_portfolio" version="14.3.0.298"/>
    <pfmPortfolios>
    <pfmPortfolio syncschedule_cron="00 12 18 09 *" code="PFM_000001" currency_code="EUR" name="My Portfolio">
    </pfmPortfolio>
    </pfmPortfolios>
    </NikuDataBus>

     

    This will synchronise this portfolio at 12:00 on 18th of september.

     

    Hope that helps someone with the same problem

     

    Regards,

     

    Anthony Freund



  • 2.  Re: Schedule a Portfolio synchronisation through GEL / XOG

     
    Posted Sep 18, 2017 12:17 PM

    Thank you for sharing this tip with the community Anthony!

    Schedule a Portfolio synchronisation through GEL / XOG 



  • 3.  Re: Schedule a Portfolio synchronisation through GEL / XOG

    Posted Sep 18, 2017 01:42 PM

    Awesome! My wheels are turning - thanks for sharing!



  • 4.  Re: Schedule a Portfolio synchronisation through GEL / XOG

    Posted Sep 19, 2017 04:34 PM

    Nice Anthony. Thanks for sharing