Oracle CPQ Submit Attribute Set
We need to report based on values in the Oracle CPQ submit attribute set (for example, date of first approval, number of revisions created per quote, etc.). Unfortunately these are not available to map to data columns in the transaction manager or reporting manager, so we need to create standard commerce attributes and read the values from there.
However, there are a couple of issues associated with populating the values of these shadow attributes. For one thing, the submit attribute set is the last one in the commerce attribute order, so on any action the shadow attributes will update before the attribute set. There's no way of reordering commerce attributes to update after an attribute set, so basically we have to run an action twice to get the latest value. Is there a workaround for this?