How I can to set attributes from Delimited Text Driver to Auxiliary Class

Hi

We have a auxiliary class for User Class to store specific data from users.

We have a Delimited Text Driver  for create users and extend the user bject with the auxiliary class, its work fine.

Now, we need other  Delimited Text Driver for store aditional data into Auxiliary class's attributes.

But, when we create the Delimited Text Driver, in the Filter Editor we can't select the Auxiliary class because don't show it.

Then, when run the driver, the users are created fine, but any custom attribute inherited from auxiliary class was update because in the driver log file show 

Filtered out <add-attr attr-name='CustFirstName'>.

How I can update the extended attributes?

Best,

Parents
  • Verified Answer

    +1  

    Two approaches.

    1) you can have a policy that checks if the aux class is present on the user, and if missing adds a value to Object Class, of the name of the new/extra aux class.

    2) When you select attributes in the filter, at least in Designer, there is an option that even though I am in the User object class, I can select attributes from All Classes or All Aux classes. 

Reply
  • Verified Answer

    +1  

    Two approaches.

    1) you can have a policy that checks if the aux class is present on the user, and if missing adds a value to Object Class, of the name of the new/extra aux class.

    2) When you select attributes in the filter, at least in Designer, there is an option that even though I am in the User object class, I can select attributes from All Classes or All Aux classes. 

Children