I understand that it's working; however, it's providing options that shouldn't be available to the user. For this reason, we need to disable some functions, but we haven't found documentation on how to do it. Can you tell me how to disable them? When using the setUseAdvancedFieldPicker(true) attribute, it doesn't allow us to access or use the options available in the ListGrid. I only need to disable the functions that I can't allow for the user. I've tried doing it with:
Code:
setAttribute("fieldPickerShowSampleValues", false, allowPostCreate);
Leave a comment: