I have one quastion. do anyone know how I can remove a default checked field?
In this case the field name is 'Value' and exist in SalesTable as DefaultDimension. The field in Salestable is not mandatory and in AxSalesTable class I added into (just in case) initMandatoryFieldsExemptionList() as well as I unchecked from the Table 'AifDataPolicy' which stored the flag but in the grid is still checked and disable as control.
Asked
Active
Viewed 247 times
0

Aliaksandr Maksimau
- 2,251
- 12
- 21

Nikos Kou
- 175
- 3
- 17
1 Answers
1
Set property 'Fields\Dynamic' on your SalesTable datasourse to 'No' and delete field DefaultDimension
from field list. After that refresh your service.

Aliaksandr Maksimau
- 2,251
- 12
- 21
-
Please follow this link if you need to find the query which your service is used http://stackoverflow.com/a/38311406/6575455 – Aliaksandr Maksimau Feb 20 '17 at 10:14