Hi,
I am using user provider as a source provider and XML provider as a destination providerd. So what i was trying to do was, i will send new or updated users to Remote server based on the following conditionals,
- AccessUserCountry = CountryName
- AccessUserType = 5 -- only contacts
- Accessuser_IsUserUpdatedFromNAV <>1 --.Contacts which are not updated or created by NAV (CustomField)
So the idea is, we dont want to send contacts back to NAV which are updated or created contacts by NAV. So i used the above condtions with User provider source setting "Export users created or edited since last export" and for some reason the following condotions are working,
- AccessUserCountry = CountryName
- AccessUserType = 5 -- only contacts
But the following setting is not working,
- Accessuser_IsUserUpdatedFromNAV <>1 --.Contacts which are not updated or created by NAV (CustomField)
Is it something i am doing wrong or i can't do the above in user provider ?
Regards
Asim Shahzad