I have been working on Product section page which has the detail of Features. The detail has a small form which suggest to select particular feature and it automatically filters the Type of feature (String, Boolean, Integer, Double, List item) then I can fill value or select from lookup (list item type).

On the Feature's detail page there are columns created for each type and are combined in a columns container. There are also business rules which will show particular column replacing the Columns container.

Here is the screenshot of Feature detail - 

I would like to know how we can combine columns so that they can be replaced later according to the business rules.

Right now I can place each column in a row on the section page and then hide them using business rules. That will also create empty spaces on the page. So how can I create Column container which will not show empty spaces of hidden columns.

Can anyone please tell ?

Like 0

Like

1 comments

Hello Ramnath, 



It can be done in a two different ways:

1) You can bind "colSpan" to your own attribute and set it to 0  when hiding conditions are met. 

2.) Set "display: none" style for the fields that should be hidden when the hiding conditions are met



Kind regards,

Roman

Show all comments

Dear mates,

When i want to create a detail, i have several "Base Object" in the selection list.

How can i choose the good one ?

Thank you,

Nicolas

 

Like 0

Like

5 comments

Dear Nicolas,

It seems like you have multiple custom object with the same name. By default, there is only 1 Base object. Try to rename the custom ones and you will be able to see the original one or the required replaced base object. 

Regards,

Dean

Dear Dean,

Can you please tell me in which table can i find the custom object list having the Base object name?

Have a nice day,

Nicolas

Dear Nicolas,

It should be SysSchema.

Regards,

Dean

Hi Nicolas, I see you are orking with French language. I've had similar issues working with PT version were the translation is not so good and a several objects get translated with the same name. I've switched to English and then I could find the correct base object.

Luis

 

Luis Tinoco Azevedo,

Hi Luis,

Thank you for the answer. It's ok too in english for me, but i prefer working in french and change the object title having this issue.

When i ve to select the parent object, i switch to english, and then i switch back in french.

Nico

Show all comments