Is that right?
Then, within the NextIDBO, I am attempting to implement the function that will return the next ID based on the ID type passed in the argument. I am running into a syntax hurdle. For some reason, a public method in my NextIDBO cannot be seen by the CustomersBO. The function looks like this (full implementation code stripped for simplicity):
Within this function I would run the appropriate stored procedure that returns a scalar value representing the next ID for the new record. Perhaps I have not had enough coffee this morning. What am I missing in the BOs so that the one can see the public method of the other?
Thanks,Bill