1
Currently, Views allow you to select a single Field to map to the column. However, when the field is NULL or Empty, it takes up a lot of space in the view.

Instead, it would be beneficial to allow the field to be mapped to a 2nd field - thus using all of the space in the view without having extensive white-space.

An example would be showing a related field using the REGARDING Field. In an activity view, we want to show the "Account -> Company Name" field if related to an Account, or the "Lead -> Company Name" field if related to a Lead. Currently, we need to add 2 distinct columns for this, and one will always be "blank" since each activity can only be associated with a single entity.

STATUS DETAILS
Needs Votes