Are you looking for details about the Business Entity Services aka BES in the Informatica MDM? Are you also interested in knowing how to use Business Entity Services in your project? If so, then you reached the right place. In this article, we will explore more about Business Entity Services. Let's start.
A) What are Business Entity Services in MDM?
Informatica MDM is used to master the data from various source systems. We onboard the data from sources to the MDM landing table. The data is moved to the staging table from the MDM landing table and then to the base object tables by executing stage and load jobs. Once we consolidate the data in the MDM, it will be ready to consume by consuming systems. Consuming can consume a golden copy of the records by consuming ETL or JMS Queue or Business Entity Services. Business Entity Services are web services that can be used for real-time integration of external systems with Informatica MDM.
B) What are operations can be performed using Business Entity Services?
The various operations such as Read, Write, the search can be performed using Informatica BES.
1) Read BE Business Entity Service-
It is used to read the data from the base object. the result does not include soft-deleted records.
2) Write BE Business Entity Service-
It is used to create, update and delete parent and child business entity elements. we cannot perform trust override with this service.
3) Search BE Business Entity Service-
It is used to root record in the business entity. We can use match operation while searching records to achieve fuzzy searches.
C) Understanding Business Entity Services Architecture
Business Entity Services is an integral part of Informatica MDM and it is available as wed service. The consuming system can write web service consumer and consume BES, for reading and write operation. Once the operation is invoked when the data is searched against the base object or updated against the base object.
D) What are the REST Methods Supported
Here is the list of HTTP methods supported in Business Entity Services
GET - used to retrieve details about record, task, or a file
POST - used to create task or record
PUT - used to update root, child records, or a file.
PATCH - used to update task partially
DELETE - used to delete records or file
Learn more about Business Entity Services here -
No comments:
Post a Comment
Please do not enter any spam link in the comment box.