cancel
Showing results for 
Search instead for 
Did you mean: 

Can't read CustomerInvoiceRequest BO

former_member200567
Active Contributor
0 Kudos

Hi, everyone.

     CustomerInvoiceRequest.OIF has an outport (PublicOutportECCustomerInvoiceRequest) with two parameters,

Parameter1 -BaseBusinessTransactionDocumentID

Parameter2 -BaseBusinessTransactionDocumentTypeCode

I can't read CustomerInvoiceRequest BO with those parameters for my EC.

Regards,

May T

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi May T

Please have look at the following Doc. Ignore the Mashup part but EC section can be useful.

In you EC create a data structure to hold data before reading. it has helped me.

good luck

Regards

Asad

former_member105365
Participant
0 Kudos

Hi May T,

Why do you need to use an EC?

You can use Extensibility Explorer > Add extension field from the CustomerInvoiceRequest.xbo.

If you just want an extension field on that screen.

Regards,

Thomas

former_member200567
Active Contributor
0 Kudos

Hi, Thomas.

I want to customize the extended field. That's why I use an EC.

That field will be an OVS that will hold the node elements of my Custom BO.

When I enter the Account, I want to have an OVS(my extended field) that will hold the node elements related to the Account I have entered.

Regards,

May T.

former_member105365
Participant
0 Kudos

Hi May T,

If you want to add an EC to the CustomerInvoiceRequest.OIF screen you can use

Parameter1 -BaseBusinessTransactionDocumentID

Just make the BaseBusinessTransactionDocumentID = PBO ID for your EC on creation.

Regards,

Thomas

former_member200567
Active Contributor
0 Kudos

Hi, Thomas.

My EC contains an extension field of the CustomerInvoiceRequest.xbo.

I read CustomerInvoiceRequest with that parameter1. But the read operation doesn't work.


Regards,

May T.


former_member200567
Active Contributor
0 Kudos

Hi, Thomas,

Still can't read the CustomerInvoiceRequest.xbo with by using Customer Invoice ID and UUID (using FieldTransformation).

What I actually want from the InvoiceRequest is the AccountUUID. So, my plan is to read the CustomerInoviceRequest  and I will get the AccountUUID.

Please tell me if my logic is wrong or please tell me if there is any other work around to get the AccountUUID.

Regards,

May T.