Announcement

Collapse
No announcement yet.

Workflow Field Tags on Task Creation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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!

  • #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.

    Comment


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

      Comment


      • #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...
        X