For the last 3 months, I have been using the below samaccountname generation in the create profile, and it working fine. After creat profile move to Edit configuration. It removes the entire transform, and It will keep #if($sAMAccountName.equals('NONE'))$ruleName#else$sAMAccountName#end in create profile and daily I need to go manually add them
Any idea why it is getting removed from create profile
This is observed for static type of transforms. We do see the same representation in create provisioning policies. It is just the representation, but the actual transform works fine.
Do you see any issues with the transform and implementation? Ideally it shouldn’t cause any.
"Yes, I know this is a static type of transform, and I see this in create profile also. But my issue is when I go and see in Visual Studio, it wipes out the entire transform, and it only shows “value”: “#if($sAMAccountName.equals(‘NONE’))$ruleName#else$sAMAccountName#end”
then, I need to copy and paste the remaining part.
If I understand correctly, this is what happens when you edit the create profile in the UI. It removes the variables that exist in the transform block.
This has always happened for me as well, and while I never raised it with SailPoint, I would suggest doing so, as an enhancement or bug fix should be raised by them internally to manage this.