cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use the ovs on my extension fields?

former_member200995
Contributor
0 Kudos

Hi experts,

     I extension the object:FixedAsset, and add a field XMID, below:

          [Extension] businessobject AP.FinancialAccounting.Global:FixedAsset raises myMsg{

                [Label("项目ID")] element XMID:ProjectID;

     I enhance the field XMID to the screen fxacreateqafeco.QA.xuicomponent, but the DisplayType is InputField, I want to use OVS on the field, how can I do ? Thanks.

              

Accepted Solutions (0)

Answers (2)

Answers (2)

sunil1101
Advisor
Advisor
0 Kudos

Hi Bin

you can only add custom OVS only for standard field type ID.

Check this below link, In last three row from the last, I have explain how can you add OVS.

Let me know if this is helpful for you.

Regards

Sunil

former_member200567
Active Contributor
0 Kudos

Hi Bin,

1. Add the extension field to a section group

2. Select the section group where the extension field is added and open Extensibility Explorer

3. You will see a button "Change ID-Field Configuration" by which you can make the extension field to be an OVS.

Best Regards,

Fred

former_member200995
Contributor
0 Kudos

Hi Fred,

     Thanks.

     I have tried it. For example:

    

     How can I do below? The description on right.

    

former_member200567
Active Contributor
0 Kudos

Hi Bin,

That is not possible on standard screens.

We are only allowed to change the properties as given by the Extensibility Explorer.

There are two options.

1. To add another extension field to store Description (recommended)

2 .To create an Embedded Component,edit the extension field as you want and add it to the available anchor of the standard screen.

Best Regards,

Fred