ProdRecBasketHandler.setDSFilterByCache Method [AX 2012]

Sets the join mode from the main form datasource to the basket datasource;

public void setDSFilterByCache(FormDataSource _formDataSource, JoinMode _joinMode)

Run On

Called

Parameters

_formDataSource
Type: FormDataSource Class
The main datasource of the form.
_joinMode
Type: JoinMode Enumeration
The join mode to apply.

Specify the value of JoinMode::ExistsJoin to only see the basket; Specify the value of JoinMode::NoExistsJoin to only see the complementary of the basket; Specify the value of JoinMode::OuterJoin to see all regular records;

Community Additions

ADD
Show: