Customer Portal

About properties

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    It can't be used like that.

    But you can use DBOutputTable where
    you specify full update statement, then Property can be used - like this:

    update mytable (a,b,c,d....) values(?,?,?,?,'${TheProperty}')

    And use cloverFields to specify which clover field's value is going to replace which placeholder - "?"

    David.

Please sign in to leave a comment.