cancel
Showing results for 
Search instead for 
Did you mean: 

SAP C4C - extend KUT field to query and using on sdk

Former Member

Dear all,

I create an KUT field on product and extend it to query on front end.

But I cannot find it on SDK when I using query.

I test about SDK field and extend SDK field to query, that works fine.

Is it possible to use KUT field on SDK query code?

Thanks & Regards,

Arthas Liu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi,

Did you create a "References to Customer-Specific Fields" file (.ref)?
If you create this file you can use your KUT field in absl code. Possibly you may be able to use in the query.

Best regards,

Alexandre.

Former Member
0 Kudos

Dear Alexandre,

Already added ".ref" file.

I want to use KUT field on query as search parameter, not only using on ABSL code.

Do you know how to do this?

Thanks & Regars,

Arthas Liu

Former Member
0 Kudos
Former Member
0 Kudos

Dear Senthil,

Thanks for you help!

My scenario is a little different, my field is KUT extension field.

Cannot operate on SDK directly, I add it on KUT service, but cannot find on SDK query.

Do you know how to do about this?

Thanks & Regards,

Arthas Liu

Former Member

Hi,

Did you add the field in the findByElements service (input)? There's a tab for this when you process the field via KUT.
If you do it and create the .ref file you'll be able to use it as a parameter.
ex: selectionParams.Add(query.KUTField_9WVLT0YP0XZ2GHZIFXHWYA21U ....

Best regards,

Alexandre.

Former Member
0 Kudos

Dear Alexandre,

Got it. Thanks!

Regards,

Arthas Liu

mandeep_shrestha1
Participant
0 Kudos

were you able to use the KUT field in the absl query?

ThiagoSarmento
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi mandeep.shrestha,

In the screen where your KUT field was created, you can be starting adaptation mode and editing the field. Then go to Extension Scenarios tab and select the query you want to add your field to.