Describe the bug
There is a variation between the web app and the mobile app on the retrieval of individual.encounters and individual.enrolments in form element rule. Mobile shows these objects correctly when they exist, but the web app doesn't even though the objects exist.
To Reproduce
Steps to reproduce the behavior:
Try logging the individual object.
Check theindividual.encounters and individual.enrolments fields in the logged result.
Screenshots
Additional context
There is a requirement from Ashwini to autopopulate the value from one encounter to another. For that, I need a list of encounters. Even the prototype is resulting in an empty array, so there is no way to retrieve the data currently.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Developer Checklist
Developer fixing the bug should fill this checklist.
[ ] Does the fix require extensive regression testing?
[ ] Are you mentioning the required scenarios that could be affected?
@BEULAHEVANJALIN the above was in form element rule right? Can you add that as well in the description, because different rules are executed in different context - will help in fixing
Describe the bug There is a variation between the web app and the mobile app on the retrieval of
individual.encounters
andindividual.enrolments
in form element rule. Mobile shows these objects correctly when they exist, but the web app doesn't even though the objects exist.To Reproduce Steps to reproduce the behavior:
individual
object.Check the
individual.encounters
andindividual.enrolments
fields in the logged result.Screenshots
Additional context There is a requirement from Ashwini to autopopulate the value from one encounter to another. For that, I need a list of encounters. Even the prototype is resulting in an empty array, so there is no way to retrieve the data currently.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Developer Checklist Developer fixing the bug should fill this checklist.
[ ] Are you mentioning the required scenarios that could be affected?