cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Field Type in the Thing based screen

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor
0 Kudos

Hi Arjun,

Configure Thing Type Information for the OVS mapped field as shown:

Thanks, Pradeep.

Answers (1)

Answers (1)

sunil1101
Active Contributor
0 Kudos

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