cancel
Showing results for 
Search instead for 
Did you mean: 

Not Able to select the last item in ESS - Skills and Profile

Former Member
0 Kudos

Hi All,

I am stuck with a very unusual problem. When i navigate to ESS - Skills and Abilities, i see a table, below which there are few buttons with the name Edit Skill, Add new skill and delete Skill.

I have two questions.

1) In the table i see 7 rows. But i am not able to select the last row. And idea what can be the problem.

2) I need to rename the button. For this i have followed the standard way of customizing. That is, preview it in PCD, CTRL+ Right Click on the button that needs to be renamed, save it. However when i do this, the button gets renamed. But when i login from another user id, i dont see the changes. Is it that we need to restart the server ? Or this kind of personalization is only user specific and i need to rename the buttons in code level, so that the changes are reflected to all users.

Any help on this will be much appreciated and will be rewared with the highest points.

Thanks and Regards,

Abhishek

Edited by: Abhishek Saha on Nov 7, 2011 7:30 AM

Edited by: Abhishek Saha on Nov 7, 2011 2:22 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhi,

you have 3 ways to customized standard services

1.NWDI: open the net weaver the go to development configuration prescriptive and import the track and select the application-->that goes to nwds area before start the customized we need to check out and create activity > we can change the button name and change table row property change disable to enable of the field so that you can select the row after customized go development configuration prescriptive>open activity-->check in the services transport the service .

you dont need to write code this way.

2 administration . penalization : log in to administration user and you can customize the standard service as follows this steps go to content admin --> select service That is, preview it in PCD, CTRL+ Right Click on the button that needs to be renamed, save it..

(you should be log in to admin user so that every user affected modification .)

hope dis is help to you.

Thanks&Regards

G.srinu

Edited by: gorlisrinu on Nov 8, 2011 7:57 AM

Former Member
0 Kudos

Hello Srinu,

Thanks a lot. That was really very well explained. Based on your reply, i opted the first point and got the renaming issue resolved and now the changes are reflecting for all users across all portals. Rewarding points for this.

In the webDynpro Application, i see that the table is completely fine. I saw that the properties readOnly is set to false and isSelectable is set to true. Still i am not able to click last row. Even if i try, the second last row gets highlighted. I know its a very weird problem but still any ideas ?

Thanks and Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhi,

check the cardinality of the table if table has 0..1 change to 1..n so that you can selected the last row also .

Hope this is help to you.

Thanks&Regards

G.srinu

Former Member
0 Kudos

Hi Srinu,

I tried with what you said. Still it didnt work out. I think there is a ghost sitting in the table which is not allowing us to select the last row. Any more ideas ?

I am also trying from my side, to change the properties of the table. If i come across any good solution, i will surely inform you.

Thanks and Regards,

Abhishek

Answers (1)

Answers (1)

Former Member
0 Kudos

Part of my question is answered. The second part of the question is still left unsolved.