yelyah.nodrog Posted May 27, 2022 Posted May 27, 2022 Morning, Does anyone know of a way we can automatically populate the attributes against the cost centres. Would we be able to do this using the user import JSON, and the organisation part somehow? "Action":"Both" , "value":"{{.subdivision}}" , "MemberOf":"" , "Options": { "Type": 3, "Membership":"member", "TasksView":false, "TasksAction":false, "OnlyOneGroupAssignment":true, "SetAsHomeOrganisation":true, We already amended it to look like this and hard coded in email addresses into the attribute but it did not work: "Action":"Both" , "value":"{{.subdivision}}" , "MemberOf":"" , "Options": { "Type": 3, "Membership":"member", "TasksView":false, "TasksAction":false, "OnlyOneGroupAssignment":true, "SetAsHomeOrganisation":true, "Attrib1":"", "Attrib2":"", Is there another utility we can use? as we need to pull this information daily from our database to keep the cost centre approvers up to date. H
James Ainsworth Posted June 5, 2022 Posted June 5, 2022 Hi @yelyah.nodrog Just to confirm, are these the fields that you are trying to populate? If that's the case, then the user imports would only have options to link a user to a group, but not update the attributes of a group. You might be able to do this using the GoAPIScheduler along with this API https://api.hornbill.com/admin/?op=groupSetInfo
yelyah.nodrog Posted June 6, 2022 Author Posted June 6, 2022 @James Ainsworth Yes this is correct, ill take a look at the 2 links above thanks.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now