Skip to Content
0
Former Member
Jun 02, 2009 at 01:00 PM

Creating Records in MDM by Java API.

45 Views

Hi,

I am trying to create Records in MDM using Java API.

There are two methods setFieldValue and setAttribute.

To use setFieldValue(), I need to know the FildId fotr the field.

Now, what is FieldId and how could I retrive it?

Is it justiciable to use FieldId fdid = repositorySchema.getFieldId(String, String);?

What to give as the two String parameters?

Regards

Kaushik Banerjee