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
You write: "I am fetching data with the rule expression". So, does that expression return all the data you need?
Do you load that data into a local variable? Do you see all the data you expect?
Yes
OK. Cool.
Unknown said:OK. Cool.
i'm dead
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 data2) If you are using indexing then check that you passing appropriate key or record field3) If you manually set the data in database then you have to sync records manually to sync the data with Appian.
Thank you so much for your response .I will do same as you mentioned.
Thank you so much Stefan for your response.