How to reference a Cireson Asset Management Location from a custom configuration item class ?
When I import the MP and create an instance of my custom Institution object, it shows my custom form as expected. However, while I can select a user for the KeyAccountManager field, when I try to select a location, I don't see any of the locations that are available in the Cireson Asset Management Locations list. Actually there are no location objects at all.
What am I doing wrong ? I must be overlooking something obvious ?
Best Answers
-
Tom_Hendricks Customer Super IT Monkey ✭✭✭✭✭Two issues here:
- You did not make your relationship with the Cireson location class. System.Location is not the same thing. You want Cireson.AssetManagement.Location if I understand your use case correctly. Your form is probably working correctly, but you do not have any objects of type System.Location for it to display.
- This might be a problem after you fix #1. When you select your location, it won't save (i.e., when you re-open your form, location will be blank) unless you have a type projection for your form that includes this ServedByPOS relationship. I'm only bringing it up because I do not see it in the image. Maybe it is elsewhere/further down?
5 - You did not make your relationship with the Cireson location class. System.Location is not the same thing. You want Cireson.AssetManagement.Location if I understand your use case correctly. Your form is probably working correctly, but you do not have any objects of type System.Location for it to display.
-
Jeff_Lang Customer Ninja IT Monkey ✭✭✭✭have you copied CiresonAssetManagement.mpto your authoring tools "Library" folder ?if this file is in there and you restart the authoring tool then the Cireson Asset Management classes should show in the authoring tool
5
Answers
My guess is that the Location referenced is actually not the Cireson Asset Management Location object but another generic System Location object. Can I insert the right reference using the Authoring Tool or do I need to tweak the XML manually ?
My ultimate goal is to use the portal to manually perform CRUD operations on Institutions using the UI.