
Hi,
I need this json file to be downloaded when i click a button. So i made a contract class with 2 parameters [I'm not sure if this is mandatory for the process].
What i should do more to download the json file?
static void download()
{
select custTable where custTable.AccountNum== "x"
if(custTable )
{
Contract contract= new Contract ();
contract.AccountNum(custTable.AccountNum);
contract.CustGroup(custTable.CustGroup);
}
}
Hi,
The electronic reporting workspace can download records in the form of a json file without coding.
Please have a look at this workspace to get your data exported.
Some hints can be found on the MS docs site.
Please see: docs.microsoft.com/.../general-electronic-reporting
Best regards,
Ludwig