Prasya Aninditya
11/12/2024, 7:20 AM{
success: false,
message: "You entered 'null' into a field where a calendar date was expected.\\nPlease go back and change this value to the correct date.",
name: "DATE_EXPECTED"
}
The integration script is converting and pushing the following date information from the payload:
• date: "2024-09-23" -> mapped to {trandate}, date transformed to "2024-09-23T070000.000Z"
• duedate: "2024-10-08" -> mapped to {duedate}, date transformed to "2024-10-08T070000.000Z"
For context, the erroneous Vendor Bill that I'm trying to import is linked to a Purchase Order (no issue with importing a standalone Vendor Bill with the same script and payload format). No custom Date field for either the PO or the vendor bill.
Has anyone encountered such a case? Does anyone have any idea which field NetSuite is asking for?Ben
11/26/2024, 6:35 PMGriffin
11/30/2024, 2:36 PMPrasya Aninditya
12/17/2024, 12:40 PM