Clarity

 View Only
  • 1.  Have URL in List Column Section for Multiselect Attribute

    Posted Sep 24, 2014 11:37 AM

    Hi All,

     

    We have a Custom Object 'ABC' which has a multi-select attribute. This attribute has the list of Projects falling under a particular condition.

    Is there a way where we can link this attribute to the Project Properties.

     

    I mean, If the 'ABC' Instance is having the attribute value as 123,456, then in the List Column Section, 123 should be a link so that when we click on 123, then it will take us to the Project 123. Similarly for 456.

     

    Thank You.

     

    Regards,

    Teena Antony



  • 2.  Re: Have URL in List Column Section for Multiselect Attribute

    Posted Sep 25, 2014 12:18 PM

    To accomplish something like this, we configure an Associated Projects sub object to the “ABC” Master Object. The Associated Projects basically links projects to a funding object “the ABC”.  On the funding object we have a field that shows which projects (name, name, name,…) are associated to it which gives the user the ability to filter funding objects base on this projects text field (using like).  Once they find the funding object that has the project of interest, we have an action menu to show the list associated project objects in which the name column is linked to the actual project.  The associate project object holds a couple of different data elements such as requested funding and % of funding allocated.

     

    V/r,

    Gene