Hi, When an existing field is updated as "Null" in external resource such as "LDAP or MySQL", PULL task is not changing the field as 'NULL' in Syncope and retain the deleted field content. But, when a field is edited to some other value, the changed value is updated. Is there a way to update the "Null" field in Syncope?
For Example: Lets say MySQL has initial fields: "id:1, email:[email protected], number:24" After Pull task is executed, Syncope has fields: "id:1, email:[email protected], number:24" After that, MySQL fields are changed as: "id:1, email:*NULL*, number:*30*" When PULL task is executed again (Scheduled run), Syncope has fields: "id:1, email:*[email protected]*, number:*30*" i.e, the value of email retains even when the value is changed as Null in MySQL, whereas the value for the "number" field is updated to '30'. Thanks in advance, Indhupriya.S -- Sent from: http://syncope-user.1051894.n5.nabble.com/
