unassign resources from lighthouse
I have a requirement to unassign resources during terminations. in the LDAP active sync userform ,
i tried the following code. it did not work, whereas disable and unlink works with this code.
<FieldLoop for='name' in='waveset.accounts[*].name'>
<Field name='resourceAccounts.currentResourceAccounts[$(name)].unassign'>
<Expansion>true </Expansion>
</Field>
</FieldLoop>
<FieldLoop for='name' in='waveset.accounts[*].name'>
<Field name='update.resourceAccounts.currentResourceAccounts[$(name)].unassign'>
<Expansion>true </Expansion>
</Field>
</FieldLoop>
any help will be appreciated. Thanks, Farooq

