Can a BC with a Sequence Field BC be used as a Deep Copy and get Seq Nums Copied Over?
Hello Community,
I am working on a legacy issue with a Siebel build. There is a parent/child set of records where the child BC has a Sequence Number BC defined.This works as expected when records are created one-by-one in the child applet.
There also exists a DeepCopy user property on the parent BC referencing the child BC with the Sequence Number BC.
When the copy is run, the child records get copied, but the sequence numbers that result are all incremented +1 greater than the total number of children records that are copied (so 5 children records in the source results in a Sequence Number of 6 for all the copies).