28 Aug
2017
28 Aug
'17
4:42 p.m.
Hi, I want to use the apply function within an updating webfunction, see[1] How can this be done? TIA, Rob Stapper [1] declare %rest:path("/cFactBank/dbCreate") %rest:PUT("{$dataRec}") %input:json("format=map") %updating function _:cFactBank.dbCreate ( $dataRec as array(*) ) { apply( db:create#1 , $dataRec ) } ;