KFS Chart Web Services
isValidKFSCharts(
...
fiscalYear, kfsChartCode)
This service is used to validate KFS chart codes. Returns an XML result set with a value of true or false (example isValidKFSCharts result) for each chart
...
Parameter | Description | Required? | Data Type (max length) | ||
---|---|---|---|---|---|
userid | The application user id or user's UCInetID | YesfiscalYear | The fiscal year - defaults to current year if empty | No | String (64) |
password | The application or UCInetID password | Yes | String | ||
4) | |||||
kfsChartCode | The KFS chart of accounts code | Yes | String (2) |
Logic:
SQL Statement
Result Schema
getAllValidKFSCharts(
...
fiscalYear)
This service is used retrieve all valid KFS chart codes. Returns an XML result set with a list of charts (example getAllValidKFSCharts result)
...
Parameter | Description | Required? | Data Type (max length) | useridThe application user id or user's UCInetID | Yes | String (64) | |
---|---|---|---|---|---|---|---|
password | The application or UCInetID password | Yes | String | ||||
fiscalYear | The KFS fiscal year Yes- defaults to current year if empty | No | String (YYYY) |