Unable to see all string field in choice list of "Encrypted Field Configuration"Issue Customers reported that though they created a field of type String, it is not showing up on the column's dropdown while creating a record on Encryption Field Configuration table.CauseThis is actually expected behavior. If we look at the dictionary entry of the 'Columns' field on Encryption Field Configuration record, it has an attribute as below: fieldChoicesScript=PlatformEncryptableChoiceFields This is a Script Include PlatformEncryptableChoiceFields (/sys_script_include.do?sys_id=c97d776137333200d62004368e41f139), which calls another script include EncryptionCommons (/sys_script_include.do?sys_id=dffc03e137b33200d62004368e41f10f). This is used to validate aand find the list of valid fields that can be shown on the columns dropdown. In the EncryptionCommons script include, the system is checking, though the internal type of a field is String, whether it is marked as a Choice table or not. The system only allows pure String Type field and not a choice type. The field in question has 2 choices present, and has a Type specification with 'Choices' - 'Dropdown with none'. Hence it was not a pure String type field, thus not shown on the dropdown.ResolutionThis is as per configuration. In the product doc, it is mentioned that it allows string (and few other types only) to be encrypted. Hence the customer cannot actually encrypt the string field with choices.set-encrypted-field-configRelated LinksSet Encryption Field Configurations