var controls = {
title: {
dataValueType: Terrasoft.DataValueType.TEXT,
caption: resources.localizableStrings.SxActivityTitleCaption
},
start: {
dataValueType: Terrasoft.DataValueType.DATE_TIME,
caption: resources.localizableStrings.SxActivityStartCaption
},
due: {
dataValueType: Terrasoft.DataValueType.DATE_TIME,
caption: resources.localizableStrings.SxActivityDueCaption
}
};
Terrasoft.utils.inputBox(
resources.localizableStrings.SxUpSaleBoxCaption,
this.runUpSaleProcess,
["ok", "cancel"],
this,
controls,
{ defaultButton: 0 }
);