cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle the SAP B1 UDO add/update data in B1IF as stranded B1 BusinessObjects

former_member416544
Participant
0 Kudos

Dear Experts,

I have a UDO with Master Data and Master Data rows when I Add/Update the data in SAP Business One with the UDO form, I want to trigger it in B1IF to retrieval data

I would like to handle the data of SAP B1 User-Defined Object(UDO) the same as stranded B1 Business-Objects.

I' using Integration Framework 2.x, version 2.0.5


Could someone suggest, Is there any way to handle UDO add/update data using B1IF scenarios?

Accepted Solutions (0)

Answers (1)

Answers (1)

seanarchernz
Explorer
0 Kudos

Hi Chenna,

Yes you can. I haven't used version 2.0 yet but it looks like using an Inbound process as follows might get you started...

  • Adapter Type = B1EV
  • BusinessObject = <your object name>
  • DataRetrieval = Data Retrieval - Smart Messaging
  • RetrievalType = DI API - Service Call
  • DIServiceCall =GeneralService (*) - getByParams

Cheers,
Sean