enabled fields of a dataport

hi i am using Navision attain 3.10. I have made a dataport for the customer table wilh all the fields. at time i need to disable some of the field for the datapart.My query is that is there any method by which i get which of the fields are enable on the dataport, ie i want to get the list of all the enabled fields of the dataport when i run it. thanks harikesh

You can always modify the request form for prompting the user what fields to activate/deactivate and instead of using the default dataport “working way” onAfterFormatField/onBeforeEvaluateField clear the values not wanted to be imported/exported and onBeforeExportRecord,onAfterImportRecord set the proper values and routines for running your import/export. Regards,