erpworks-pk-config.yml
This configuration file contains options specific to the ProfitKey ERP system.
SQL Server Connection String
An SQL connection configuration string specifying the server, database, and authentication method to use to connect to the ProfitKey database. This string can be found by following the instructions here.
Example
SQL Server Connection String: "Database=PK1;Server=MYSERVER\\MSSQLSERVER;Integrated Security=True"
Note that this value resolves to Database=PK1;Server=MYSERVER\MSSQLSERVER;Integrated Security=True
(with a single \
character). This is because the \
character in YAML is a special character indicating the start of an escape sequence, so in order to resolve to a single backslash, a single backslash itself must be escaped.
Dry Run
This is a boolean flag which, if set to True
, prevents ERPWorks from making any changes to the ProfitKey database.
Example
Dry Run: False
Hidden PS Fields
Do not change this field unless you know what you are doing!
Example
Hidden PS Fields:
PS_TYPE: M
PS_D_DATE: 1-JAN-1901