Dave Longley Posted July 2, 2020 Posted July 2, 2020 We are looking at importing all of our assets via CSV and on the test samples we have selected, it does not auto populate the used by field. I have attached the CSV which imports fine. Can someone tell me what I am missing or doing wrong? Thanks Assets-v1.xlsx
ArmandoDM Posted July 2, 2020 Posted July 2, 2020 Hi @Dave Longley in the attachments I can see that the informations on Used By / Owned By are not complete; they miss usedById and ownedById (which are set under usedByName and ownedByName). You need to provide: usedById usedByName usedByType ownedById ownedByName ownedByType Hope this helps Regards Armando
Dave Longley Posted July 2, 2020 Author Posted July 2, 2020 thanks @ArmandoDM, what needs to go in what field? Same value as UsedByName?
ArmandoDM Posted July 2, 2020 Posted July 2, 2020 @David Longley to populate Used By and Owned By you need to use the same syntax. For example: usedById = davidl usedByName = David Longley usedByType = 0 ownedById = phadley ownedByName = THE NAME OF THIS USER ownedByType = 0 All the informations you need can be found on the user profile page:https://devadmin.hornbill.com/<YOUR INSTANCE NAME>/accounts/users/davidl/ usedById = User ID usedByName = First Name + Last Name usedByType = 0 Regards Armando 1
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