Skip to Content
0
Mar 27, 2009 at 05:57 PM

Java MDM API How to add Blob field to the Table

19 Views

I have add TextBlobRecord row to the Text Block Table, and now I would like to add the row reference

to the anothe table filed which has type Lookup [Text Block].

How to do this, and which MmdValue type should I use?

recordEx.setFieldValue(schema.getFieldId("MDM_BUSINESS_PARTNERS", "ADDRESS"), ? );