Renommer la colonne infoable Thingworx

var result = Resources.InfoTableFunctions.RenameField({
    t: undefined /* INFOTABLE */,
    from: undefined /* STRING */,
    to: undefined /* STRING */
});
FabulouSebas