Notifications
Clear all

Data Model / Integration Interface for Problems

2 Posts
2 Users
0 Likes
5,395 Views
0
Topic starter

ONE's Platform includes a feature called Problems. 

Neo Dashboard screenshot:

image

A developer asks how to insert new Problem records from another system. 

There does not appear to be a data model called Problems in the Platform Core Models section of the MPT.

SDK screenshot:

image

What data model stores Problems, and is there already an existing inbound integration interface for these?

Chris jordan 2021-05-17 19:27:30
This post was modified 3 years ago by Chris jordan

You must communicate with two inbound interfaces in this order to generate problems through an integration.

Topic Tags
1 Answer
0
Topic starter

To create Problems through an integration you need interact with 2 inbound interfaces in this order:

PLT.WBProblemType_IB
PLT.WBProblem_IB
 
Related Data Models screenshot:
image

Related Integration Interfaces screenshot:

image