Workflow Field Tags on Task Creation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pmontanez
    Member
    • Dec 2016
    • 81

    Workflow Field Tags on Task Creation

    Good Day,

    I'm trying to create a workflow which creates a new related Task. Now my goal is to create a task showing some meaningful information on the Task Name and Description (Just like it works on email templates). Now, I will like to include values from the related entity but It doesn't seem to work. I've been using this formats without success: {entity.field} , {{entity.field}} and {{{entity.field}}}. am I missing something or it's jus a system limitation??

    Thanks!
  • yuri
    Member
    • Mar 2014
    • 8528

    #2
    Hi,

    It will be possible in the next release of advanced pack through formula:

    example:

    PHP Code:
    description = string\concatenate(
        targetEntity\attribute('name'),
        ' ',
        targetEntity\attribute('someField')
    ); 
    
    Last edited by yuri; 02-03-2017, 08:59 AM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • pmontanez
      Member
      • Dec 2016
      • 81

      #3
      Excellent Yuri.. looking forward to seeing the new release soon
      .. thanks

      Comment

      • tanya
        Senior Member
        • Jun 2014
        • 4308

        #4
        Advanced Pack includes: Reports (http://www.espocrm.com/features/reports/) Workflows (http://www.espocrm.com/features/workflows/) BPM (https://www.espocrm.com/features/bpm/) Release notes: https://www.espocrm.com/extensions/a...release-notes/ (https://www.espocrm.com/extensions/advanced-pack/release-notes/) More info:

        Comment

        Working...