Method QER.Customizer.CreateObjectDelegate is not available in ver 9

Hi all,

 Got a problem with the method QER.Customizer.CreateObjectDelegate which is defined in QER.Customizer.dll

In One Identity ver 8.1.5 we have a script that uses this method for some reason. And we plan to upgrade to One Identity ver. 9.

During the upgrade we have got that error that the mentioned script cannot be compiled because of unavailability of the method QER.Customizer.CreateObjectDelegate

Do you people have any ideas on that? Is the method no longer supported? Is there any replacement method?

P.S. sorry for my bad English.. I wrote "gays" instead of  "guys". That was just a typo. Very sorry

Parents
  • I would like to hear the use case for the usage of these. They have been removed in version 8.2 because the usage of this method didn't work well in combination with the application server and the new iEntity interface.

    There are new implementations for the following method (as far as I know taking Func<IEntity, IEntity, bool> instead of a CreateObjectDelegate.

    • Person.OrderShoppingCart
    • Person.LoadShoppingCartPattern
    • AttestationPolicy.CreateAttestations

    I hope that helps.

Reply
  • I would like to hear the use case for the usage of these. They have been removed in version 8.2 because the usage of this method didn't work well in combination with the application server and the new iEntity interface.

    There are new implementations for the following method (as far as I know taking Func<IEntity, IEntity, bool> instead of a CreateObjectDelegate.

    • Person.OrderShoppingCart
    • Person.LoadShoppingCartPattern
    • AttestationPolicy.CreateAttestations

    I hope that helps.

Children