Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...

ParameterDescriptionRequired?Data Type (max length)
useridThe application user id or user's UCInetIDYesfiscalYearThe fiscal year - defaults to current year if emptyNoString (64)
passwordThe application or UCInetID passwordYesString
4)
kfsChartCodeThe KFS chart of accounts codeYesString (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)

...

userid
ParameterDescriptionRequired?Data Type (max length)The application user id or user's UCInetIDYesString (64)
passwordThe application or UCInetID passwordYesString
fiscalYearThe KFS fiscal year Yes- defaults to current year if emptyNoString (YYYY)