Given a comparison between CDT_A (a:"richard",b:"nolan", c:&

Given a comparison between CDT_A (a:"richard",b:"nolan", c:"Adam Smith",d:"(555) 334-7810") and CDT_B(first_name:"richard",last_name:"nolan",supervisor:"John Hancock",office_phone: "(555) 334-8761") where I consider one of these an authoritative source and the other local Appian data, is there a simple function I can use to compare these 2 CDT's and return a Boolean value on weather they're in sync or not?

OriginalPostID-210052

OriginalPostID-210052

  Discussion posts and replies are publicly visible

Parents
  • If your source system supports it, you should be able to use the LDAP tools plugin to sync users' details. If not, I would suggest creating a process model that queries the source system, and then leverages the Update User Profile smart service where necessary. If neither of these approaches work, then I suspect that creating a custom smart service or function using the API would be the best approach.
Reply
  • If your source system supports it, you should be able to use the LDAP tools plugin to sync users' details. If not, I would suggest creating a process model that queries the source system, and then leverages the Update User Profile smart service where necessary. If neither of these approaches work, then I suspect that creating a custom smart service or function using the API would be the best approach.
Children
No Data