Interface data is not reflected in Summary page .

Hi ,All

My question is that  in the view summary page of Record type, I have add an interface to show the data  in summary view page .

So I am fetching data with the rule expression ,and call it in the interface. My problem is that ,all data is showing in the interface but  some data is not

showing in the summary view page .

Please help me how can I resolve this issue of inconsistency of Data in summary page.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer

    For the data which is not showing in the interface, just try to backtrack the problem-
    1) Check the Local variables in which you are fetching the data
    2) If you are using indexing then check that you passing appropriate key or record field
    3) If you manually set the data in database then you have to sync records manually to sync the data with Appian.

Reply
  • 0
    Certified Associate Developer

    For the data which is not showing in the interface, just try to backtrack the problem-
    1) Check the Local variables in which you are fetching the data
    2) If you are using indexing then check that you passing appropriate key or record field
    3) If you manually set the data in database then you have to sync records manually to sync the data with Appian.

Children