on 06-06-2016 8:06 PM
Hi Everyone,
I have created a custom field to fetch the Employee details (of type OVS) for my custom BO.This field should act as LINK to navigate to Employee_TT screen unless the edit icon near by it is pressed.
When the edit is pressed again it has to act as an OVS type field to show the Employee list.Kindly provide me an approach.
Regards,
Arjun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Here is the limitation with display type of field you can only select one type either OVS or Link.
But As a work around you can add two field bind with same BO model field.
Make one as OVS and other as Link, And set the Visible property of each field.
when you select edit mode then set the property of OVS as Visible true(in calculation Rule).
and when UI is in display mode hide the OVS and set the visible property of field type link as visible in calculation rule.
Regards
Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.