Which mapping is required when performing a CSV Import to create a new Sales Order?
Which mapping is required when performing a CSV Import to create a new Sales Order?
When performing a CSV Import to create a new Sales Order, it is essential to map the 'Item' because each sales order must include information about the items being sold. The 'Internal ID' is not required in this context because it is generated by the system automatically when the transaction is created. Therefore, mapping 'Item' is necessary to ensure that the sales order includes the correct products.
Must be B
You must map external ID or internal ID to serve as a unique ID per record. The unique ID should be included in every line of the CSV files. ID 10003
Internal ID is generated by system when transaction is created , it would make sense on update but not to create new transaction.
I answered D, but doing further thinking I guess is B for this reason too
B is correct, internal ID is generated by system automatically.
it is B