ProdRecBasketHandler::anyRecordInAnyOutOnCache Method [AX 2012]

Checks if any record of those selected is or is not in the basket.

server private static container anyRecordInAnyOutOnCache(
    GlobalObjectCacheScope _cacheContextScope, 
    RefTableId _refTableId, 
    SelectableDataArea _cacheContextDataArea, 
    UserId _cacheContextUserId, 
    container _tmpProdRecBasketMultiOperationsPackedSet)

Run On

Server

Parameters

_cacheContextScope
Type: GlobalObjectCacheScope Extended Data Type
The scope of the cache to add the records to.
_refTableId
Type: RefTableId Extended Data Type
The ID of the table to reference.
_cacheContextDataArea
Type: SelectableDataArea Extended Data Type
The ID of the company the user is running in.
_cacheContextUserId
Type: UserId Extended Data Type
The ID of the active user.
_tmpProdRecBasketMultiOperationsPackedSe
Type: container

Return Value

Type: container
A container with two values: The boolean value of true if any selected record is in the basket; otherwise, false; The boolean value of true if any selected record is not in the basket; otherwise, false;
Show: