SuiteCRM Journey : Drip Campaigns Vs Regular Campaigns
What are the campaigns? Campaigns in SuiteCRM simply associated with email marketing. Simply when you have a customer list, few…
Read MoreNow It’s time to take a one Step Forward, today we are going to have some fun with fields.
First thing to be note down that SuiteCRM Tutorial support 22 types of fields. It is quite necessary to understand all kinds of fields and how they render into different views.
Now move into the custom module, create one field for each type of 22 fields.
Create a new Panel, called “My Custom field Panel” into your EditView, DetailView. Drop all of your new fields into this panel, save them into EditView, DetailView, ListView, Advanced Search and Popups.
Now Have a closer look on differences.
Key things to note:
1- If we are talking about Email Address field, it will behave differently on each view. Let’s take a look.
2- While Making an Address field, it will come up with setup of all required address fields i.e. street, city , state , zip code and country.
3- Phone/Integer fields accepts only number in editview.
4- Currency Field
There are a lot of things to notice while playing with fields, each field comes with many Pre-Set Rules. You need to know a lot about fields and their display/adoption behavior on different views.
In next article ( Day 3), we will going to start real development things like Logic Hooks and Make JavaScript based changes on different views.
At Day 4 blog, we will be doing some advance level changes with our “Life Saver “Library, we call it “Outright Utils“.
Our library makes developer life easy in many ways. It has several predefined functions with easy naming and parameters.