Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Changing default binary metadata fields' name

    Hi,
    I'm using SmartGWT 3.1 (v8.3p_2012-12-25/PowerEdition Deployment 2012-12-25) and would like to know if there is a way to change the default database fields name for metadata (XXXX_date_created, XXXX_filename, XXXX_filesize)? I had a look at http://www.smartclient.com/smartgwtee-latest/javadoc/com/smartgwt/client/docs/BinaryFields.html but didn't find something related.
    My use case is to respect corporate naming convention.

    Regards,
    Cédric.

    #2
    You can declare the field explicitly, then use field.nativeName to use a different DB column.

    Comment


      #3
      Worked great, thanks!

      Comment

      Working...
      X