Hello,
I'm looking to create a reference number for child records, but the numbers start back at 1 for each parent record.
For example, we have 2 parent records - 'Parent Record A' and 'Parent Record B' and they both have 2 child records. The reference number for the child records would then be:
"Child Record from Parent A - 1"
"Child Record from Parent A - 2"
"Child Record from Parent B - 1"
"Child Record from Parent B - 2"
Does anyone have any suggestions for how I would get this to work? My first thought would be to write some Javascript that would loop through the children record and increment a field by 1 - does anyone know if this has been done before?
Thanks! Katie
*This post is locked for comments
I have the same question (0)