Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

What is the site URL?

https://labelx--uat.sandbox.my.salesforce-sites.com/GF/services/apexrest/IGJ

image-20240805-110839.png

{"Data":[{"GLLedger":"GLLedger","GLAccount":"GLAccount","DocumentNo":"DocumentNo","CurrencyCode":"CurrencyCode","AccountingVariable4":"AccountingVariable4","AccountingVariable3":"AccountingVariable3","AccountingVariable2":"AccountingVariable2","AccountingVariable1":"AccountingVariable1","Account":"Account","Description":"Description","GLAmount":1,"Amount":2}],"UserName":"szhuo@goldfinchcloudsolutions.com"}

Which object does it link to?

GoldFinch Integration Staging

JSON Size Limitations

The absolute limit is the Heap Limit (6MB for synchronous code, 12MB for asynchronous code: Execution Governors and Limits), but it takes special planning to deal with parsing the JSON without blowing up the heap limits. Most developers barely manage to parse something maybe half the size, but it's possible to do so if you immediately destroy the string when you're done with it.

In the Staging table, we can have 131,072 characters.

Steps

  • Click the Process Transactions button.

  • The routine will create Integration Lines first from JSON.

  • Then check data

  • Then create Sales Invoices.

  • No labels