Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

consequential field changes in CDPOS tables

Former Member
1,032

Hallo Experts,

I have a question rearding fields being logged in CDPOS tables, I want to know which field was actually changed by user and which was a consequential change.

For eg : If I manually update the ordered quantity of the Item, i just change the quantity field but the CDPOS table will also log the changes in the field confirmed quantity and Net price .

Is there any way I can determine which exact field was changed manually and which were just consequentially changed?

3 REPLIES 3
Read only

iklovski
Active Contributor
0 Likes
823

Well, not in CDPOS. You might find this information in CDHDR. But, if CDHDR stores only one lie for the changes you described, then you won't be able to distinguish what was done manually and what was triggerred by this very change.

Read only

Former Member
0 Likes
823

@Eli, Even if I restrict one field change per save, still if changing quantity field canges 3 other fields I am still not able to identify which ones were not done manually. What i want to know is , is there any way that I can find consequential fields that get updated when a particular field is changed?

Read only

Rodrigo-Giner
Active Contributor
0 Likes
823

Hi Manpreet, to your question. No... you can't know wich field were manually changed and wich fields "depend" of that one...a functional could help you if there are common and well know field. But Technically there is no reference between them.

Regards