How can I tie multiple contracts to the same service offering
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
We only use the ITSM application.
In the Service Offering form, the ability is tie contracts to service offering is a one to one (instead of a list collector).
We have multiple cases where this is needed.
Can you please shed some light on this?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
To tie multiple contracts to the same service offering, you need to change this relationship model from a reference field to a Many-to-Many (M2M) relationship or utilize the Related Lists functionality.
Check this link for script for it.
Also refer:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
That limitation with the one-to-one relationship is honestly pretty frustrating, especially when real setups almost never work that cleanly. In cases like this, I’ve seen people work around it by introducing an intermediate table or custom relationship, since relying on the default field usually won’t scale. Feels like one of those areas where the platform expects simplicity but real use cases are way more complex.
