Disabling Form Copy

Comments

4 comments

  • Official comment
    Avatar
    Penny Lau

    Karl,

    There is one thing you can do here: you might want to revise your forms and make sure that each new record opened will clear all values in the fields so they don't carry values from last record. This can be achieved by adjusting your javascripts in dynamic values. If you need more information on this please let me know. Would be happy to walk you through it!

    Penny

    Comment actions Permalink
  • Avatar
    Penny Lau

    Hey Karl, one of our customers just asked for similar things. You might want to take a look at Rebekah's post below and see if your use cases overlap. Would like to discuss more with you guys on this.

    https://iformbuilder.zendesk.com/hc/en-us/community/posts/115010506606-Omit-flagged-fields-on-form-copy?page=1

    Penny

    0
    Comment actions Permalink
  • Avatar
    Karl Simms

     Thanks Penny, 

    Ive now been quite fond of the 

    else (dcn=-1){""} i found that this quite well in our circumstances. 

    Main our forms consist of picklist data, so we have a few fields in our form which update dynamicaly either from a manual entry or by lookup, one thing i found works quite well is

    IF (DCNpicklist=option{DCN1) else if (DCNPicklist==option1){table.dcn} else if (DCNPicklist==-1){""} else {""}

    bit of extra work but seems to do the trick. 

    0
    Comment actions Permalink
  • Avatar
    Penny Lau

    You are most welcome Karl. Glad to know it works for you!

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk