hi team.
i want to enable the superclass datatransform by checking one parameter. if the parameter is true i need to make the superclass dt as true for the current dt during runtime.
Is this achievable
hi team.
i want to enable the superclass datatransform by checking one parameter. if the parameter is true i need to make the superclass dt as true for the current dt during runtime.
Is this achievable
Hi @BalasubramaniyamR16740547, circumstance the DT based on a property in which you have the checkbox for call superclass as true. Create a wrapper DT where you check your param first, set the value used for circumstancing and then call the this DT. Whenever your condition for circumstancing will be true the circumstanced version of the DT would execute.