How to copy file from one field to another?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • cdmindya
    replied
    Case

    field1: type attachment (original field)

    field2: type attachment (copy field)

    use formula,

    field2 = field1;


    So whatever file you attach to the filed1 gets copied to field 2

    both field1 and field2 should be in the same entity.

    for field1 and field2 in a different entities, create one to one relationship and update the formula accordingly
    please refer to https://docs.espocrm.com/administration/formula/


    Leave a comment:


  • lazovic
    replied
    Hi krzysztof.czereczon,

    Are you going to copy information from field to field within the same record?
    Please describe in a little more detail.

    Leave a comment:


  • How to copy file from one field to another?

    Hi,

    I need to know how to copy file from one field to another.
    Does somebody know achieve it?
Working...