In my function, after I invoke a BO method, I’m trying to return an error (because I think its failing and I’d like it to tell me why).
So I create a BOUpdErrorTableset called myErrors. But the validation fails saying I’m missing an Assembly.
So I go look for some Assembly, or Table, or Service to add to the Library, but I cannot find anything like “BOUpdErrorTableset”.
Can anyone remember what this assembly is called and where I can find it?
I’m pretty new to functions, and it still takes me a while to get them right, but I don’t think a missing BOUpdErrorTableset Assembly/Table/Service is your problem. Are you doing a Fill Table by Query before your UpdateExt?
Well dang, if a missing assembly/table/service isn’t the issue I’m not sure what is.
I am doing a Fill Table by Query first… I usually place and configure the Invoke BO Method widget first, and in the process, create a BO tableset variable. But after that I place a Fill Table widget, and have it fill into the BO tableset.
So in the flow of events, fill table is first, invoke BO method is subsequent.
Eventually… I simplified this function and I’m still getting the same error.
So I’ve opened a ticket with Epicare. If anyone has any additional thoughts please let me know!
Ok I ended up getting what I needed, which was a usable ErrorTableSet. Function maintenance was still giving me an error, like it wasn’t going to work but I just ignored it, saved it, closed it and it worked.
I also added every possible related assembly i could find. Not sure if these were needed.