This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - RelationshipType event methods

handpuppet - Wednesday, May 25, 2016 8:50 AM:

I have a JavaScript method that runs on the OnInsertRow event of a RelationshipType.  My question is, are C# methods allowed to be run on ReltationshipType events?  Or are client side JavaScript methods only allowed?



kentonv - Friday, June 3, 2016 10:57 AM:

Every RelationshipType creates a relationship ItemType of the same name. You can include server events on that item type as you can with any other item type.