changed pdf generated path

This commit is contained in:
2024-04-29 13:52:45 +01:00
parent cfc58e9619
commit 3fb9a7fbfb
3 changed files with 14 additions and 9 deletions
+4 -1
View File
@@ -43,7 +43,10 @@ export default async function ApiProxy(req, res) {
var queryUrl =
"incidents?$select=modifiedon,pinswg_publishtoweb,description,numberofchildincidents,_accountid_value,_customerid_value,_pinswg_associatedlpa_value,_ownerid_value,pinswg_appealcasetype,statuscode,ticketnumber,title, _primarycontactid_value,pinswg_lpareference,pinswg_appellantlastname,pinswg_appellantfirstname,pinswg_appellantagent,pinswg_agentfirstname,pinswg_agentlastname,pinswg_agentcompanyname&$expand=primarycontactid($select=fullname)&$filter=_customerid_value eq " +
loggedInUserId +
" and servicestage eq 0 and pinswg_appealcasetype ne null&$orderby=createdon desc&$count=true";
" and pinswg_appealcasetype ne null&$orderby=createdon desc&$count=true";
// Removed servicestage but not sure why.....
//" and servicestage eq 0 and pinswg_appealcasetype ne null&$orderby=createdon desc&$count=true";
//console.log("///////////\nPortal query: ", queryUrl, "<<<<end query");