Setting Cursor Position on Par Count
Hi ,
Trying to set the Cursor position on Par count page Min_cart_count_FL on Find Edit box or Count Quantity.
Tried it by adding event mapping code but that did not work .Trying to add below code in SCM_IN_MOBILE_NUI:ParCount
%This.p_objCommon.SetFocus(GetField(MIN_CART_CNT_WK.MIN_FILTER), 0, 1);
Cart Count quantity is used as field from DVW.
MIN_CCI_DTL_DVW.CART_COUNT_QTY
Do you have any suggestion how can we
fix this issue .