Hello Team,
As you all know that few of the functions from 'People Function' plugins are deprecated and can be removed at any time. Can you please help me with the replacement of functions with Appian out of box function.
Below if the list of functions which have been used in our code,
aregroupsaddedbyruleareusersaddedbyruledoesuserexistgetadmingroupspaginggetadminusersdirectpaginggetadminuserspaginggetallgroupsnamesgetdirectadmingroupidsgetdirectgroupmemberuserspaginggetgroupprofilegetgroupuuidgetmembergroupsdirectpaginggetmembergroupspaginggetmemberusersdirectpaginggetmemberuserspaginggetuseruuidgroupprofilerecordtypesourceisusermemberofallgroupsvalidatenameforuser
Please let us know if anyone has already implemented code to replace above functions.
Discussion posts and replies are publicly visible
Hemant Borate said:getuseruuid
user("username", "uuid")
Hemant Borate said:validatenameforuser
i'm guessing "isUsernameTaken()" or "isUsernameAvailableForNewAccount()", depending on your particular use case
Some of the above rules probably have no equivalent replacements yet, but you can probably find the replacements (where they do exist) by browsing the Functions Documentation.
Thanks
Why don't you try implementing your own functions using the source code from People Function as a reference?