Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8627

Re: Automatic filling a matrix from query!

$
0
0

Hi Amdy,

 

What is your business requirement here?

 

Since it is a UDO matrix in UDO form, binding with DBDatasource(UDT), this would allow you to use Add/Update/Find with UDO form.

Option 1[recommended]:

As Simon advised above, for those three auto-fill columns, you can use RecordSet to populate the values instead of UDT(DBDataSource Binding). So please remove the DBDataSource binding with these three columns.

However, those two manual column still can be binded with UDT in UDO, which allow you to have Add/Update function for those two manual column into UDT.

 

Option 2:

If you would like to populate the first 3 columns from OHEM,  populatING the OHEM records to your UDT which binding with UDO matrix. Its drawback here is  introducing duplicated data from OHEM to your UDT.

 

Now, it will turns the question to how to synchronize the records from Employee Master Data to your UDTs. Either you can implement with SBO_SP_TransactionNotification or Add-On.

 

Kind Regards, Yatsea


Viewing all articles
Browse latest Browse all 8627

Trending Articles