Answered by:
Adding fields into forms does not display custom attributes

Question
-
Within the customize entities "Leads" , we have created custom attributes that have been added system. We then went ahead and customized the "Form" within forms and views by adding these custom attributes to the details tab by doing a "add Fields" option. Well I assume this is how it was done as the setting was there when I started to work here. Anyway I now want to add the same custom field to a different tab on the form but when I do the "add fields" I dont see the custom attribute as a selection of things I can add. I don't understand how they were able to add the same field on a different tab but I can't do it on the General tab ?Friday, February 25, 2011 2:16 PM
Answers
-
You can always create two attributes and maintain synchronization using JavaScript or Plugin or workflow...
My blog : http://mscrmtools.blogspot.com
All my tools for Dynamics CRM 4.0 on my dedicated site: MSCRMTools Repository
Upgraded tools for Dynamics CRM 2011!
View Layout Replicator for Microsoft Dynamics CRM 2011
Searchable Property Updater for Microsoft Dynamics CRM 2011- Marked as answer by Donna EdwardsMVP Wednesday, March 2, 2011 5:51 PM
Friday, February 25, 2011 2:50 PMModerator -
You could write workflow that populates from 1 field to another field (on the same entity) and just display the 2 different fields (field_a, field_b) on a separate tab each?
So for example you could set the workflow up to do something like this:
When the entity is updated (meaning field_a has been populated at this point)
Update the record (field_b) with the value from field_a
I don't think I've done this with just 1 entity, but I know it can be done with different entities, give it a shot and let me know :)! This would allow you to see both values on separate tabs.
Blog: www.ryanonrails.com- Edited by Ryan Jones - CRM Friday, February 25, 2011 8:47 PM updates is to has been populated
- Proposed as answer by Ryan Jones - CRM Monday, February 28, 2011 6:27 PM
- Marked as answer by Donna EdwardsMVP Wednesday, March 2, 2011 5:51 PM
Friday, February 25, 2011 8:46 PM
All replies
-
You can´t see the attribute because it has already added.
JulioFriday, February 25, 2011 2:21 PM -
Which version of CRM?
If CRM 4.0, a field can be added only once...
If CRM 2011, no idea for the moment
My blog : http://mscrmtools.blogspot.com
All my tools for Dynamics CRM 4.0 on my dedicated site: MSCRMTools Repository
Upgraded tools for Dynamics CRM 2011!
View Layout Replicator for Microsoft Dynamics CRM 2011
Searchable Property Updater for Microsoft Dynamics CRM 2011Friday, February 25, 2011 2:22 PMModerator -
Is there anyway to link the custom attribute from the details tab to a custom field in the general tab using some type of 1:N relationship so that the same data can be seen on 2 different tabs ? We use CRM 4.0Friday, February 25, 2011 2:28 PM
-
You can always create two attributes and maintain synchronization using JavaScript or Plugin or workflow...
My blog : http://mscrmtools.blogspot.com
All my tools for Dynamics CRM 4.0 on my dedicated site: MSCRMTools Repository
Upgraded tools for Dynamics CRM 2011!
View Layout Replicator for Microsoft Dynamics CRM 2011
Searchable Property Updater for Microsoft Dynamics CRM 2011- Marked as answer by Donna EdwardsMVP Wednesday, March 2, 2011 5:51 PM
Friday, February 25, 2011 2:50 PMModerator -
You could write workflow that populates from 1 field to another field (on the same entity) and just display the 2 different fields (field_a, field_b) on a separate tab each?
So for example you could set the workflow up to do something like this:
When the entity is updated (meaning field_a has been populated at this point)
Update the record (field_b) with the value from field_a
I don't think I've done this with just 1 entity, but I know it can be done with different entities, give it a shot and let me know :)! This would allow you to see both values on separate tabs.
Blog: www.ryanonrails.com- Edited by Ryan Jones - CRM Friday, February 25, 2011 8:47 PM updates is to has been populated
- Proposed as answer by Ryan Jones - CRM Monday, February 28, 2011 6:27 PM
- Marked as answer by Donna EdwardsMVP Wednesday, March 2, 2011 5:51 PM
Friday, February 25, 2011 8:46 PM