cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Purpose of the Additional Fields - SAP CCO

mohabdach92
Explorer
0 Likes
794

What is the purpose of the Additional Fields located in the configuration tab of Additional Fields?

There are some examples for how to use them? Where we can use them?

Accepted Solutions (1)

Accepted Solutions (1)

R_Zieschang
Active Contributor
0 Likes

Hi mohabdach92,

I think this feature will be deprecated soon. Basically you can add additional fields to different entities, but you can't fill these fields with data in the UI as the UI does not adapt to these additional fields. You'll have to fill these fields with a plugin of some sort.

If you need more fields on an entity it's better to create your own database table. I described how this works in detail in part 5 of my blog series including a small UI to fill in data.

See here.

Why are these additional fields causing problems?

All additional fields are written in ONE datatable. All entities share the same table. This can cause problems resulting in table locks e.g. when you are adding fields to different entities which will be written when posting a receipt and in the exact same moment you have a sync job running, which also sets fields. As I already mentioned because all additional fields are stored in one table, the sync job will cause a table lock, meaning all other processes, which want to write data in this table will have to wait.

Regards

Robert

mohabdach92
Explorer
0 Likes

Okay now I got it.

And I really appreciate the quick reply.

Thank you Robert!

matteogiacon
Explorer
0 Likes

Hi rzieschang,

We are using specific database tables to store the receipt additional informations.

There is a way to send this informations to CCO manager?

Because we need to see this info from other cashdesks.

Regards

Matteo

Answers (0)