cancel
Showing results for 
Search instead for 
Did you mean: 

Linking custom BO with standard BO in OWL

0 Kudos

Hi

I am working on an API that uses customer invoices information.

After importing 'customer invoices' (standard data) into custom BO

I want to send some information from 'customer invoices' and process it in the API, and when I receive a message that it is complete, I want to display it in a new field in 'OWL'(exp. check box)

What I want to do is the following picture

I tried the following.

1. If I get 'customer invoice' information through 'association', I can see the list as shown in the following screen, but I can not put a checkbox next to it (no checkbox binding)

2. I created several 'BO' together through query creation. I tried to express my 'element' and the standard 'BO' in a query, but without listing, a completely new 'OWL' was created

summary

I want to create a check box next to the standard customer invoices information in the custom BO and display it according to the API processing result.

How do I get the results I want?

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

You might want to look into creating an A2A from CustomerInvoice to the custom BO and trigger the A2A only when it is posted or something if you want.

In the custom BO, define an element of type Indicator and assign a value to it in the beforeSave method to be true or false based on whatever the business logic might be.