Generation of custom serial number sequence
Summary:Our Client want to generate the serial number based on below logic
Year-Month-Week and running sequence
Ex-SN20230402001, Here SN -Prefix value, 2023-Year , 04-Month, 02 Week in the month and last 3 digit-001 is running sequence.
Sequence numbers are pre-generated and sent to supplier for the manufacturing of the items.
Please suggest how to design this requirement. We can set SN20230402 as the prefix in Org level and run the generate serial number request, but every week, the prefix has to be updated. This is manual and lead to make some mistake.
Business wanted to have automated process to get the serial number based on this requirements.