<?xml version="1.0" encoding="utf-16"?><customize><COR_CUSTOM_FIELD U_RuleName="New CFL 139 - by wizard" U_Type="0" U_Action="0" U_Warning="N" U_WarningText="" U_WarningBox="N" U_WarningStatus="N" U_Active="N" U_FormTypeBasis="" U_ItemUIDBasis="" U_ColumnBasis="" U_FormType="139" U_ItemUID="" U_Column="" U_EventType="16" U_Before="N" U_Mode="-1" U_Refresh=" " U_EasyFunctionRule="" U_ErrorBox=" " U_ErrorStatus=" " U_Creator="Wizard" U_LastModified="7/19/2012 12:05:42 PM" U_LastModifiedBy="1" U_Permission=""><U_Expression>// Created by coresuite customize wizard try{	// Parameters	string itemUID = "2018"; string columnID = "";	string query = "SELECT U_ITNUM as 'Número', U_ITCODE as 'Código', U_ITDESC as 'Descrição' FROM [@WBC_INCOTERMS] ORDER BY [%ordercolumn] [%order] ";	string writeBackColumn = "Número";		// Create CFL and add it to the field	SwissAddonFramework.UI.Dialogs.ChooseFromList cfl = 		new SwissAddonFramework.UI.Dialogs.ChooseFromList(		new SwissAddonFramework.UI.Dialogs.ChooseFromList.DefaultSQLQuery(query)		, writeBackColumn		, true		, true		, TextEdit.GetFromUID(pVal.Form, itemUID));              }catch(System.Exception ex) // Error handling{	MessageBox.Show("Error while adding the cfl to the field (coresuite customize wizard): " + ex.Message, "OK");}// Return value: true if all ok, false if you want SAP B1 to stop proceedreturn true;</U_Expression></COR_CUSTOM_FIELD></customize>