Is it possible to write a formula within a workflo...
# suiteflow
h
Is it possible to write a formula within a workflow to populate this field to say "ACH1" and then each transaction it adds to ACH2, ACH3, etc etc.... reason we are not doing this within the auto gen numbers is because it is running on conditions on the vendor record.
b
do the script, a workflow will have issues handling concurrency
h
do you have an example website I can go to for writing this script? I have never written my own
a
Yes you can do this using a saved search, hidden custom field and then a formula
all within a wirkflow
b
you need to decide if you want to handle 2 payments being created at the same time before deciding to customize this
the SuiteApp Designs and Concurrency Issues section from the SAFE guide goes over how to handle issues related to concurrency
its not a simple topic, certainly not one I would expect a beginner at scripting to solve
your first approach should be seeing if you can use Advanced Numbering
probably try extra hard trying to get that to work, its a lot easier getting advanced numbering to work than it is to find someone able to correctly handle concurrency
h
Okay that sounds good, thank you!