Clarity

  • 1.  Notification variable list?

    Posted Nov 14, 2013 09:13 AM

    Is there a reference somewhere of what variables can be used in a notification?

    I can see inside the notification definitions  that you can add variables, like this

    This action item assigned to you has been deleted:

    Action Item: $[Action Items.subject]
    Investment: $[Action Items.object_name]
    Deleted On: $[Action Items.last_updated_date]

    I want to modify some notifications, but I don't know what all those variable names are.

    I have an action item that gets generated by ideas... I want to include the idea ID... for projects it's $[Projects.unique_code], is there something like that for ideas? Or Investments in general?

    Is there a full list of what variables can be referenced for what objects?

    BG



  • 2.  RE: Notification variable list?

    Posted Nov 14, 2013 11:26 AM

    Have you tried these ?

    $[Ideas.code]

    or

    $[Idea.code]

    NJ



  • 3.  RE: Notification variable list?

    Posted Nov 14, 2013 02:08 PM
    navzjoshi00:

    Have you tried these ?

    $[Ideas.code]

    or

    $[Idea.code]

    NJ

     

    Yes, I tried those.. neither worked. I was hoping to find a reference list and not have to guess around at it... testing takes a long time and generates many annoying emails.

    Anyone? Is there a list of these hidden in a remote closet at CA somewhere?

     



  • 4.  Re: Notification variable list?

    Posted Oct 05, 2017 07:34 AM

    I think the variable names available for manual actions (processes) should work in notification templates.

    Try creating a "Manual action" in a process (based in idea object) and clicking on binoculars icon to display the complete list.

     

    ${thisIdea.unique_code}

     

    So in  notification template could be:

    ${Ideas.unique_code}