Into the Success textbox paste the following code:
var callbackParams = { Id: args.data.DATA.root_Customer.Journal.Item.Key, FirstName: FirstName1.getValue() }; EcxPageNav.Util.executeParentCallback(callbackParams); EcxPageNav.Util.closeMe(); |
<ext:ComboBox runat="server" HiddenName="Department1_Value" FieldLabel="Department" AutoRender="False" ID="Department1"> <Template ID="XTemplate1" EnableViewState="False"></Template> <Items> <ext:ListItem Text="Professional Services" Value="Professional Services"></ext:ListItem> <ext:ListItem Text="Solution Delivery" Value="Solution Delivery"></ext:ListItem> <ext:ListItem Text="Engineering" Value="Engineering"></ext:ListItem> <ext:ListItem Text="Quality Assurance" Value="Quality Assurance"></ext:ListItem> </Items> </ext:ComboBox> |