Hi team,
I'm currently working on a project to automate a PO process using SharePoint 365, we've got two listsPO as the main list to input the order details
and Vendors that lists the supplier's details (e.g. Supplier Code, Address, Phone number).
One of the column needed is 'PO Number' which is automatically generated from Supplier's Code + Unique ID that increments based on the order sequence against that supplier.
I've successfully implemented this by using Calculated Column however the column ID doesn't count on how many times have we ordered through a particular Vendor (i.e. If I was to create 2 POs from supplier AB and XY, the PO numbers will come out as AB01 and XY02 instead of AB01 and XY01) - Is there's any workaround for this?
Thanks
Harris