Which IIQ version are you inquiring about?
IIQ 8.4p1
Please share any images or screenshots, if relevant.
Share all details about your problem, including any error messages you may have received.
I see that the attribute is getting changed, and I see it in the snapshot as well
But the post mover rule is not getting triggered. I just kept a logger statement and log level is being printed. Still no luck
import sailpoint.tools.GeneralException;
import org.apache.log4j.Logger;
import sailpoint.object.RoleAssignment;
import sailpoint.object.ProvisioningPlan;
import sailpoint.api.Provisioner;
import sailpoint.object.ProvisioningPlan.AccountRequest;
import sailpoint.object.ProvisioningPlan.AttributeRequest;
Logger logger = Logger.getLogger(“rapidsetup”);
logger.info(“before if in postMover”);
return;*
Please let me know if we have are missing anything else here*
