cancel
Showing results for 
Search instead for 
Did you mean: 

Create - WebService or Import Manager or Data Manageru200F

Former Member
0 Kudos

Hi,

This question could be very basic...

We can create new records in MDM using Import Manager by importing the file.

The same is done by MDIS by importing this file.

The same we can create using Data Manager but manual entry.

The same we can create using webservice.

Is it also manual entry ?

can this be automated ?

Thanks in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Shai,

You are right Webservice can be used in both the ways.

More general usage is in BPM worflows where MDM data is accessed using Webservices and CRUD operations are done on it.

Yes it can be automated or manual intervention can also trigger it.

You can also go throughbthese posts for more details.

Thanks,

Ravi

Former Member
0 Kudos

if i have understood ur question correctly then -

WS (create) is used to write into the DB directly without using the MDM tools as such

now how u feed the WS (auto - like a program reading the Source or manual - data entry thru screen) is upto the program and business logic

thanks

-Adrivit

junwu
Active Contributor
0 Kudos

for ws scenario, you can make it manual or automatical if you write some code.