Community

scripting for merging two field values

Hi,

        I need to merge two field values to one field . without using filed merge rule (reason we can't edit that field after using field merge rule)

so can anyone help me to merge two fields using script.

 

thanks.

Was this article helpful?

0 out of 0 found this helpful

Comments

1 comment

  • Avatar
    yong_lee7015

     VB script

    me.field("field1").value =  me.field("field2").value & me.field("field3").value 

    0

Please sign in to leave a comment.