Clarity

  • 1.  Where can I find functions used by Import Financial Actuals job

    Posted Aug 25, 2011 12:31 PM
    All,

    this is related to my previous post, but didn't want to combine.

    The Import Financial Actuals job references two functions:

    <niku:function name="postWIPEntry" class="com.niku.projmgr.xql2.functions.PostWIPEntry"/>
    <niku:function name="setActThru" class="com.niku.projmgr.xql2.functions.SetActThru"/>

    How can I find the code behind these?

    it seems to involve them with this line in the main job:
    <niku:if test="{postWIPEntry('assignment', 'resCal', $wip_value, importRecord.TRANSACTION_DATE, $total_cos
    t)}">


    Regards,
    Matt


  • 2.  RE: Where can I find functions used by Import Financial Actuals job

    Posted Aug 26, 2011 03:17 AM
    Hi Matt

    I just posted the details of the queries that Import Financial Actuals uses on another thread here, concerning negative transactions

    you can find the queries in this file

    c:\$clarity_home$\webroot\web-inf\projmgr\xql\importWIPactuals.xql
    and there's also a file in the same plae called importWIPentry.xql which might have what you're after

    That's probably a good place to start.

    Owen


  • 3.  RE: Where can I find functions used by Import Financial Actuals job

    Posted Sep 26, 2011 02:05 AM
    Continuing from where Owen left, the job will post the transaction entries as actuals on the project, and update the assignment info

    NJ


  • 4.  RE: Where can I find functions used by Import Financial Actuals job

     
    Posted Sep 23, 2011 11:45 AM
    Hi Matt,

    Did Owen's suggestions help you resolve this issue? If so please mark the post as Solution Accepted.

    Thanks!
    Chris