cancel
Showing results for 
Search instead for 
Did you mean: 

Help Images Table

Former Member
0 Kudos

I'm a freshman of the MDM . My Scenario is the standard material of business Content . I want to combine a unique a picture of the the table "Images" to a material of the Main Table "products". How can i do ? Thanks a lot !

Accepted Solutions (1)

Accepted Solutions (1)

former_member205403
Active Contributor
0 Kudos

Hi Eric,

First make sure your Product repository main table has a field of type Lookup[Image] in which you can store Image of the material. If it is not there then create one.

Now to attach image with the Product, open data manager and in the record mode double click on the Image field of material record with which you want to upload image. it will open another window to select image for attachment. Please select image (if it is already tehre in MDM) else click on add button to add new image in MDM. while adding it will ask for the Data group. Data group is nothing but a classification hierarchy for images and other objects. So create add a new data group and browse your image file and say ok. this will attach image with the material.

it sounds little tuff, but when you open system it will be easy to understand..

For more details please refer Console and Data Manager reference Guide.

kindly revert if you face any problem.

Regards,

Shiv

Answers (5)

Answers (5)

Former Member
0 Kudos

I have corrected the probelm by your way.Thanks a lot!

Former Member
0 Kudos

help

Former Member
0 Kudos

help

Former Member
0 Kudos

Hi Shiv,

I follow your point to do it . In the table "products" has a component named "image " . and it display in data manager. also I add a picture named test in table "Images" . I want to combine the test picture to a material in main table .if I need to filled the 'test' code in the component named "image " of the main table ,but I find in the 'record detail" hasn't the a component named "image ". where the mistake is ,would you me some advise to correct it . Thanks a lot!

Regards;

Eric

former_member205403
Active Contributor
0 Kudos

Hi,

writing in more detail:

if your product table already has a field of type lookup image, then in the data manager select your record and then in the record details pane double click on the image field.

it will open a new window. Now select your Data group in the data group tab and say adda. it will display all available Images in that data group on the top left pane. select your image and then select add to move it to right top pane. after this say ok and you will find image associated with the material.

revert if you find any issues

Former Member
0 Kudos

Hi Shiv,

Thanks for your feedback.I'll do it by your suggestion.