Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
alert.actionSetModuleDb( $action as Object, $module-db as String ) as Object
This function sets the module database of a given action.
Parameters | |
---|---|
$action | The representation of an action. |
$module-db | The ID of the database containing the module of the action. |
var alert = require("/MarkLogic/alert.xqy"); alert.actionSetModuleDb( alert.getActions("http://acme.com/alert/message-board", ["sms"])[0], xdmp.database("Modules"))
Comments