Is pxFactID available after writing to IH via dataset or dataflow?
After writing to IH (via a dataflow/dataset) we have a need to write additional information to a customer defined table with a FK relationship to IH Fact via the pxFactID (7.31 implementation). The current implementation performs a read from IH to determine the record just written to get the pxFactID and then insert into the customer defined table.
Is there an alternate solution that eliminated the subsequent IH read?