START_DATE_ACTIVE is getting updated when using FBDI to Inactive Supplier (Import Supplier)
Summary:
We are using both Web Services and FBDI to create and deactivate suppliers in the ERP system. However, when using FBDI, the START_DATE_ACTIVE
field is automatically updated to the supplier's deactivation date. As a result, the END_DATE
ends up being equal to the START_DATE_ACTIVE
.
Content (please ensure you mask any confidential information):
START_DATE_ACTIVE is not visble to front end user you can find it when you query run query.
Select * from POZ_SUPPLIERS_V
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0