Clarity

Expand all | Collapse all

Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

  • 1.  Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    Posted Aug 17, 2018 02:47 PM

    Hello All,

     

    Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    To be specific, lets say we create a sub-object ABC to Project Object.

    We can access the ABC object's list page, and then we can create ABC's instances by clicking on New.

    Here we get the ABC's create page.

     

    Can we get ABC's create page directly instead of the List page, reason being there will always be one instance per Project.

     

    Regards,

    Rakesh



  • 2.  Re: Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.
    Best Answer

    Posted Aug 20, 2018 02:10 AM

    Hi Rakesh,

     

    When you create a sub object to an object, you could navigate to that sub object's page, only through it's respective parent object, in your case, the the Parent Project's properties menu, to reach the ABC list page. This is as per functionality.

     

    As an idea, you could create a portlet on the sub object, (either object based or query based), which will display in a single page all the instances of this custom object. If that helps you or is applicable for your business case.

     

    Example:

    A custom sub object of project -> proj_sub_obj is created:

     

    Data instances are inputted for couple of projects, on two separate projects:

     

     

     

    A portlet is created on the custom object:

     

    The respective custom object could be navigated through using links from the portlet. The portlet, sub objects, viewing could be governed by access rights.

     

    Regards,

    Samik



  • 3.  Re: Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    Posted Aug 20, 2018 02:26 AM

    In addition to Samik's reply above, you could use the same trick discussed in this post: How to create an Object Action to LInk directly to a New Issue Object on a current Project , to directly navigate to create pages of custom objects as well.



  • 4.  Re: Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    Posted Aug 23, 2018 11:21 AM

    Thank you Jeevan



  • 5.  Re: Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    Posted Aug 20, 2018 02:30 AM

    Agree, as Jeevan.B mentioned above, this should also suit the purpose.



  • 6.  Re: Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page., Is there a way to have the Project's Sub-object's Create Page in the Project Object without the List Page.

    Posted Aug 23, 2018 11:21 AM

    Thank you Samik.