cancel
Showing results for 
Search instead for 
Did you mean: 

WD MDM Component usage in Development component

former_member225041
Participant
0 Kudos

Hi Experts,

I have added Item details wd component as a dependency in my development component. I want make few fields of Item details invisible & non editable at runtime.

Is there any way to refer fields of Item details and change the behavior at coding level?


Thanks in advance for your help.


Regards,

Sheetal

Accepted Solutions (0)

Answers (2)

Answers (2)

junwu
Active Contributor
0 Kudos
former_member225041
Participant
0 Kudos

Hi Jun,

Thanks for the help.

Can you please suggest any sample document /blog where i can see how to use item details API?

junwu
Active Contributor
former_member225041
Participant
0 Kudos

Hi Jun,

The above example was very useful. Thanks.

Addition to this I have one more requirement where I need to remove few existing fields from item details screen and add a new drop down in item details screen which is a combination of 3 different fields.

Can you please explain how can I do it ?

Thanks again for your help.

junwu
Active Contributor
0 Kudos

within my knowledge  it is not possible, all the UI elements are resulted from mdm table fields.

you can not directly insert your own to the screen seamlessly

you can add yours, but it is separated from the auto generated

last time i touched that is one year ago, I could be wrong.

former_member225041
Participant
0 Kudos

I am not going to add own UI element. I just need to combine 3 auto generated mdm table fields in one field.

Is it possible ?

Also Can you please let me know if its possible to remove existing auto generated mdm field from

itemdetails view?

Thanks Jun.

junwu
Active Contributor
0 Kudos

it is one-one mapping between ui element and the field, if i am not wrong

pradeep_kumar5
Active Participant
0 Kudos

Hi Sheetal,

If it is a text field you can manually add through coding by getting and setting manually if it is lookup then not possible to combine 3 auto generated mdm table fileds.

You can remove the fields that you don't want from Itemdetails. go to WDConfigurator and edit your Itemdetails from your project -> select Tabs/Trays -> click on select fields button then you can add / remove fields whatever you want.

Regards,

Pradeep

junwu
Active Contributor
0 Kudos

you can add ui element by coding? can you show me the doc....

pradeep_kumar5
Active Participant
0 Kudos

No Jun, I said we can merge data of 3 filelds into a single fileld. for example I have first name, last name and middle name fields. If i want to merge these three into single Name text field. I can get all the three fields and set to Name field. I hope you understand.

Regards,

Pradeep

junwu
Active Contributor
0 Kudos

are you sure you can do this with mdm wd component?

pradeep_kumar5
Active Participant
0 Kudos

If all the above mentioned four fields are maintained in MDM table then why can't it be possible? It's just a matter of setting data to a text field.

Regards,

Pradeep

junwu
Active Contributor
0 Kudos

we are talking about wd mdm component, tell me how,    please....

junwu
Active Contributor
0 Kudos

or you only think about display? of course it is possible,

pradeep_kumar5
Active Participant
0 Kudos

Yes Jun, finally you got my point.

junwu
Active Contributor
0 Kudos

never think that simply....

junwu
Active Contributor
0 Kudos

yes, quite possible,

just check the api of  item detail component