ReqTransCache::deleteProcessData Method [AX 2012]

Deletes all the temporary data for a process.

server public static void deleteProcessData(ReqProcessId _processId, boolean _deleteTaskTrace)

Run On

Server

Parameters

_processId
Type: ReqProcessId Extended Data Type
The process ID.
_deleteTaskTrace
Type: boolean
A Boolean value that indicates whether to delete the task information.
Show: