Tutorials
- 1. What is Salesforce?
- 2. What is SKYVVA?
- 3. SKYVVA Integration Suite – Installation?
- 4. What is an integration and how to create it?
- 5. What is an interface and how to create it?
- 6. How to use mapping?
- 7. How to upload Account Data using manual Load?
- 8. How to import flat xml file?
- 9. Message Monitoring
- 10. How to use message reprocessing?
- 11. How to use workflow?
- 12. What is the Workflow transaction and how to use it?
- 13. What is new in workflow with the Spring ’19 release?
- 14. What is hierarchical interface?
- 14.1 How to create hierarchical interface using VLOOKUP
- 14.2 How to create hierarchical interface using Foreign Key?
- 14.3 How to upload account, contact and asset data in a CSV file in a step according to Salesforce?
- 14.4 How to import hierarchical xml file?
- 14.5 How to use tree mapping concept to create hierarchical interfaces?
- 15. How to use Batch Control Board
- 16. How to use Bulk Control Board
- 17. When to use synchronous, batch or bulk interface?
- 18. How to use CDC Control Board
- 19. How to configure Alerting?
- 20. How to configure Message and logs deletion?
- 21. Overview of SKYVVA Scheduler
- 22. What is message type?
- 22.1 How to use message type?
- 22.3 How to create free defined message type?
- 22.4 How to process message type based Interface?
- 22.5 How to create Trigger on MsgTypeRel?
- 22.6 How to create message type from different file format as xsd, json schema, wsdl 1.1 & 2.0, swagger 2.0 and openAPI 3.x?
- 22.7 How to create tree hold in hierarchical message type?
- 22.8 How to create Message Type from Salesforce sObject?
- 22.9 How to create Message Type from SKYVVA Business Object?
- 23. Overview of SKYVVA Soap and Rest API
- 24. How to use Agent Control Board
- 25. How to use streaming api with Agent?
- 26. How to create an adapter in Agent?
- 27. Overview of existing Skyvva adapters
- 28. What is an external Id and how to use it to handle correct data update with an interface?
- 29. What are the differences between the mapping modes?
- 30. What is an interface group and in which case is it used?
- 31. Different way how to invoke outbound interface
- 32. What are queues and where is it used?
- 33. Formula reference guide?
- 34. How to do Hierarchical mapping?
- 35. How to use Automated Report?
- 36. How to do invoke callout using Queueable mode?
- 37. How to Export data without header for Agent component ?
- 38. How to Import XML file Agent to Salesforce ?
- 39. How to import hierarchical data using xml and csv file?
- 40. What is the Auto-Switch mode and when to use it?
- 41. How to build real-time outbound interface?
- 42. What to do after a instance refresh?
- 43. How to Uninstall SKYVVA Agent?
- 44. What is the operation type Autolaunched Flow and how to use it?
- 45. How to Delete Messages with Bulk API
- 46. How to use the Message Reprocessing scheduler per integration, per interface group and per interface?
- 47. How to export the Metadata in different format as xsd, XSD (Response for V3 Inbound), json schema, WSDL 1.1, swagger 2.0/OpenAPI 2.0 and openApi 3?
- 48. What is the soap template message type?
- 49. What is the rest template message type?
- 50. How to use the CDD and CDT with the different scheduler per integration, per interface group and per interface?
- 51. How to pass raw data to custom class for processing with custom code?
- 52. What is the operation type Upsert Auto External ID, Update Auto External ID and Delete Auto External ID?
- 54. What is the operation query and pullQuery and what is the difference?
- 55. How to use the searchService to build the interface to query data from Salesforce?
- 56. How to load mass data using bulk api using Agent?
- 57. What is the different init-operation for the chained interface?
- 58: What are the different bulk mode supported?
- 59. How to generate SOQL statement for the outbound interface?
- 60. What is the InterfaceExecution Scheduler and when to use it?
- 61. What is the different posting behavior for the inbound interface?
- 62. How use conversion table as mapping formula?
- 63.What is the mode By-pass the message layer and when to use it?
- 64. How to publish platform event using the inbound interface?
- 65. What is the difference between normal and chained interface?
- 66. How to subscribe Salesforce Platform Event created by SKYVVA inbound interface?
- 67. How to use the operation query and transform the result set using the mapping tool?
- 68. Different ways to add custom logic for the inbound processing.
- 69. How to use the Salesforce CDC change event to send data out with the SKYVVA API?
- 70. How to create message type from the Database table, view, and stored procedure?
- 71. How to use the API invokeCallout2() to pass data from the screen and apex class?
- 72. How to enhance the response of the inbound synchronous interface to have a custom-defined message type?
- 73. How to use apex trigger to send real time data change to Agent?
- 74. How to use Data capture functionality Process Builder with Agent?
- 75. How to use LAST_INTERFACE_DATETIME() function?
- 76. How to use Agent Control Board (old) Version 3.0 AWS?
- 77. How to use apex class and flow for inbound processing?
- 78. Database Adapter
- 79. How to use FTP Adapter with Agent Control Board (old) ?
- 80.How to import Base64 String to Object Attachment in Salesforce with Agent Control Board (Old)?
- 81.How to import base 64 String data to Object ContentVersion in Salesforcewith Agent Control Board (Old)?
- 82.How to import attachment file to Account Using ContentVersion?
- 83. How to use File Adapter with Agent Control Board (old) ?
- 84.What is the CDD (Change Data Detection) and how does it work?
- 85. How to call store procedure by handling the response using Agent?
- 86. How is the Outbound interface using Message Type through Agent Control Board for JDBC Adapter (SQLServer)?
- 87. How to use Interface group in Agent Control Board (old)?
- 88. How does the new version 3 of inbound processing works?
- 89. How to push data to the Database using the new Agent
- 89.1 How to do insert operation using Synchronous and Asynchronous outbound interface?
- 89.2 How to do update operation using Synchronous and Asynchronous outbound interface?
- 89.3 How to do delete operation using Synchronous and Asynchronous outbound interface?
- 89.4 How to do Select operation using Synchronous and Asynchronous outbound interface?
- 90. How to add filter condition on “Set context” in mapping?
- 91. Agent Kafka Adapter
- 92. How to use the New Agent File adapter?
- 93. How to use Agent Control Board (New)?
- 94. How to import openAPI 3.x to create message type?
- 95. How to use Quick Action?
- 96. Installing CA-Signed certificate for Agent Service (https)
- 97. Enhancement handling fault response message with V3.
- 98. How to use Log and Log Configuration Tab on Agent Control Board ?
- 99. How to Import Metadata from Agent Control Board ?
- 100. Agent Pulsar adapter
- 101.Agent SOAP Adapter
- 103. How to use Cache Monitoring on Agent Control Board ?
- 104. How to use Agent cache on Agent Control Board?
- 105. Agent REST Adapter
- 106. How to install Agent 3.0 for Windows ?
- 107. How to install Agent 3.0 for Linux ?
- 108. How to use File Adapter (FileZilla Client & Server) with Agent Control Board for Consumer?
- 109. Agent Database Inbound Adapter
- 110. Agent File Adapter
- 111. How to use File Adapter (FileZilla Client & Server) with Agent Control Board for Producer?
- 112. What is Streaming API for the new agent?
- 113. How to call Stored Procedure on new Agent?
- 114. How to use the Agent on a local PC with a public IP-Address?
- 115. How to run inbound interface through the manually and scheduler?
- 116. How to run outbound interface group through the manually and scheduler?
- 117. How user can import business and attachments that are embedded in one file (Account)?
- 118. How user can import business and attachments that are embedded in one file (ContentVersion) ?
- 119. What is the new Data Loader?
- 120. Google Pub/Sub Adapter.
- 121. Outbound Attachment SF to Agent (FTP)
- 122. How to use the REST v4 API to push data to skyvva?
- 123. How to develop outbound interface to publish data into the RabitMQ queue?
- 124. How to develop inbound interface to consume message from RabitMQ queue?