SharePoint: Need help with calculated / search fields:

Need help with calculated fields:

Activity_List: ActivityID, ActivityName, ActivityPerson (this list is used as a template to prepopulate projectList columns. Ie)

ProjectList: ProjectID, ActivityID, ActivityName, ActivityPerson. Once you select the ActivityID, it populates the ActivityName and ActivityPerson.

How to do it in a SharePoint list

+1


a source to share


1 answer


There is really no standard or widely accepted way to do this. However, there are also some suggestions that might enlighten you a little! No.1 Create a custom field type to create a field based on a parent child relationship for any custom list. This link http://blog.12thwave.com/?p=7 can help you do this.

Another solution for building is Cascade Search . To deal with the abundance of data, this solution is worth considering!



Greetings

+1


a source







All Articles