Hi Experts,
I need to clear two custom field which I have added in SRM contract Header part.
I have enhanced WDA component and created Post exit in WDDOINIT method to clear these two custom fields. These fields should be cleared only when contract is created or updated. But in my case fields are getting cleared when user is displaying the contract, it is obvious because same component will be called for every action.
Can anybody please tell me how to get display status of the contract
so that I can add a check in my code and restrict the clearance of fields in display mode?