Hello,
We are running cache version 2012.1.4
Is 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?
Hello,
We are running cache version 2012.1.4
Is 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?
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
{
}