Hi,
I am trying to convert a dataport to xmlport.
I need to create a XMLport with both Import and Export csv file function (so I set Direction = Both),
and I need to add options e.g. Type: Import or Export (option), Filename (text), Import/Export Customer (boolean).
So i created the options to Request Page as below:
Name Caption Type SubType SourceExpr
Container1 <Container1> Container ContentArea
Options <Options> Group Group
ImportExportType Type Field "Import/Export"
FileName File Name Field Filename
IncludeCustomer <IncludeCustomer> Field IncludeCustomer
When i run the XMLPort action from Page, the Request Page does show up, but everytime after i select Type=Export and click OK, an Import dialog box will automatically display to prompt user to select file for import.
I have tried to remove the Request Page and run it again, then it works fine :?. But i need the user selection for IncludeCustomer.
Any suggestion will be appreciated.
0