Invoice Number generation with prefix or suffix April 21, 2020, 05:51:41 PM i am trying to build an app the require unique invoice numbers to be generated when the record is added to the table. I have tried many methods but doesnt seem to work, any ideas? Quote Selected
Re: Invoice Number generation with prefix or suffix Reply #1 – April 21, 2020, 09:35:41 PM @mikebanson this video https://youtu.be/mzzx8IrQd_E?t=1946 at 32:26 shows an example. Quote Selected
Re: Invoice Number generation with prefix or suffix Reply #2 – April 22, 2020, 06:06:20 AM Thank you for the quick response.I used the video, was generating fine, however when you edited a record the invoice number changed.I would like to ask whether the action before update, is it required for what I require to work flawlessly?Apart from dynamic invoice numbers, I am trying to generate unique patient numbers formatted either ("hospital Initials".00000+Id field in patient table") or ("hospital initials"."unique numbers-auto increamented") Quote Selected Last Edit: April 22, 2020, 06:13:59 AM by mikebanson
Re: Invoice Number generation with prefix or suffix Reply #3 – April 22, 2020, 06:07:24 PM @mikebanson yes, Action Before Update is required for it to work flawlessly. Quote Selected