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
//all funding which are approved in last 1 day and are active in the system
110
+
varrequestUri=$"""
111
+
ofm_fundings?$select=createdon,_ofm_application_value,ofm_fundingid,ofm_end_date,ofm_start_date,ofm_ministry_approval_date&$filter=(ofm_ministry_approval_date ne null and _ofm_application_value ne null and ofm_end_date ne null and statuscode eq 8 and statecode eq 0 and ofm_application/ofm_application_type eq 1)
112
+
""";
113
+
114
+
//For testing in DEV
115
+
//var requestUri = $"""
116
+
// ofm_fundings?$select=createdon,_ofm_application_value,ofm_fundingid,ofm_end_date,ofm_start_date,ofm_ministry_approval_date&$filter=_ofm_application_value ne null and ofm_end_date ne null and statuscode eq 8 and ofm_application/ofm_application_type eq 1
0 commit comments