Need to call integration based on dropdown value change, it call integration after any dropdown changes

Certified Associate Developer

Hi,

I have a case where we have nested cdts, I need to call integration only when nested cdt value changes, 

Value referring like - ri!products[ri!index].loan.loanType

inside this loan we have other fields also like payment source etc.

applied refresh variable - 

refreshvariable(value: rule!callIntegration(), refreshonreferencedVarChange: true),

This value will be updated by dropdown selection,

what is happening if i change another dropdown paymentSource, It is still calling integration.

Kindly guide me why is this happening, how this can be resolved?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    Hey, if I understand correctly, then you want to call integration if one of your dropdown value changes.
    Instead of calling the integration in the interface, you can do it in the process model that if the old dropdown is differing to new value then only call the integration.

    Hope this will help, or you can elaborate the problem statement more.

Reply
  • 0
    Certified Associate Developer

    Hey, if I understand correctly, then you want to call integration if one of your dropdown value changes.
    Instead of calling the integration in the interface, you can do it in the process model that if the old dropdown is differing to new value then only call the integration.

    Hope this will help, or you can elaborate the problem statement more.

Children
No Data