Announcement

Collapse
No announcement yet.

Workflow Field Tags on Task Creation

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

  • tanya
    replied
    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:

    Leave a comment:


  • pmontanez
    replied
    Excellent Yuri.. looking forward to seeing the new release soon
    .. thanks

    Leave a comment:


  • yuri
    replied
    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.

    Leave a comment:


  • pmontanez
    started a topic Workflow Field Tags on Task Creation

    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!
Working...
X