Topic by Christopher Farmer
Hi,
I'm trying to link a custom object to a standard object, whereby the custom object has been defined in the Object Designer as a parent of the standard object. Although there is documentation regarding linked standard objects to custom objects whereby the standard object is the parent, I have not been able to find any regarding linking them the other way around.
The foreign key field on the incident is named "Crossing" and it is using this field that I have been trying to link it to the custom object. I've been using the code outlined in the "Working with Custom Fields > Set a Custom Field" section of the SOAP documentation, but I keep receiving the following error:
"Could not find property for given key: Crossing
While processing GenericField: c
While processing GenericFields[0]: c
While processing Incident->CustomFields(rng_v1_2::GenericObject)."
The reports explorer suggests that there is a custom field "NR$Crossing" in the incident table ("NR" being the name of the namespace in which the custom object resides), which I have also tried with the same results.
Could anyone tell me where I'm going wrong or point me in the direction of some documentation on this please?
This project is supposed to be completed by the end of today, so I'd really appreciate any suggestions anyone has ASAP!
Thanks very much.