I would like add restriction group (CLTA) for the customer with c#.
What function I must use ?
protected void Customer_RowSelected(PXCache cache, PXRowSelectedEventArgs e) { var row = (Customer)e.Row; if (row==null) return; PXRestrictionAttribute. }