Specific View for a Specific Object Field Value

Posted by Rollbase User on 04-Jan-2011 03:59

I need to change the View page of an object depending on the selected data in that object. For example, my object has different Product Types. For each Product Type, there is an existing unique View page. So if I have a Car product type, the page should show details about the Car, as well as additional Tabs that relates to the product. If I have a House product type, the view shows all information about the House, as well as specific Tabs that shows additional info about the House. These tabs (House and Car) do not interact, and are specific to each product type. So there is no point in showing all the tabs for all products. How can I accomplish this? Thanks

All Replies

Posted by Admin on 04-Jan-2011 11:29

You should consider using client-side API for this: please check Chapter 7 for details. This API allows show and hide sections and fields.

As for entire tabs: we do not have API to manipulate them, but can add such API in the future.

This thread is closed