Bug #3785
closedDeleted Customer/Supplier/Other Interested Party name is displayed in Other Interested Parties Selection Page
100%
1.Login as BOSS Admin
2.Click on Interested Party Expectations tab
3.Click on expectations Matrix or Interested Party Expectations link
4.Double click on Interested Parties selection area under any one expectation category and expectation
5.Click on Add Customer/Supplier/Other Interested party button in respective pages
Description
Expectations Matrix & Interested Party Expectation -> Double click on Interested Parties selection area -> Customer/Supplier/Other Interested Party Tab ->
Deleted Customer/Supplier/Other Interested Party name is displayed in list and the system does not checking any dependency if the user deleting assigned Customer/Supplier/Other Interested Party
Updated by Ramesh Sanker over 7 years ago
- Assignee changed from Ramesh Sanker to Anonymous
Updated by Anonymous over 7 years ago
- Status changed from Open to Fixed in Dev
- % Done changed from 0 to 100
Since the suite team changed the table structure and intimated lately this issue occurred. Changed the set of stored procedures. List is given below
--Customer's Table
--================
BOGetCustomerEntryExpectation_SP -- must
BOGetCustomersList_SP -- must
BOGetexpectationGriddata_SP -- must
BO_GetCustomerList_SP -- must
BO_GetCustomerWithPaging_SP -- must
BO_GetSelectedCustomers_SP -- must
--Vendor's Table
--================
BOGetCustomerEntryExpectation_SP
BOGetCustomersList_SP
BOGetexpectationGriddata_SP
BO_GetVendorList_SP
BO_GetVendorWithPaging_SP
BO_GetSelectedVendors_SP
Bo_VendorLists_SP
Suppliers's Table
--================
BOGetCustomerEntryExpectation_SP
BOGetCustomersList_SP
BOGetexpectationGriddata_SP
BO_GetSupplierList_SP
BO_GetSupplierWithPaging_SP
BO_GetSelectedSuppliers_SP
Bo_SupplierLists_SP
Updated by Anonymous over 7 years ago
- Status changed from Fixed in Dev to Resolved