user attributes
4 TopicsNeed help generating a uidNumber using the EmployeeID Attribute
Existing Employee's all have an EmployeeID Attribute which is anywhere from 2 to 5 numbers long. I need to take a user's existing EmployeeID number and turn it into a uidNumber that is 6 characters long. Each uidNumber needs to start with "1" and then any additional digits would be "0". For example: EmployeeID 35 becomes uidNumber 100035 EmployeeID 1235 becomes uidNumber 101235 EmployeeID 12356 becomes uidNumber 112356 Running a foreach loop for each user with an EmployeeID is straight forward. But I'm lost as to how best to take the EmployeeID and convert it into a 6 digit long number for the uidNumber attribute. Any help would be greatly appreciated.Solved2.3KViews1like6CommentsSPS-hireDate vs Azure AD custom security attribute
I'm trying to find out which is the better approach for storing an user's start date. I have tested using Power Automate to do an SPO http request and use the Graph API to update SPS-hireDate. This works but it seems a bit backwards to me. Feels like it should be an attribute that lives in Azure AD, not Sharepoint. So the other day I discovered Azure AD custom security attributes which seem to supersede the custom attributes in AD but with an access wall. I guess my question is: Do I use Azure AD custom attributes to store info like a users hire date, or should I use SPO user profiles as the attribute is there ready to go? It also have a feeling that MS is going to deprecate these attributes and replace them with something in the future because the only GUI way to get to it is by using the classic experience.1.5KViews0likes0CommentsHow do I customize and search user attributes?
I am on tenant obtained vai https://developer.microsoft.com/en-us/microsoft-365/dev-program . I am evaluating Microsoft Search. I was able to create custom connector, crawl data source and show search results in a new vertical. I would like to accomplish the following - Search people in organization by phone #/ extension and few other attributes - To be able to do partial(wildcard) search on Address and personal details which are updated in Users profile. Able to search with exact word like complete mobile number though. My web history today is full of MSDN links. I found this, but I didn't find the relevant settings mentioned in the article in M365 Admin portal. Any help is appreciated. Thanks.903Views0likes0CommentsSync SQL and Active Directory Users Attributes
Hi Community, We have a 3rd party HR System that holds all the data about our employees. Those data are stored in a SQL Table. What we want to do is to update the attributes of users in Active Directory from the data in the SQL Table. Is it possible to sync Active Directory user attributes/properties from the SQL? Hope someone can enlighten me with this. Thank you in advance!900Views0likes0Comments