Question Lyle McDaniel · Sep 6, 2018 HTTP POST For Authorize.net Hello, We are running cache version 2012.1.4Is it possible to make an HTTP Post passing in JSON string?Example:I want to send this request to Authorize.net. How can I do this in cache object script?URL: https://apitest.authorize.net/xml/v1/request.apiBody: #JSON #Caché 0 3 0 526
Question Lyle McDaniel · Aug 30, 2018 How to dynamically change ROWSPEC Hello, When working with class queries you have to define the ROWSPEC at the beginning (See below). Instead of using Year1 or Year2 as the column name, how can I use the passed in fiscal year (xFiscalYear) so Instead of using "Year1" as the column name I can call it something like: "Jul"_xFiscalYear #Caché 0 10 0 564