I have two class : Circuit and CircuitRequest. I want to show all the tickets that comes for a specific Circuit on the device object view. I do have the AttributeExternalKey field in CircuitRequest class and used AttributeLinkedSet tag on the Circuit class , so that all the tickets linked to this Circuit would show up. But I keep getting this error and no idea why:
Sorry, this object does not exist (or you are not allowed to view it).
Here is my relavant code section:
From Circuit class:
Hello there,
I have two class : Circuit and CircuitRequest. I want to show all the tickets that comes for a specific Circuit on the device object view. I do have the AttributeExternalKey field in CircuitRequest class and used AttributeLinkedSet tag on the Circuit class , so that all the tickets linked to this Circuit would show up. But I keep getting this error and no idea why:
Sorry, this object does not exist (or you are not allowed to view it).
Here is my relavant code section:
From Circuit class:
From CircuitRequest class:
Kind Regards,
Abdullah
Last edit: Abdullah Noman 2023-04-18
No sorry I actually defined a new class name CircuitRequest and that part is okay.
"Sorry, this object does not exist (or you are not allowed to view it)." kind of sounds like an issue with missing permissions.
Another try : the field is called "circuit" on one side and "circuit_id" on the other side, that cannot match
That was it. Thank you, this fixed the problem. Extremly grateful @cisou