PeopleTools function SetSaveWarningFilter. SetSaveWarningFilter(True) disables the Save Warning while SetSaveWarningFilter(False) enables the Save Warning.
This can also be achieved by setting to False the SetComponentChanged property of the rowset that was causing the issue.
As a general rule, if you know the rowset that is causing the issue then you should set the SetComponentChanged property to False since it makes for easier maintenance. The SetSaveWarningFilter
option on the other hand, is more of a generic solution for cases where
it’s difficult to find out exactly what is causing the issue.
No comments:
Post a Comment