cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Multi Value List field with checkbox in sdk?

former_member299368
Participant
0 Kudos

Hi Experts,

My requirement is to create a Dropdownlist field with check box from Backend(SDK).

I tried with code list Data type but I am able to get only code values.

Then I created BCO and BC Set here Indicator attribute is there but in frontend checkbox was not coming.

Accepted Solutions (1)

Accepted Solutions (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Koteswara,

As I have already answered in the other thread:

  • It is currently not possible to use Mult Value Code list in SDK
    because the resp. UI element is (still) missing

Sorry,
. Horst

former_member299368
Participant
0 Kudos

Hi Horst,

Thanks for your valuable comment,

Is there any PSM released data type for "Rows and Columns" or "Table" in SDK.

Thanks in Advance.

Regards,

Kreddy.

HorstSchaude
Product and Topic Expert
Product and Topic Expert

Hello Koteswara,

In the SDK a "table" means always a node in a BO with a multiplicity of "to-many".
So, there is no need to have a tably type. You simply loop over the node instances (in ABSL) or use a List pane (in the UI).

HTH,
. Horst

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Horst.

Could you give more details about workaround for creating multivalue field in SDK?

I have a custom BO1 with screens and I want to create multi value list field there.

I created a custom BO2 and created node in BO1 with relationship cardinality 0...n.

What should I do in the UI?

Thanks