guard null field values in BPMN User Task Instructions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hi-ko
    Member
    • May 2015
    • 90

    guard null field values in BPMN User Task Instructions

    In BPMN user tasks you can use placeholders for entity fields like
    Code:
    {$customField}
    . When the field value is null (I used url-type), the Instructions parses to
    Code:
    {$customField}
    (the expression as string) instead of an empty string. Is this a bug or do I need to guard these fields by conditions myself?
    Tested with Advance Pack 2.15.0​
  • yuri
    Member
    • Mar 2014
    • 8440

    #2
    Not a bug.
    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

    Working...