Getting Started
For pricing information and up to date information on the available modules, head over to SharpSync.net for material related to the application as well as contact information.
To use the app
Navigate to https://app.sharpsync.net
Register an organization, using your company email (we do not currently support social logins)
You will receive an email notifying you that we've received the request
We'll make contact with you through the email that you provided to confirm the organization details
After confirmation, login to SharpSync and begin your setup by picking your Data Sources.
The main concepts
A source of data where Bill of Material (BOM) information may be pulled from or pushed to
A mapping of meta data from one data source to another
The key name of a meta data object that is retrieved from a source. In the object
{ "name" : "andries" }
the accessor (key) is 'name'
A rule let's you edit a cell value automagically.
It is typically used as a business rule that determines the final shape of the data.
For example,
"All quantities must be formatted as a 3 digit decimal", so we specify a rule to do it.
A file created from another file. E.g. a PDF is a derivative of a drawing. A STEP file is a derivative of a CAD model
Last updated