What are your "top 10" developer how to questions?

I am restarting my developer newsletter, blog. What would you like to know how to do? Once, I have some content, I'll post how to subscribe.

Parents Reply
  • when using studio

    • it will create a custom table (and I am not a huge fan of 1-1 relationship)
    • it will store the field (part of it) in DB instead of file system (so less practical for source versionning, deployement etc.)
    • I don't understang how to create an email address using the studio

    moreover, we often need to add an additionnal field (for instance to split the street and the street number) to the address block or to replace the varchar country with a dropdown field, or we often reorganize the layout (region, postal code, country etc.) of the address field

Children
  • You are able to create an address field set via Studio without big deal and without adding an 1-1 relationship table.

    After creating this field set you can add some additional custom fields, for example here in Brazil, Address Number, Address Complement, Address Neighborhood. Finally you can edit the record view in order to add those custom fields into custom address field set.

    A single entry email address can be added via Studio and then you can apply an email validation via additional field validation into js controller.

    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Hi ,

    I am aware of that but I was talking about the _cstm table.

    It's easier for us and for any future SQL query (for instance with a BI solution).

    This is why we'd rather create sugarfield_xxx fields ; this is the same way about how to customize the "adress field layout" (edit and display) for all the application.

    Fred