Problem adding an Object Picker to the Incident form
Hi,
I've extended the Incident class by adding a relationship which targets a custom CI class. Added a single instance picker to a custom Incident form which binds the realtionship to this CI class. When opening the default incident form in Service Manager, I can search for an object from the CI class OK.
However, I'm struggling to get the same result on the Incident form in the Cireson portal. Within the Incident.js file, I'm using a Datatype of 'ObjectPicker' and the PropertyName of 'AffectedbyIncident' which is the name of the relationship in the MP. The field appears on the form but when I try to search for a specific object, nothing is displayed. I'm assuming it must be the PropertyName which is at fault. Should this be the name of the relationship ie the Internal name that is created in Service Manager authoring tool when adding the relationship to the MP?
Any advice would be greatly received!
Cheers
Steve
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Hi Steve,
If you are adding a relationship you need to also create a new Type Projection that includes this relationship and then tell the Portal to use that TP instead of the default one.
Its explained better here
Geoff5
Answers
If you are adding a relationship you need to also create a new Type Projection that includes this relationship and then tell the Portal to use that TP instead of the default one.
Its explained better here
Geoff