Skip to content

Instantly share code, notes, and snippets.

View jorge-perez-anfix's full-sized avatar

jorge-perez-anfix

View GitHub Profile
@jorge-perez-anfix
jorge-perez-anfix / ContaProUtils.js
Last active June 10, 2019 12:12
Actions deprecados
searchPayChargeMethods: function(onSuccess, onFailure, applicationInstanceId) {
var PayChargeMethodModel = Ext.ModelManager.getModel('Anfix.contapro.model.expirations.paychargemethods.PayChargeMethod'),
payChargeMethodModel = new PayChargeMethodModel({applicationInstanceId: applicationInstanceId || this.controller.appContaPro[ConstantsGui.WINDOW_ID]});
payChargeMethodModel.search({
search : {
jsonRequest: {
Order : ['PayChargeMethodCode'],
OrderTypes : ['ASC'],
Fields : ['PayChargeMethodId','PayChargeMethodCode','PayChargeMethodName'],