Search Results for "codeflow"

Salesforce REST Services

…vm.searchRemoteContacts = searchRemoteContacts; /** * Request the latest chatter post. Uses the McRestService, which itself takes * care of running correctly on device or on CodeFlow. McRestService also * takes…

Continue reading...

Adding a Remote Site

…Background As part of MobileCaddy package 1.0.38 and shell apps v1.2.0+ the package and Codeflow now supports the exposure of metadata API calls to facilitate workflow tasks. This metadata API…

Continue reading...

Adding dependencies

…App Start Pages CodeFlow Index For our dependency to actually be used in our single-page app we need to refer to it in our local index.tpl.html. This will mean that…

Continue reading...

Local Images

…Emulator and within CodeFlow, there is a window attribute declared called RESOURCE_ROOT. When the application runs, this is set to the absolute path of the static resource that contains the…

Continue reading...

Enhancing Time & Expense App

…existing mobile table Checking that our field is mobilised in both the Platform Emulator and Codeflow Emulator. Updating our application code (controllers and templates) to use the new field Testing our…

Continue reading...

MobileCaddy API Specification

…When running in Codeflow this also acts as a wrapper around the console.log etc functions. Syntax logger.error(arg1, “you can specify”, {1: “many items of different types”}) Parameters Supply single or multiple…

Continue reading...