displaying top 100 results
2609584 CF-3828377 Mobile Support : Sync-Async ext-user queryExecute named params if given as camel casing throws exception. queryExecute named params if given as camel casing throws exception.
Example:
qSelect = queryExecute("SELECT * FROM marks where RollNo = :rNo", {rNo:myId}, {"datasource
2609869 CF-3754684 Mobile Support : Sync-Async ext-user Add failure callback handler for invokeCFClientFunction function Problem: invokeCFClient Function needs to support failure callback handler. Its current signature is invokeCFClient(functionToCall, arg1, arg2,... successCallBack) and does