Argument _Type is incompatible with required Arguments

Hi…,

I tryed to write a code Update method . i found one error. “Argument _Type is incompatible with required Arguments”

i have no idea resovle this error could u give any idea with coding

void update()
{
Boolean replicate = false;
;

ttsbegin;
replicate = DRMActionManagement::shouldReplicate(this, this.orig());

super();

if (replicate)
{
DRMActionManagement::createActions(this, [this.store,this.terminalId,this.transactionId], DRMActionUpdate::Update, false);------------------> I found error in this line.
}
ttscommit;
}

Thanks and Regards

Kittu

Hi Kittu,

Check in createAction method which type on argument is required and compaire with which u r passing .