This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Common buttons | |
action.new = New | |
action.view = View | |
action.edit = Edit | |
action.del = Del | |
action.delete = Delete | |
action.restore = Restore | |
action.cancel = Cancel | |
action.back = Back | |
action.print = Print |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 1. Requires reference to got 9.6.0, see https://www.twilio.com/docs/runtime/functions/packages | |
* 2. Please do not forget to patch config variable with your database settings: dbID, table and field names | |
*/ | |
exports.handler = function(context, event, callback) { | |
"use strict"; | |
var config = { | |
host: "www.teamdesk.net", | |
dbId: "12345", | |
apiToken: "12345678901234567890123456789012", |