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.