Postload method() - (this) value

public void postLoad()

{

super();

//

EePersonalDataAccessLogging::logReadAccess(this);

//

}

My question where does the value of (this) comes from?

because it changes without me knowing.

and what are the possible methods related or triggers the postload method()

Thanks.

My real problem is e.g. the value of this must be 1 but when it comes to this method it changes to 2. and I need it to be one.

Thanks!

postload is called when the record is read from the data base,

http://msdn.microsoft.com/en-us/library/microsoft.dynamics.businessconnectornet.axaptarecord.postload.aspx

This - refers the current record buffer (hold the values of the current record)