Follow Harvest Solutions on Facebook Follow Harvest Solutions on LinkedIn Follow Harvest Solutions on YouTube Follow Harvest Solutions on Facebook Follow 

Harvest Solutions on Twitter

About the CRM Insights Blog

CRM Insights Blog shares practical tips, trends, thoughts, links, ideas and tools for successful CRM today.

Subscribe by Email

Your email:

Browse by Tag

CRM Insights Blog

Current Articles | RSS Feed RSS Feed

Scribe GP Adapter Table Access

  
  
  

As part of our integration practice, we end up creating integrations that are well outside the functionality of templates offered by the integration software provider.  In particular, there are times where the tables involved in the integration need special inclusion in the security model that informs the integration module.

Each integration software has different methods for providing object access to the integration tool.  In Scirbe Insight's case, when it comes to Dynamics GP, the list of SQL objects that can be accessed by their tool is contained in a table called KSYNCTABLEBASE located in the company database (not to be confused with the DYNAMICS database). 

It is likely that part of your design document includes identification of the objects that are being integrated between the systems.  You can check to see if the tables included in your integration design are accessible by reviewing the results of the following query against the company database:

select * from KSYNCTABLESBASE

Note - of course, you must have Scribe Insight and the Scribe GP Adapter installed for this table to exist there.  

If the table you are looking for is not found there, you may add it using the following query and substituting the 'PA00401' value with whatever table you need to access with the Scribe Workbench: 

 INSERT INTO KSYNCTABLESBASE

( TABLENAME, OWNER, SUBJECT_AREA, LABEL, TYPE, UPDATABLE, HIDDEN, DRS_OBJECT, BASE_TABLES, REMARKS, FIELD_INFO )

VALUES

( 'PA00401', 'dbo', 'Additional Integration Objects', null, 'U', 'Y', 'N', null, null, 'Table used for additional information', null)

Happy integrating.

 

Harvest Solutions

We understand the importance of quality customer relationship management. We can perform a needs assessment for your business, followed by planning, customization, implementation and data integration services of your next CRM system. Our continued training and support ensures your business successfully implements the plan we create together. Request a consultation from Harvest Solutions today. Then, stay up-to-date by finding us on Facebook, Twitter and LinkedIn. Learn more industry insights by subscribing to our YouTube channel and following our blog. Also, please give us a call now to schedule your free consultation! (877) 683-3313

Comments

Currently, there are no comments. Be the first to post one!
Post Comment
Name
 *
Email
 *
Website (optional)
Comment
 *

Allowed tags: <a> link, <b> bold, <i> italics