AD Scheduled Import : Option to verify AD attribute mapped to the Fields in SDP MSP

AD Scheduled Import : Option to verify AD attribute mapped to the Fields in SDP MSP

Option to verify AD attribute mapped to the Fields in SDP MSP in scheduled AD import.

Once the setting is configured while doing a manual import, the same configuration will be mapped for scheduled AD import as well. Kindly use the below query to view the AD setting configured (AD attribute mapped to the Fields in SDP MSP ) for the particular domain

Use the below query to get the Domain ID
select * from domaininfo

Get the domain ID from the above query and use it on the below query to get the AD attribute mapping, 
select * from sdadfieldmap where domain_id=<domain_id>;