PCDataSourceEventNotify.onRequestCacheSize Method [AX 2012]

Executes when the current cache size information is requested from the attached data source.

protected int onRequestCacheSize(FormObjectSet _sender)

Run On

Client

Parameters

_sender
Type: FormObjectSet Class
The attached data source.

Return Value

Type: int
The current cache size of the attached data source.

To add a handler to this method, implement a method on the listener class by using the following declaration: public void onRequestCacheSize(int _ret, FormObjectSet _sender).

Community Additions

ADD
Show: