Forum Discussion
AngelaIp
5 years agoIdeator I
When you use server events already, maybe use a custom Method to write History entries by yourself?
Check out my code sample in this forum post:
https://community.aras.com/f/development/6232/how-to-add-history-using-a-custom-method
- Aaba5 years agoIdeator I
Hi Angelalp,
I can write this in history but first i wanted to know that which property is going to update when i click on Save button. If i dont understand it then how shall i add this in History?
E.g. I am trying to update the Part and field "Name", how i will get to know that "Name" filed is changing when i click on save button. When i checked the "this" context item in onAfterUpdate, i am getting all the properties and not able to understand which one is just modified.