You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usecase:
Currently when I want to check when an individual is actively enrolled in a program(say Child program) in say, in report card query, I need to do the below: enrolment.program.name === 'Child' && _.isNil(enrolment.programExitDateTime) && !enrolment.voided
Instead I would like to have a method, in models like below:
Usecase:
Currently when I want to check when an individual is actively enrolled in a program(say Child program) in say, in report card query, I need to do the below:
enrolment.program.name === 'Child' && _.isNil(enrolment.programExitDateTime) && !enrolment.voided
Instead I would like to have a method, in models like below:
Need:
The text was updated successfully, but these errors were encountered: