cancel
Showing results for 
Search instead for 
Did you mean: 

Adaptation rules not working with items (Products)

nsaenz
Participant
0 Kudos
226

Dear colleagues,

Adaptation rules are not working with items. In this case the example I am giving you is i am trying to work with the ID product and the rule is bringing back a "false".

In the image you can see this info.

Any idea? Thanks in advance.

View Entire Topic
former_member226
Employee
Employee
0 Kudos

Hello,

This is expected behaviour because "ItemModificationStructure" is bound to the UI (2020-11-10-18-30-53.png) which triggers upon clicking ADD button in "Products" tab of opportunity UI whereas what you refer in a snapshot is advance list pane data which will not be available via "ItemModificationStructure". You can also observe the same result by launching UI Debug Information dialogue (2020-11-10-18-35-46.png). Here you will find ItemModificationStructure being blank. Hence your rule is not giving you the desired result.

nsaenz
Participant

Thanks Saurabh