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