Manish Kumar Gupta
07/21/2023, 12:06 PM{{REST_SERVICES}}/record/v1/purchaseOrder?q=test
The error coming is
{
"type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Invalid search query. Provide a valid search query.",
"o:errorQueryParam": "q",
"o:errorCode": "INVALID_PARAMETER"
}
]
}
Can anyone help me out in this?CD
07/21/2023, 2:50 PMCD
07/21/2023, 2:51 PMManish Kumar Gupta
07/21/2023, 6:16 PMSELECT * from purchaseOrder
but it gave errorbattk
07/21/2023, 7:51 PMbattk
07/21/2023, 7:52 PMtest
is not a valid queryManish Kumar Gupta
07/24/2023, 6:55 AM{{REST_SERVICES}}/record/v1/purchaseOrder?q=email EMPTY_NOT
on running this i am still getting this error
{
"type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Unknown field name 'email' in the search query. The field does not exist on this record type.",
"o:errorQueryParam": "q",
"o:errorCode": "NONEXISTENT_FIELD"
}
]
}
i checked in netsuite every purchase order has field email but it is not showing hereMuhammad Hafiz
07/24/2023, 9:22 AM/services/rest/query/v1/suiteql
"q": "SELECT email FROM transaction WHERE type = 'PurchOrd' GROUP BY email "
Manish Kumar Gupta
07/24/2023, 9:26 AM{
"type": "<https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Invalid search query. Detailed unprocessed description follows. Search error occurred: Record 'transaction' was not found.",
"o:errorQueryParam": "q",
"o:errorCode": "INVALID_PARAMETER"
}
]
}
battk
07/24/2023, 3:23 PMManish Kumar Gupta
07/24/2023, 3:23 PMbattk
07/24/2023, 3:24 PMManish Kumar Gupta
07/24/2023, 3:24 PMManish Kumar Gupta
07/24/2023, 3:24 PMbattk
07/24/2023, 3:25 PMManish Kumar Gupta
07/24/2023, 3:26 PMbattk
07/24/2023, 3:26 PMbattk
07/24/2023, 3:27 PMbattk
07/24/2023, 3:27 PMManish Kumar Gupta
07/24/2023, 3:29 PM