Topic by Justin
Content
I need to see if there is a new attachment in the custom process model that I am writing.
My plan was to get the list of file attachments from both the current and previous object and compare the FileNames and their respective UpdateTime fields. Unfortunately UpdatedTime is a read-only field, so I cannot set dummy UpdateTimes in the TestHarness and then execute different test cases.
Does anybody have any ideas on how I could get around that?