Clarizen Functions

  

Have more questions? Submit a request

Comments

  • Avatar
    Ariel Rak

    GetLink function documentation (and others) need to be updated with the new multi manager functionality.

  • Avatar
    Boris Krutiy

    Ariel,

    I will be sure to let our documentation team know. Thank you

  • Avatar
    Ariel Rak

    I am pretty sure there used to be somewhere that described all the toString format options, but I can't find that. Please add explanations to the toString description.

  • Avatar
    Andrew Miller

    Great that your starting to expose some of the Resource Planning functionality in functions. This will be very useful for generating forecast reports. Hope it works!

  • Avatar
    Andrew Miller

    The description for the 4 new financial functions at the bottom aren't correct. They seem to be referring to the Task Assignment functions

  • Avatar
    Iris Anavi

    The new Financial Functions at the bottom of the page are incorrect and are duplicating the Task assignment functions, can this be corrected ?

  • Avatar
    David Goulden

    Yes. We will be correcting this. Thanks for pointing this out.

  • Avatar
    Patrick Harrell

    Needed to Yellow-Highlight projects that hadn't been updated in >= 5 days.
    Just used this help page for the DateDiff() function.
    The text was clear. Example was helpful. And I accomplished what I needed for formatting.

    Formula is: DateDiff(Today(),$LastUpdatedOn,"d")>=5
    Changed Formatting to Background-Yellow if result was TRUE.

    Thank you Clarizen!

  • Avatar
    Elizabeth Dubrowsky

    Hi Clarizen Team,

    What function will allow to pull resource capacity for specific period (custom field) that can be used further in custom reports? It is impossible to use capacity field configured in Clarizen out f box that is available only in Resource Utilization report.

    Thanks in advance for your assistance.

  • Avatar
    David Goulden

    Hi - you can look at using: GetWorkingTimeForFixedPeriod Function or GetWorkingTimeForGivenPeriod Function.

  • Avatar
    Matt

    "GetSumOfTimesheetReportHoursForFixedPeriod " and "GetSumOfTimesheetReportHoursForGivenPeriod" Functions' State parameters are not correctly described. As currently described, they reference Work Item States where as they actually relate to Timesheet States (Un Submitted, Submitted and Approved).

  • Avatar
    Coates, Kimberly

    for the "IsChanged Function", is this only triggered by direct changes to a filed or are indirect changes also included? I have rule leveraging this function that is only running on direct changes to the field and not on indirect changes. I am hoping that it should be running for both.