cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a Value/Description to a SimpleType

Former Member
0 Kudos

Hi,

I created an empty simpleType. This type has been assigned to a context variable and this context variable points a DropDownByKey.

When the application starts, the DropDownByKey is empty (OK). How can I fill that DropDownByKey dinamically?

Do I have to modify the SimpleType in run-time? How?

Thanks in advance,

Ricard.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Oscar,

See item 1 here:

VS

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi both,

The ISimpleValueSet "class" doesn't offer the put method. I searched throught the forum and I found another solution (by Valery Silaev). It consists on using the IModifiableSimpleValueSet "class".

Thanks a lot,

Ricard.

Former Member
0 Kudos

Oscar,

That is really funny: I suggested you wrong code (written by me) and you found yourself working code (also written by me).

Yet another reason to use SDN Forum Search -- it gives more accurate results

Good luck,

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Former Member
0 Kudos

Have you searched this forum? Question has already been answered many times.

Armin