Conformed Alert


Conformed indicates a message from an Import or other automated task where the data was changed. "Conformed (6527)" tells you that the source of the message is Big Business.

This Solution provides an example. (6527)






Conformed indicates a message from an Import or other automated task where the data was changed. "Conformed (6527)" tells you that the source of the message is Big Business.

Typical messages are that an entry was too long to fit,or that an invalid date was replaced with the current date.

In this example, "date_created" was mis-mapped to the Sales Order Number (SONo) field which holds only ten characters. The resulting exceptions include the original data for reference (line 14, line 18, etc.) and repeat for each line item processed.

When mapped, Sales Order Number is used to group line items into orders. So, the original "date_created" is included in the API Response to identify each order (line 5, line 23). And, the resulting "SONo" is included in the results of successfully created orders (line 8, line 26).




Related:

  Chapter 49 Misc

Return to Help