cancel
Showing results for 
Search instead for 
Did you mean: 

self defined type how to create value attribute

Former Member
0 Kudos

Hello!

How can I create a new context "value attribute" if its

type is doesn't exist in the drop down list

where you can choose either a primitive data types

or a java Type. It is an self defined class.

It's name is "Notebook". I want to bind all the Notebooks

with a value attribute. The method returns a Notebooks-Array.

How can I deal in such cases?

Regards

sas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Chintan,

the problem is I cant find the Base Type in the Browse

dialog. This special type of object is iside of

src/packages/de..../java/Order. how can I refer

to this class

Bye

sas

Former Member
0 Kudos

Hi,

You need to put your java file inside src-->your package. As you said it is already there, then try to reload and rebuild your project. It must show in the java native types when you browse.

Even check the package statement of your java file.

thanks & regards,

Manoj

Answers (2)

Answers (2)

Former Member
0 Kudos

Can you please give more information on what you want to achieve with this type? Do you want to implement a value help?

Armin

chintan_virani
Active Contributor
0 Kudos

Erdem,

Create a simple type in you Local Dictionary and map it to your value attribute.

Dictionaries --> Data Types --> Simple Types --> Right click and choose Create Simple Type

Chintan