Forums

 
ForumForumMainstream Foru...Mainstream Foru...General Discuss...General Discuss...custom field not visible in detail viewcustom field not visible in detail view
Previous Previous
 
Next Next
New Post
 10/7/2009 6:53 PM
 
I've added a custom field to the leads module.  I've added it to both the detail and edit views.  I works fine in the edit view, I can edit data and it saves.  However, in the detail view I only get the label.  The data is never visible.
New Post
 10/7/2009 9:59 PM
 

The first thing to check is if the data is actually getting stored to the database.  One quick way to check is to edit the field again to ensure that the expected value is in the edit field.

 

New Post
 10/7/2009 10:24 PM
 
Yes, the data is getting saved.
New Post
 10/8/2009 12:36 AM
 

My best guess then is that the data format string for the field is not correct.  Most DetailView format strings use {0} as the insertion point.  Does your layout have this?

 

New Post
 10/8/2009 12:13 PM
 
Yes, the data format is {0}.
Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...General Discuss...General Discuss...custom field not visible in detail viewcustom field not visible in detail view