Rok Kovač
Articles
Recent activity by Rok Kovač
-
SuiteCRM Setup
The SuiteCRM synapse enables data synchronization between SuiteCRM objects and Syncari entities. Using Pipeline Studio, you can map SuiteCRM objects to Syncari entities.Synapse Capabilities: Schema...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
SuiteCRM Entities Supported
Entity Operation MatrixThis matrix provides entities supported by the Syncari SuiteCRM Synapse and operations supported on them.NameCreateUpdateDelete ReadDelete WriteMergeLive Test by IdGet by Wat...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
QuickBooks Entities Supported
Entity Operation MatrixThis matrix provides entities supported by the Syncari QuickBooks Synapse and operations supported on them. Name Create Update Delete Read Delete Write Merge Live Test by Id...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
QuickBooks Synapse Setup
The QuickBooks Synapse enables data synchronization between QuickBooks objects and Syncari entities using the QuickBooks API. After the Synapse is Authenticated, you can Activate the QuickBooks Syn...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
SFTP Setup
The SFTP Synapse enables data synchronization between your server hosted CSV files and Syncari entities. See capabilities hereNote: CSV files encoded with UTF 8 will work best. IP Allow ListSee thi...
- Updated
- 2 followers
- 0 comments
- 0 votes
-
Synapse structure
The custom synapse consists of the main.py and requirements.txt files. First includes the Synapse logic and the later includes all dependancies (native python dependancies don't need to be specifie...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Synapse Info Method
Synapse Info method is used to provide description and authentication settings for the custom Synapse, by returning a SynapseInfo class instance. It allows you to configure fields that will be visi...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Test Method
Test method is used for purposes of testing the connection and verifying permissions. It’s being used by the Syncari application once it is approved and a user installs it. During that process ther...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Describe Method
Describe method is used to create the Synapse schema inside Syncari for the end system we want to synchronise with. Syncari can handle both seeded and dynamic schemas as well as a combination of bo...
- Updated
- 1 follower
- 0 comments
- 0 votes
-
Read Method
Read method is used to implement three functionalities of Syncari Pipeline Studio - incremental live sync, testing by Time frame and historical resyncing of data.On a high level the method will rec...
- Updated
- 1 follower
- 0 comments
- 0 votes