cancel
Showing results for 
Search instead for 
Did you mean: 

How to enhance screen cod_account_TI?

Former Member
0 Kudos

Hi Experts,

I explain my doubt. I have an extended business object, a client extended BO, to this extended BO i create a enhance screen, specifically the cod_acount_TI. What I want to do is that when loading that screen in the hybris c4c, if the owner of that account is the logged in user hide the name field, for that I extended the BO account but the After Loading method does not exist, the same to test what I did in the method before modify and in my extended BO create an element of indicator type for the UI to associate it if the condition mentioned above is fulfilled but I dont know how to do it. Please can you help me. Thank you very much

Accepted Solutions (0)

Answers (1)

Answers (1)

kushal_gupta2
Participant
0 Kudos

Dear Claudia

I am not sure about ABSL actions which can be applied but what I can think of from UI designer side is we can give a try.

Create an extension field in XBO and using the actions possible in ABSL, try filling the extension field with Boolean value True/False based on conditions: If logged in user is same as owner of Account opened, fill the extension field with value False and True if both are different.

Using Adjust Property in Extensibility explorer, you can bind the visibility of the name field to the backend extension field defined above.

If based on calculation, the field has value False, the name field will become invisible which is the case when

logged in user is same as owner of Account opened. And if it is true, the name field will be visible.

If this does not solve the issue, please let us know. We will ask experts of ABSL.

Kindly accept the solution if you think it fulfills your query.

Regards,

Kushal